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

VLAN MTU Problem/Bug?

I have VLAN on one network card enabled and set the MTU of all VLAN's to 7200 (it's a network card with RTL 8169SC chipset). But I only can send ping packets with 1472 bytes size without defragmentation. I looked into the ASG's Support/Advanced/Interface Tables page, and I found the network card listed with MTU 1500 but I set it to 7200 for all VLAN on this card in the Interfaces configuration page.
Is this a bug?


This thread was automatically locked due to age.
  • I have VLAN on one network card enabled and set the MTU of all VLAN's to 7200 (it's a network card with RTL 8169SC chipset). But I only can send ping packets with 1472 bytes size without defragmentation. I looked into the ASG's Support/Advanced/Interface Tables page, and I found the network card listed with MTU 1500 but I set it to 7200 for all VLAN on this card in the Interfaces configuration page.
    Is this a bug?


    Hello,
    in the meantime I started ifconfig from console, here is the output:

    eth1      Link encap:Ethernet  HWaddr ***
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:5114 errors:60 dropped:14 overruns:60 frame:74
              TX packets:6016 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:835686 (816.0 Kb)  TX bytes:4243228 (4.0 Mb)
              Interrupt:177 Base address:0x6000

    eth1.1    Link encap:Ethernet  HWaddr ***
              inet addr:yyy  Bcast:yyy.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1 errors:0 dropped:0 overruns:0 frame:0
              TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:91 (91.0 b)  TX bytes:64 (64.0 b)

    eth1.2    Link encap:Ethernet  HWaddr ***
    ...

    I can't see Interface eth1 in the webadmin interfaces list, so I can't change the MTU for it,
    this seems to be the problem.
    In the webadmin interfaces list I set the MTU for eth1.1, ... to 7200 but this seems to be ignored.

    Can anyone help me?
    Thanks,
    Andreas.
  • I suppose you could set it on the command line to see if it'll work at all, but it will get overwritten by Astaro quickly.

    At least you'd know if the hardware supports it.

    try reading the docs for ifconfig and ethtool.

    Barry
  • I suppose you could set it on the command line to see if it'll work at all, but it will get overwritten by Astaro quickly.

    At least you'd know if the hardware supports it.

    try reading the docs for ifconfig and ethtool.

    Barry


    Hello Barry,
    I already changed the mtu values with ifconfig eth1.x mtu 7168 and tested it from a windows pc with the tool mturoute and it seems to work. 

    netstat -i
    Kernel Interface table
    Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVR   TX-OK TX-ERR TX-DRP TX-OVR Flg
    eth0   7168   0   70400      0      0      0   57283      0      0      0 BMRU
    eth1   7168   0   40867     60      0     14   64499      0      0      0 BMRU
    eth1.  7168   0       1      0      0      0       2      0      0      0 BMRU
    eth1.  7168   0    7615      0      0      0   18754      0      0      0 BMRU
    eth1.  7168   0   33251      0      0      0   45731      0      0      0 BMRU
    eth1.  7168   0       0      0      0      0       2      0      0      0 BMRU
    eth2   7168   0       0      0      0      0       0      0      0      0 BMU
    lo    16436   0   84575      0      0      0   84575      0      0      0 LRU

    But this setting isn't persistent and I don't find the configuration file where I can set this setting permanently (so that it's also set after a reboot).
  • OK, definitely a bug then...

    Please submit a bug report / support case at my.astaro.com.
    You may not hear back if you don't have a support contract, but someone from Astaro will look at it.

    Barry