Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MTU setting ignored

Is the MTU-Setting on a "Ethernet-Standard" interface ignored ? 

Investigation our problems with SFTP connections we found out, that all is working fine using a MTU size of 1492, but our external connection via Arcor SDSL supports a MTU of 1500. This leads to a problem, beause somewhere on the way to our clients SFTP server such big packets will not be transfered. Usually the routers should handle this using ICMP, but they doesn't. 

So I'd tried to change the MTU size on our "External" connection from 1500 to 1492 and restarted Astaro - no change. To check if the setting is used I changed the MTU size to 1400 Bytes. Even after the next restart I was able to transmit packets up to 1472 bytes (max 1464 to the SFTP-Server) without fragmentation - no change.

Is it possible to change the MTU size on the "External" connection without using PPPoE ?

Thomas


This thread was automatically locked due to age.
  • what is "ifconfig -a" displaying about the MTU?
  • I'll check it as soon as I can, but last time when I changed this value all established connections where terminated. So I have to wait for the moment...
  • MTU setting in WebAdmin on ETH1 changed to 1400, FW restarted, ifconfig -a on ETH1: MTU=1500, trying "ping -l 1472 -f www.avm.de" which is still working -> MTU cannot be 1400..., the setting in WebAdmin seems to be ignored again !

    ------------------------
    eth1    Link encap:Ethernet  HWaddr 00:xx:xx:xx:xx:xx
              inet addr:***.***.***.***  Bcast:***.***.***.***  Mask:255.255.255.248
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:41421996 errors:0 dropped:0 overruns:0 frame:0
              TX packets:42968764 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:1734437614 (1654.0 Mb)  TX bytes:1171816820 (1117.5 Mb)
              Interrupt:177 Base address:0xd800
    ------------------------

    So I tried "ifconfig eth1 mtu 1400" via ssh - MTU changed to 1400,  "ping -l 1472 -f www.avm.de" was not successful, packet needs to be fragmented. This is working...

    After this I tried "ifconfig eth1 mtu 1492" - MTU changed to 1492 and checked the SFTP-Server - in difference to my test using the Fritz!Box as NAT-Router with MTU:1492 this time it still doesn't work :-(

    I've got the directory listing (only a few entries - one smaller packet) but the transfer of files was still not possible...
  • seems you are right, in 7.404 I also cannot change the MTU settings. confd-debug-log shows strange errors. With the actual 7.5 beta, all MTU things seem to be fixed again, I tested successfully