New IT forum Follow us on Twitter
04 February 2012, 03:39:47 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: DreamPlug tutorial in Linux Format issue 145!
 
   Home   SHOP Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Jumbo Frames - eSATA Sheeva Multi  (Read 1648 times)
JustaGuy
Newbie
*
Posts: 38



WWW
« on: 09 August 2010, 09:08:26 pm »

Can I add this line to /etc/network/interfaces?

pre-up ifconfig eth0 mtu=9000


I'm hesitant to do so because in the past I've become locked out of a box for setting this when it's not supported by the hardware, so I'd like to know the official position on this before I go ahead with it.
Logged
NewIT_Marcus
Administrator
Hero Member
*****
Posts: 960


« Reply #1 on: 10 August 2010, 07:20:41 am »

I just tried it on a (debian lenny) SD card, with this consequence in my bootlog:

Code:
Setting up networking....
Configuring network interfaces...mtu=9000: Host name lookup failure
ifconfig: `--help' gives usage information.
Failed to bring up eth0.
Logged
DaveH
Newbie
*
Posts: 22



« Reply #2 on: 10 August 2010, 08:34:27 pm »

If you take out the '=' and use

pre-up ifconfig eth0 mtu 9000

then it takes it just fine.

Code:
debian:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:50:43:01:49:7a  
          inet addr:192.168.144.253  Bcast:192.168.144.255  Mask:255.255.255.0
          inet6 addr: fe80::250:43ff:fe01:497a/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:9000  Metric:1
          RX packets:64 errors:0 dropped:0 overruns:0 frame:0
          TX packets:105 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:10208 (9.9 KiB)  TX bytes:81902 (79.9 KiB)
          Interrupt:11

I can connect to it via the interface so it isn't completely broken even if it might not do what you want.

I should point out that mine was on a standard plug, no eSATA.
Logged
JustaGuy
Newbie
*
Posts: 38



WWW
« Reply #3 on: 10 August 2010, 11:39:50 pm »

Thanks, guys.

That '=' was my error, I typed what I thought I remembered from the config, which indeed does not include it.

I do have some concern nibbling in the back of my mind about not having verified the hardware indeed is the same, but I can use the serial USB access to change it back if need be.

I forgot about USB serial, or I wouldn't have been worried enough to post the question in the first place.

Thanks again.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!