Large packet (UDP, ICMP) got dropped #3012
Description
Hi,
I noticed small UDP packets all work fine. Some larger ones (more or less 1500) always got dropped. Looks like it's related to MTU.
Also tried ping, also failed with big size packets like "-s 2000". But everything works fine when I directly use eth0. Large UDP and ICMP both work fine.
It happened when I try to reach another weave node.
Not sure what prevent weave from doing fragment.
Thanks,
Version: 1.8.2 (version 1.9.4 available - please upgrade!)
Service: router
Protocol: weave 1..2
Name: 0e:9f:4f:49:d0:85(monitoring)
Encryption: enabled
PeerDiscovery: enabled
Targets: 1
Connections: 6 (6 established)
Peers: 7 (with 42 established connections)
TrustedSubnets: none
Service: ipam
Status: ready
Range: 10.32.0.0/12
DefaultSubnet: 10.32.0.0/12
Service: dns
Domain: internal.
Upstream: 8.8.8.8
TTL: 1
Entries: 69
Service: proxy
Address: unix:///var/run/weave/weave.sock
Service: plugin
DriverName: weave
$ docker version
Client:
Version: 17.05.0-ce
API version: 1.29
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:10:54 2017
OS/Arch: linux/amd64
Server:
Version: 17.05.0-ce
API version: 1.29 (minimum version 1.12)
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:10:54 2017
OS/Arch: linux/amd64
Experimental: false
Linux monitoring 4.4.0-78-generic #99-Ubuntu SMP Thu Apr 27 15:29:09 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Edit: removed unused parts of the template
Activity