1
00:00:00,570 --> 00:00:07,560
Let us also check the Web connectivity from your C20, so we will be running on C20 elinks command

2
00:00:07,740 --> 00:00:14,040
dump http and address of our web server, then we will be using lynx, then we will be using the

3
00:00:14,370 --> 00:00:19,230
curl browser and then we will specifying with elinks port 80.

4
00:00:19,500 --> 00:00:24,860
All these for they are going to show that our web server is working properly.

5
00:00:25,140 --> 00:00:32,370
That means in our case what we are trying to do in our case from C10 and C20, we are trying to test

6
00:00:32,370 --> 00:00:34,950
whether our web server is working properly or not.

7
00:00:35,580 --> 00:00:41,460
Let us go to C20 system in C20 system, we are going to run this.

8
00:00:41,890 --> 00:00:45,030
elinks --dump

9
00:00:46,790 --> 00:00:53,040
http://172.24.0.1.

10
00:00:55,510 --> 00:01:00,950
It is displaying the page, you can use the lynx browser.

11
00:01:03,880 --> 00:01:06,490
And you can use that curl also.

12
00:01:11,170 --> 00:01:19,300
It is also working and with the elinks, you can specify 80 option also and it can be specified

13
00:01:19,300 --> 00:01:28,390
with the lynx browser also, that mean we are able to properly access our websites from the clients.

14
00:01:29,020 --> 00:01:32,550
So our single Web site is working properly.
