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 size change internal network

Hi all,

Recently we change from internet provider. Now we have issues with our Sophos configuration.

Our configuration is:

External WAN, MTU size of 1460 required
Internal LAN, configured as Ethernet Static

The problem now is that the connection to the internet from a device that is connected to the LAN, is broken. The default value of MTU=1500 is to high. We need to lower the MTU value on all devices. 

Symptoms that we have are described in this article.

On computers the MTU size can be changed, but is not nice to do.
This is not possible for devices like televisions with ethernet connection.

Is it possible to configure the Internal LAN in that way that devices can connect with a MTU value of 1500, but that the size is changed in the route to External WAN?


I tried to change the MTU value with command IP ROUTE CHANGE, but this didn't help. Current output of IP ROUTE SHOW

10.120.0.0/16 dev eth1  proto ipsec  scope link  src 10.121.1.1 
10.121.1.0/24 dev wlan1  proto kernel  scope link  src 10.121.1.1 
127.0.0.0/8 dev lo  scope link 
172.16.0.0/12 dev eth1  proto ipsec  scope link 
172.16.28.0/24 dev wlan0  proto kernel  scope link  src 172.16.28.1 
185.54.180.248/29 dev eth1  proto kernel  scope link  src 185.54.180.250 
192.168.5.0/24 dev eth1  proto ipsec  scope link  src 10.121.1.1 
192.168.8.0/24 via 192.168.8.1 dev br0  mtu 1460
192.168.171.0/24 dev br0  proto kernel  scope link  src 192.168.171.1 

eth1 is our WAN connection.
br0 is our LAN connection.

Please help me out.

Kind regards,
Remko


This thread was automatically locked due to age.
Parents
  • Hi all,

    I have 2 updates for the issue.

    (1) After an upgrade to the latest firmware version of Sophos UTM, a special MTU value for both LAN and WiFi connection is required.
    Before the upgrade only for LAN a special MTU value was required.

    It's not possible anymore to open websites on our smartphones [:(]

    (2) This is the response of Sophos support:

    -----
    Hi Remko,

    I've received a response from our Engineers:

    The ISP has set it at a lower number than the normal 1500. In this case: 1492 MTU. If the LAN machines are then set at 1500 then those packets are far to big to fit down the smaller hole of 1492.  All internal devices need to be the same or smaller MTU than that set on the WAN interface. Having such a small MTU will likely cause issues with web pages loading because some say "Do not fragment" packet and so if its 1500 per packet, that wont fit down the ISP line

    I think the only option really is to decrease the MTU of the affected devices.

    Regards,

    Sophos Technical Support
    -----

    Any suggestions from your end?

    Kind regards,
    Remko
  • Hi all,

    The problem is almost solved. The following article was helpful in finding the solution.

    I used the following command in stead of the packetfilter_advanced file.

    [FONT="Courier New"]iptables -t filter -I FORWARD 1 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1360[/FONT]

    This solution is not persistent. After a configuration change in the GUI, the rule is removed.

    Regards,
    Remko
Reply
  • Hi all,

    The problem is almost solved. The following article was helpful in finding the solution.

    I used the following command in stead of the packetfilter_advanced file.

    [FONT="Courier New"]iptables -t filter -I FORWARD 1 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1360[/FONT]

    This solution is not persistent. After a configuration change in the GUI, the rule is removed.

    Regards,
    Remko
Children
No Data