Please would you consider packaging the newer version as I doubt I'll be the only person to hit this and the new version does make it all simply work.
The current packaged version seems to drop packets with it's MTU, I see missed sequences in the packet trace and retransmissions but I never get the missed packets back. The connections either drop or sit there waiting... Though the new version seems to ignore the interface mtu setting when choosing the MTU, it does seems to work which makes me very happy. interfaces: 2: wlp58s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1280 qdisc mq state UP mode DORMANT group default qlen 1000 3: vpn0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1401 qdisc pfifo_fast state UP mode DEFAULT group default qlen 500 I would have expected the vpn connection to have a smaller mtu than that of the network interface it was running over. Also I wouldn't be surprised if our VPN end point had firewalls that prevented easy MTU discovery. Thanks, M