1
00:00:00,770 --> 00:00:07,670
Now, let us verify whether our c10 system is having the same setting that we have discussed, what

2
00:00:07,670 --> 00:00:08,960
are the different settings?

3
00:00:09,890 --> 00:00:10,810
Let us verify.

4
00:00:11,150 --> 00:00:14,510
So we will go to your C10 system.

5
00:00:15,230 --> 00:00:17,930
First of all, we will check whether.

6
00:00:17,930 --> 00:00:21,050
Hostname is proper or not with the hostname.

7
00:00:21,050 --> 00:00:21,410
command.

8
00:00:21,420 --> 00:00:23,620
It is showing c10.example.com.

9
00:00:24,020 --> 00:00:31,190
Then with dnsdomainname command, we are going to verify it is showing the domainname example.

10
00:00:31,190 --> 00:00:31,490
com.

11
00:00:31,880 --> 00:00:36,800
Then we will verify the /etc/hosts files hosts files.

12
00:00:37,940 --> 00:00:41,740
It is having the entry 172.24.0.10.

13
00:00:41,790 --> 00:00:43,330
c10.example.com.

14
00:00:44,150 --> 00:00:46,610
That is how we make the entry in host file.

15
00:00:47,360 --> 00:00:51,070
Then we want to check the sestatus.

16
00:00:52,260 --> 00:01:03,440
It is disabled in which file we have made the changes /sysconfig/selinux so it is showing selinux

17
00:01:03,440 --> 00:01:04,070
disabled.

18
00:01:05,280 --> 00:01:08,550
Then we want to check the ip address.

19
00:01:11,570 --> 00:01:19,760
Whether we have given the address 172.24.0.10, this is also accurate, regarding the firewall

20
00:01:19,760 --> 00:01:28,250
settings we can let us see with iptables -L that it is allowing the traffic in input forward

21
00:01:28,250 --> 00:01:29,060
all the directions.

22
00:01:29,070 --> 00:01:35,270
So effectively it is disable then in which file we made the changes.

23
00:01:35,780 --> 00:01:38,750
/etc/sysconfig.

24
00:01:40,060 --> 00:01:55,170
/network-scripts/ifcfg-ens33, so it is showing the bootprotocol is static and ipaddress 172.24.0.

25
00:01:55,180 --> 00:01:57,730
10 and the netmask is this.

26
00:01:59,470 --> 00:02:01,510
Then we can check the packages.

27
00:02:03,750 --> 00:02:12,450
elinks package whether it is installed or not it is showing, it is installed, you can verify your other packages

28
00:02:12,630 --> 00:02:19,920
whether lynx is installed or not, then you can verify your curl package also your git package,

29
00:02:19,920 --> 00:02:22,980
also your wget package also.

30
00:02:25,550 --> 00:02:29,530
So it is specifying that everything is OK.

31
00:02:30,270 --> 00:02:40,370
Now let us go there and check that settings also, whether it is Bridge or NAT, it is showing because

32
00:02:40,370 --> 00:02:46,270
if we want the VMS to communicate between them, the settings should be in bridge mode.

33
00:02:47,540 --> 00:02:49,060
So this is also ok.

34
00:02:49,790 --> 00:02:59,720
So that verifies our system settings that mean all is according to what we have discussed,

35
00:03:00,090 --> 00:03:05,780
nothing is missing that mean it is having static addresses and packages are installed.
