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.
Parents
  • 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
Reply
  • 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
Children
  • 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).