Find the answer to your Linux question:
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 ...
  1. #1
    Just 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,

  2. #2
    Just Joined!
    Join Date
    May 2009
    Location
    Maximum city
    Posts
    15
    ifconfig <interface name > should give you all the info u need

  3. #3
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Quote Originally Posted by Khairul_09 View Post
    Just want to know what is the cmd to ping/check the link speed or something like Network Info.
    You can use the ping command in Linux as you would on any other platform. For the rest you can use ifconfig as mentioned and if you have NetworkManager running you can use that to check link information too.

  4. #4
    Linux 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

  5. #5
    Just 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 .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...