1753873 Members
7519 Online
108809 Solutions
New Discussion юеВ

ethtool configuration

 
SOLVED
Go to solution
monu_1
Regular Advisor

ethtool configuration

Hi Guru,

which one of following is true and why?

1) ethtool can be used to configure the parameters.
2) ethtool can only be used to read the parameters.


Thanks,
MKS

4 REPLIES 4
Jeeshan
Honored Contributor
Solution

Re: ethtool configuration

like your way, both are correct. ethtool is used for Display or change ethernet card settings.

#man ethtool
a warrior never quits
Steven E. Protter
Exalted Contributor

Re: ethtool configuration

Shalom,

A quick look at the man page will tell you both and many more things are possible.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
monu_1
Regular Advisor

Re: ethtool configuration

thanks for suggestion!

#ifconfig net0
Link encap:Ethernet HWaddr 00:00:02:01:02:09
inet6 addr: fe80::200:2ff:fe01:209/64 Scope:Link
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:1810 errors:0 dropped:6879 overruns:0 frame:0
TX packets:311 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:111654 (109.0 KiB) TX bytes:0 (0.0 b)

#ethtool net0
net0 does not appear a to be an ethernet device

Why it's not eth device? how can i change net0 duplex and speed setting?

Thx,
MKS
Jeeshan
Honored Contributor

Re: ethtool configuration

post your ifconfig output
a warrior never quits