Configuring Your Network Card  Hot PDF Print E-mail
Tag it:
Delicious
Furl it!
Digg
NewsVine
Reddit
YahooMyWeb
Technorati
Articles Reviews Linux
Written by Adi Bach   
Tuesday, 14 November 2006

{mos_sb_discuss:41} 

To configure your network card use the ip link command:

bible:~ # ip link set mtu 9000 dev eth0

Here, you have told ip to edit the link (network device) and set the maximum transmission unit (MTU) to 9000 on device eth0.

To view data about your Ethernet device, you can use the show option for the link object.


Viewing Information about Your Network Device 

            bible:~ # ip link show

            1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
            link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00

            2: sit0: <NOARP> mtu 1480 qdisc noop                                   link/sit 0.0.0.0 brd 0.0.0.0

            3: eth0: <BROADCAST,MULTICAST,ALLMULTI,UP> mtu 1500 qdisc pfifo_fast qlen 100

            link/ether fe:fd:d4:0d:d0:73 brd ff:ff:ff:ff:ff:ff

 

 

 


User reviews

There are no user reviews for this item.

Add new review




Powered by jReviews

Last Updated ( Sunday, 11 February 2007 )
 
< Prev   Next >