LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to check all interfaces present in a server? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-check-all-interfaces-present-in-a-server-760564/)

malli42108 10-08-2009 09:18 AM

how to check all interfaces present in a server?
 
hi experts,

In general we use below command to see the interfaces.

root@isam194 # ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
bge0:flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 172.24.130.194 netmask ffffff80 broadcast 172.24.130.255
ether 0:21:28:3:21:88
root@isam194 #

but i need to check all interfaces (which are not assigned also) in that server.
IS there any other command available to see this?

Thanks in advance.

Best regards
Malli

kirukan 10-08-2009 09:24 AM

check the dmesg output

onebuck 10-08-2009 11:33 AM

Hi,

You could use 'lspci -vv' from the 'cli' to show information then proceed from there.

john test 10-08-2009 11:43 AM

you could use "ip addr"


All times are GMT -5. The time now is 10:57 AM.