drsox1899
May 12th, 2008, 08:54 PM
I've looked through the forums and I can find no clear How-To about setting Jumbo frames. I'm running 7.10 at the moment.
Here's what I know about this :
1. I have had a look at ifconfig -a, which tells me what my two NIC cards are set to.
One (eth0) is a USRobotics 7902 and is not used in Ubuntu (it's used in my WinXp partition and can't phone home due to an IP ban from my router).
It's trying to get a DHCP address in Ubuntu and it being refused by my router.
The other (eth2) is used in Ubuntu and is a Realtek 8169 Gigabit NIC that I have tried unsuccessfully to set to a MTU of 7000. (Max setting for this chip is 7422).
2. I have set the MTU to 7000 but it doesn't stick !
I am trying to set a standard MTU setting across my network of 7000 for all devices but mainly to allow fast access to my Infrant ReadyNAS RAID boxes that can go up to a MTU of 9000.
What should I be doing to get a permanent MTU and (if not covered by just the MTU setting) enable Jumbo Frames (and disable to see the benefit)
Here's my ifconfig - file :
eth0 Link encap:Ethernet HWaddr 00:14:C1:32:28:39
inet6 addr: fe80::214:c1ff:fe32:2839/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:43 errors:0 dropped:0 overruns:0 frame:0
TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5683 (5.5 KB) TX bytes:12318 (12.0 KB)
Interrupt:20 Base address:0x2800
eth2 Link encap:Ethernet HWaddr 00:1D:0F:BE:11:42
inet addr:192.168.123.30 Bcast:192.168.123.255 Mask:255.255.255.0
inet6 addr: fe80::21d:fff:febe:1142/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2194 errors:0 dropped:0 overruns:0 frame:0
TX packets:1855 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2065060 (1.9 MB) TX bytes:310740 (303.4 KB)
Interrupt:19 Base address:0xc00
eth0:avah Link encap:Ethernet HWaddr 00:14:C1:32:28:39
inet addr:169.254.2.120 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:20 Base address:0x2800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:82 errors:0 dropped:0 overruns:0 frame:0
TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4950 (4.8 KB) TX bytes:4950 (4.8 KB)
Thanks
Here's what I know about this :
1. I have had a look at ifconfig -a, which tells me what my two NIC cards are set to.
One (eth0) is a USRobotics 7902 and is not used in Ubuntu (it's used in my WinXp partition and can't phone home due to an IP ban from my router).
It's trying to get a DHCP address in Ubuntu and it being refused by my router.
The other (eth2) is used in Ubuntu and is a Realtek 8169 Gigabit NIC that I have tried unsuccessfully to set to a MTU of 7000. (Max setting for this chip is 7422).
2. I have set the MTU to 7000 but it doesn't stick !
I am trying to set a standard MTU setting across my network of 7000 for all devices but mainly to allow fast access to my Infrant ReadyNAS RAID boxes that can go up to a MTU of 9000.
What should I be doing to get a permanent MTU and (if not covered by just the MTU setting) enable Jumbo Frames (and disable to see the benefit)
Here's my ifconfig - file :
eth0 Link encap:Ethernet HWaddr 00:14:C1:32:28:39
inet6 addr: fe80::214:c1ff:fe32:2839/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:43 errors:0 dropped:0 overruns:0 frame:0
TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5683 (5.5 KB) TX bytes:12318 (12.0 KB)
Interrupt:20 Base address:0x2800
eth2 Link encap:Ethernet HWaddr 00:1D:0F:BE:11:42
inet addr:192.168.123.30 Bcast:192.168.123.255 Mask:255.255.255.0
inet6 addr: fe80::21d:fff:febe:1142/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2194 errors:0 dropped:0 overruns:0 frame:0
TX packets:1855 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2065060 (1.9 MB) TX bytes:310740 (303.4 KB)
Interrupt:19 Base address:0xc00
eth0:avah Link encap:Ethernet HWaddr 00:14:C1:32:28:39
inet addr:169.254.2.120 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:20 Base address:0x2800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:82 errors:0 dropped:0 overruns:0 frame:0
TX packets:82 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4950 (4.8 KB) TX bytes:4950 (4.8 KB)
Thanks