| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |
| CODE |
| # ifconfig eth0 |
| QUOTE = ifconfig |
| eth0
Link
encap:Ethernet HWaddr 00:07:95:XX:XX:59 inet addr:10.0.0.152 Bcast:10.0.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:29861 errors:0 dropped:0 overruns:0 frame:0 TX packets:26784 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:6378900 (6.0 Mb) TX bytes:2889677 (2.7 Mb) Interrupt:11 Base address:0xd400 |
| CODE |
| # ifconfig eth0 mtu 1460 |
| CODE |
| # ifconfig eth0 mtu 1300 |
| CODE |
| # ifconfig eth0 mtu 1200 |
| QUOTE = /etc/sysconfig/network-scripts/ifcfg-eth0 |
| DEVICE=eth0 MTU=1250 BOOTPROTO=dhcp NETMASK=255.255.255.0 ONBOOT=yes METRIC=10 |
Bruno
| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |