how to check ip address in Linux?

| 0 comments

 how to check ip address in Linux?


we use IFCONFIG command to check ip address in Linux


:\Users\satis>ipconfig

Windows IP Configuration


Ethernet adapter Ethernet:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Local Area Connection* 3:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Local Area Connection* 4:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . :

Wireless LAN adapter Wi-Fi:

   Connection-specific DNS Suffix  . :
   IPv6 Address. . . . . . . . . . . : 2405:201:5c04:ddae:9c0:4152:ae86:a328
   Temporary IPv6 Address. . . . . . : 2405:201:5c04:ddae:6d66:96fa:a84f:e2e0
   Link-local IPv6 Address . . . . . : fe80::9c0:4152:ae86:a328%14
   IPv4 Address. . . . . . . . . . . : 192.168.29.208
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : fe80::aada:cff:fe3f:7bfb%14
                                       192.168.29.1

C:\Users\satis>





0 comments:

Post a Comment

linux command to copy paste and cut paste

 linux command to copy paste and cut paste: !.cp command to copy paste 1 mv command to cut paste