1
00:00:00,720 --> 00:00:07,380
Now we are going to verify whether our Apache Web server lab setup is properly working or not, connectivities

2
00:00:07,380 --> 00:00:08,130
there or not.

3
00:00:08,790 --> 00:00:12,960
So in our case, the lab is that mean

4
00:00:12,960 --> 00:00:19,770
master.example.com, we have installed the Apache Web server and plus another required packages

5
00:00:20,040 --> 00:00:21,140
and it is centos 7.

6
00:00:21,140 --> 00:00:25,650
base system and IP addresses 172.24.0.1.

7
00:00:26,280 --> 00:00:33,300
And we have got another system C10 and C20, C10 having the ip address 172.24.0.10

8
00:00:33,660 --> 00:00:41,790
and C20 having the address 172.24.0.20 and we have got a different browsers installed.

9
00:00:42,000 --> 00:00:47,040
elinks, lynx and curl on both the systems and plus another utilities.

10
00:00:47,920 --> 00:00:55,990
So now we will go to the C10 system and we will try to send two ping packets to our one system and we

11
00:00:55,990 --> 00:00:58,540
will see whether the connectivity is there or not.

12
00:00:59,110 --> 00:01:07,480
If the ping in our case when we do this, it is showing that two packets transmitted to receiver that mean

13
00:01:07,840 --> 00:01:15,550
there is connectivity between C10 and our master system on which we are going to implement the Apache

14
00:01:15,550 --> 00:01:20,150
Web server, then we will check the ping connectivity from C20 system.

15
00:01:20,170 --> 00:01:28,510
Again, we will run this command ping -c2 means send two packets to which system 172.24.0.1

16
00:01:28,990 --> 00:01:31,950
again it is showing the communication is there.

17
00:01:32,800 --> 00:01:39,180
Then we will see whether we can connect to our web server or not from C10 system.

18
00:01:39,310 --> 00:01:41,590
So we have got three browsers available.

19
00:01:41,770 --> 00:01:45,990
elinks, we are going to say elinks --dump.

20
00:01:46,000 --> 00:01:47,170
Very useful option.

21
00:01:47,770 --> 00:01:53,230
Please dump the web page http://172.24.0.1.

22
00:01:53,890 --> 00:01:55,930
It will say that connection refused.

23
00:01:57,040 --> 00:02:06,300
Then we will verify with the curl Browsr again curl http and then the address of our system, Master system,

24
00:02:06,370 --> 00:02:08,360
172.24.0.1.

25
00:02:08,890 --> 00:02:11,260
It is also going to say Connection refused.

26
00:02:11,800 --> 00:02:20,190
And then we are going to third browser lynx --dump http://172.24.0.1.

27
00:02:20,800 --> 00:02:23,980
So again, it is saying unable to connect.

28
00:02:24,670 --> 00:02:26,550
So why it is not able to connect.

29
00:02:27,160 --> 00:02:33,520
Although we have installed the packages on Master, now in Master system, we have installed the web server,

30
00:02:33,580 --> 00:02:35,480
but we have not activated that.

31
00:02:35,500 --> 00:02:37,830
That means we have not started the server.

32
00:02:38,080 --> 00:02:41,350
We have only installed that mean on Linux system.

33
00:02:41,710 --> 00:02:44,980
Just installing that package is not sufficient.

34
00:02:45,010 --> 00:02:47,020
Now you have to configure that system.

35
00:02:47,320 --> 00:02:50,500
You have to then start that server.

36
00:02:51,070 --> 00:02:53,770
in linux server is also called Deamon.

37
00:02:53,770 --> 00:02:56,930
So we have to start that Deamon, temporary and permanent.

38
00:02:57,100 --> 00:03:00,820
So from C10, no web connectivity, is there

39
00:03:01,910 --> 00:03:10,620
And then we will check from C20 system also by using elinks dump command and it will again show that connection

40
00:03:10,620 --> 00:03:14,190
refused with curl command with the lynx command.

41
00:03:14,360 --> 00:03:18,210
It is going to show that it is not able to connect.

42
00:03:18,230 --> 00:03:22,460
So it verifies that a ping is working.

43
00:03:22,820 --> 00:03:28,380
But although we have installed a web server, but that is not configured or it is not running.

44
00:03:29,030 --> 00:03:35,860
So in next few videos we will be seeing how to implement a single website on a using Apache website or

45
00:03:35,870 --> 00:03:36,950
how to configure that.

46
00:03:37,640 --> 00:03:44,060
So now let us verify whether that connectivity is there or not.
