1
00:00:00,480 --> 00:00:06,480
Now we will check the web connectivity from the C10 system that we created, so we are going to run

2
00:00:06,480 --> 00:00:11,590
the command elinks --dump http://172.24.0.1.

3
00:00:12,120 --> 00:00:20,370
So it is going to display us that welcome to test website that we created then with the lynx

4
00:00:20,520 --> 00:00:25,570
browser, the same --dump http://172.24.0.1.

5
00:00:25,640 --> 00:00:33,580
Again, it is going to show you the same page and you can use the curl also http://172.24.0.1.

6
00:00:33,990 --> 00:00:38,890
please remember elinks, lynx and curl are your text based browsers.

7
00:00:39,150 --> 00:00:44,520
If you are got GUI system available with you, you can use the Firefox also.

8
00:00:45,090 --> 00:00:50,730
So what we are going to do, we are going to use the three browser and then in the end we will also like

9
00:00:50,730 --> 00:00:58,050
to elinks --dump http://172.24.0.1:80.

10
00:00:58,830 --> 00:01:01,480
Now what is this colon 80.

11
00:01:01,500 --> 00:01:05,430
It is the port on which, Apache Web server.

12
00:01:05,430 --> 00:01:05,820
is Listen.

13
00:01:06,270 --> 00:01:11,430
So again, we will see that we are able to view the test page.

14
00:01:12,060 --> 00:01:18,670
80 is the default port on Web server in the case of apache, in any Web server.

15
00:01:18,690 --> 00:01:23,070
By default, the Web server port is 80.

16
00:01:23,910 --> 00:01:33,940
If we are not specifying the port like in the previous cases, by default, it is hardcoded in the browser.

17
00:01:34,170 --> 00:01:42,150
So when we send the request even in the previous three requests, we have not specified this port.

18
00:01:42,180 --> 00:01:46,440
Number, automatically it will send the request on that 80 port.

19
00:01:46,920 --> 00:01:53,490
Later on we will see what will happen if we will change the port to something else, what will happen.

20
00:01:54,090 --> 00:02:03,090
So let us go to now C10 Client and perform whether we are able to access our web page or not.

21
00:02:03,420 --> 00:02:12,420
So elinks --dump http://172.24.0.1.

22
00:02:13,930 --> 00:02:24,040
So we are able to view then we are going to use whether our lynx browser is it is also showing

23
00:02:24,040 --> 00:02:28,650
the same page, you can use anything we have now curl browser.

24
00:02:29,170 --> 00:02:33,930
So let us use that also curl again.

25
00:02:33,940 --> 00:02:40,630
It mean you can use any of these browsers for testing and you can specify this.

26
00:02:40,960 --> 00:02:49,780
80 also, again, it is going to show you the same result and it is not necessary that you have to use

27
00:02:49,800 --> 00:02:50,410
in this way.

28
00:02:50,440 --> 00:02:51,490
You can specify

29
00:02:54,130 --> 00:02:55,510
without dump option.

30
00:02:55,750 --> 00:02:57,220
So you can viewing that.

31
00:02:58,770 --> 00:03:04,860
What is showing you the welcome to testpage, here it is, showing which address we are connected

32
00:03:04,860 --> 00:03:05,160
with q

33
00:03:05,520 --> 00:03:06,260
You can quit.

34
00:03:06,990 --> 00:03:15,150
Same is the case with the lynx browser that when it is not necessary, but it first we have to launch

35
00:03:15,150 --> 00:03:16,080
this, then quit.

36
00:03:16,260 --> 00:03:19,680
So mostly we will be using the dump option so quit.

37
00:03:21,270 --> 00:03:27,000
So here we have to when we press the q quit, then we have to say yes.

38
00:03:27,840 --> 00:03:33,290
So we are going to clear the screen that mean our Web server is running perfectly

39
00:03:33,780 --> 00:03:37,680
We have tested by using all the browsers.
