Results 1 to 5 of 5
Hi guys,
I’m a beginner in Linux. Just want to know what is the cmd to ping/check the link speed or something like Network Info. If for server checking (Show ...
- 05-20-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 2
how to check the network status.?
Hi guys,
I’m a beginner in Linux. Just want to know what is the cmd to ping/check the link speed or something like Network Info. If for server checking (Show information CPI info) is (cat /proc/cpuinfo ) (correct me if im wrong)
Thanks,
- 05-20-2009 #2Just Joined!
- Join Date
- May 2009
- Location
- Maximum city
- Posts
- 15
ifconfig <interface name > should give you all the info u need
- 05-20-2009 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
- 05-20-2009 #4Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
If you're looking for info about the supported link speeds, the negotiated speed, and whether the link is up, the ethtool command supports most NIC's. It's included in many distro's but if not, you may need to install it.
Code:ethtool eth0 Settings for eth0: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Supports auto-negotiation: Yes Advertised link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Full Advertised auto-negotiation: Yes Speed: 100Mb/s Duplex: Full Port: Twisted Pair PHYAD: 1 Transceiver: internal Auto-negotiation: on Supports Wake-on: pumbag Wake-on: g Current message level: 0x00000001 (1) Link detected: yes
- 05-21-2009 #5Just Joined!
- Join Date
- May 2009
- Posts
- 2
Thanks a lot guys.Really appreciate that.
Guys, may i know what is the step to setup new NIC or FC? How to put in the IP address.?May i use same Thread to ask about "how to setup new disks,create the partation and mount it .


Reply With Quote
