Go Back   TechArena Community > Technology > Networking & Security
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Properties of nic

Networking & Security


Reply
 
Thread Tools Search this Thread
  #1  
Old 14-12-2009
Member
 
Join Date: Aug 2009
Posts: 154
Properties of nic

Hi
I have a query, how can we check if a network card is full duplex? Where we will not be full duplex, how can we enter this mode? This will be for a server with as RedHat Enterprise Server 5.1 64 bit. Any help on this. Please I am stuck to this point. Thanks in advance.
Reply With Quote
  #2  
Old 14-12-2009
Spyrus's Avatar
Member
 
Join Date: May 2008
Posts: 3,470
Re: Properties of nic

Hi,
Try this command
Code:
dmesg | grep-i duplex
Tells you what mode you are.
Using this you can test it with mii-tools:
Code:
mii-tool-F-FD 100baseTx
100baseTx-HD = 100Mbits Full Duplex (to modulate 10.100 FD, HD ...).
I believe that
Code:
ethtool eth0
give you the features supported by your card.
Any more help do post back.
Reply With Quote
  #3  
Old 14-12-2009
Member
 
Join Date: Aug 2009
Posts: 154
Re: Properties of nic

Hi
Here are the results I got with the command ethtool.
I failed to mention that I had 2 network cards.
Code:
[root @ localhost ~] # ethtool eth0
Settings for eth0:
        Supported ports: [MII]
        Supported link modes: 10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Supports auto-negotiation: Yes
        Advertised link modes: 10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Advertised auto-negotiation: Yes
        Speed: 100Mb / s
        Duplex: Full
        Port: Twisted Pair
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: on
        Supports Wake-on: g
        Wake-on: d
        Current message level: 0x000000ff (255)
        Link detected: yes
I want to know how to spend those cards in full duplex? Any advice on this.
Reply With Quote
  #4  
Old 14-12-2009
Spyrus's Avatar
Member
 
Join Date: May 2008
Posts: 3,470
Re: Properties of nic

Hi
In / etc / modprobe.conf:
Quote:
exaple_eth0 auto_speed options line_speed = 0,0,0 = 1,1,1 = 1000,100,10 full_duplex
example_eth1 auto_speed options line_speed = 0,0,0 = 1,1,1 = 1000,100,10 full_duplex
See the result of this, from the above mentioned file.
Reply With Quote
  #5  
Old 14-12-2009
Member
 
Join Date: Aug 2009
Posts: 154
Re: Properties of nic

Hello,
I want to know is what to reboot after changing / etc / modprobe.conf is or what is content just to restart a service? If you can restart a service which is the command to be performed to reflect the changes? Here are the contents of / etc / modprobe.conf I have now.
Code:
alias eth0 tg3
alias eth1 tg3
aka scsi_hostadapter mptbase
aka scsi_hostadapter1 MPTSAS
How do I fit in relation to existing content in this file? Or is it simply must add the code you told me?
Reply With Quote
  #6  
Old 14-12-2009
Spyrus's Avatar
Member
 
Join Date: May 2008
Posts: 3,470
Re: Properties of nic

Hi,
you add lines of previous post at the end of your modprobe.conf and you restart the service
Code:
/ etc / init.d / modprobe restart
Make a backup of your file before anyway .
Reply With Quote
Reply

  TechArena Community > Technology > Networking & Security


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Properties of nic"
Thread Thread Starter Forum Replies Last Post
How to use Properties object Ash maker Software Development 5 10-02-2010 05:49 AM
What are the Dimension Properties in CSS? Rob Dizzle Software Development 5 29-01-2010 09:15 PM
property error message "you do not have sufficient privilages for configuring connection properties." for trying to look up properties for my dial up and it's on VISTA AK_fisherman Technology & Internet 1 16-12-2009 01:11 PM
What is actually the meaning of properties for C#? Joel5 Software Development 3 11-11-2009 10:39 PM
Display Properties Virginia Man MediaCenter 19 19-09-2008 12:23 AM


All times are GMT +5.5. The time now is 06:37 AM.