Configuring Your Network Card
|
|
|
|
| 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
Powered by jReviews |
|
| Last Updated ( Sunday, 11 February 2007 ) | |
| < Prev | Next > |
|---|







