Guangsheng Zhao | Date: Tuesday, 2014-11-18, 12:06 PM | Message # 1 |
Group: Guests
| hi I want to ask you a question, how to configure multiple network adapters in Linux? To identify a card default Linux, I tried a lot of methods are not
|
|
|
|
shanky | Date: Wednesday, 2014-11-19, 3:59 PM | Message # 2 |
Lieutenant
Group: Administrators
Messages: 46
Awards: 0
Reputation: 104
Status: Offline
| Hello Guangsheng Zhao,
I am not sure what exactly you are asking but to display or change ethernet card(NIC) setting in Linux, you can use ethtool.
This tool will help you get details of all the drivers on your system. To get the ethernet driver list, you can use ifconfig command.
And then use below commands for more info on them:
ethtool -i eth0 display the first NIC driver setting. ethtool -a eth0 displays information about autonegotiation ethtool -S eth0 display information about speed and other parameters
You can use -S option to change the NIC setting. See the article on ethtool for more detail.
I hope this answers you query. Please reach me again for more clarification.
s.k.bhagat
|
|
|
|