1 00:00:01,140 --> 00:00:03,330 Hey, welcome back to this video. 2 00:00:03,390 --> 00:00:11,070 So in this video, we are going to see some of the networking commands that are being used in Linux 3 00:00:11,070 --> 00:00:12,420 operating systems. 4 00:00:12,750 --> 00:00:14,820 So let's quickly begin. 5 00:00:15,240 --> 00:00:19,860 The first command that we are going to see is I f config. 6 00:00:20,040 --> 00:00:28,800 Now this stands for interface configuration and it is going to show us the interfaces that are being 7 00:00:28,800 --> 00:00:31,560 connected to our operating system. 8 00:00:31,830 --> 00:00:35,340 So let's hit enter and let's see what do we get? 9 00:00:35,640 --> 00:00:45,090 And you can see over here we have different interfaces like 88, zero, 81 and L oh which is the loopback 10 00:00:45,090 --> 00:00:45,840 adapter. 11 00:00:46,200 --> 00:00:53,070 Now 88 zero is basically the first adapter into your operating system. 12 00:00:53,070 --> 00:01:01,260 And the IP address that has been assigned to your computer is represented over here by iiNet. 13 00:01:01,260 --> 00:01:06,780 And you can see this is the IP address that has been assigned to my operating system. 14 00:01:07,140 --> 00:01:12,500 Now you can add as many as network adapters you want to your computer. 15 00:01:12,510 --> 00:01:14,040 So I've already added one more. 16 00:01:14,040 --> 00:01:20,700 But there is no IP address assigned to this particular network adapter as this has been disconnected 17 00:01:20,700 --> 00:01:23,970 currently and I'm using the ETA zero. 18 00:01:24,660 --> 00:01:32,040 So this is one of the way seeing the network adapters, seeing the IP address, you can also check your 19 00:01:32,040 --> 00:01:38,280 hardware address, which is also called as ether, which is your Mac address. 20 00:01:38,580 --> 00:01:39,120 All right. 21 00:01:39,120 --> 00:01:45,450 So that is one more command to see the similar output which is used, which is IP a. 22 00:01:46,180 --> 00:01:53,260 Now by typing this command, you are able to see a lot of adapters into your computer. 23 00:01:53,290 --> 00:01:58,490 Yes, you can see over here, we can see it at zero 81. 24 00:01:58,720 --> 00:02:00,920 You can see Docker, etc.. 25 00:02:00,940 --> 00:02:07,360 Now this gives exactly the same output, but you can always utilize both of the commands. 26 00:02:07,390 --> 00:02:09,220 There is one more way to do that. 27 00:02:09,220 --> 00:02:17,620 You can type IP space AD and it is going to give you the same output which you can see onto your terminal. 28 00:02:17,740 --> 00:02:23,860 Now this is handy in case you want to know your IP address, in case you want to know your hardware 29 00:02:23,860 --> 00:02:26,560 address, subnet mask, etc.. 30 00:02:26,770 --> 00:02:29,080 So I hope you guys understood this. 31 00:02:29,260 --> 00:02:37,870 Let's see one more thing in which in case you want to see a specific IP address for us, specific network 32 00:02:37,870 --> 00:02:39,670 adapter or driver. 33 00:02:39,790 --> 00:02:49,870 So for that, you can simply type IP or space show device and the device name and hit enter. 34 00:02:50,110 --> 00:02:57,280 And you can see over here we have got the ETA zero, the adapter that has been connected and you can 35 00:02:57,280 --> 00:03:04,390 see the init, the IP address that has been assigned to this and you can see other details as well in 36 00:03:04,390 --> 00:03:09,400 case you want to see details for next adapter or any other adapter. 37 00:03:09,700 --> 00:03:17,860 You can also see that currently this adapter is inactive, hence there is no IP address which has been 38 00:03:17,860 --> 00:03:19,420 assigned to this one. 39 00:03:19,900 --> 00:03:24,670 So I hope you guys understood how to check your IP address using three different ways. 40 00:03:25,030 --> 00:03:25,690 Thank you.