Hi,
Can I set the max. MTU for a tunnel (limit the size of the IPv4 packets coming in to my computer). I'm on a DSL connection, and I think that MTU is causing the problem.
The problem: I can't connect to certain services (HTTP to python.org, he.net, ...) but I can connect to ipv6.google.com and kame.net. It looks to me like big packets get dropped.
Do you agree that this is an MTU issue?
A connection is set up, and then I can send a GET request, but some of the reply seems to be missing:(nothing strange about this, but there should be more...)
12 145.853538 2001:470:1f0a:1717::2 2001:888:2000:d::a2 TCP 49248 > http [SYN] Seq=0 Win=5680 Len=0 MSS=1420 SACK_PERM=1 TSV=254868639 TSER=0 WS=7
13 145.934188 2001:888:2000:d::a2 2001:470:1f0a:1717::2 TCP http > 49248 [SYN, ACK] Seq=0 Ack=1 Win=5712 Len=0 MSS=1440 SACK_PERM=1 TSV=1164407370 TSER=254868639 WS=6
14 145.934321 2001:470:1f0a:1717::2 2001:888:2000:d::a2 TCP 49248 > http [ACK] Seq=1 Ack=1 Win=5760 Len=0 TSV=254868720 TSER=1164407370
15 145.934548 2001:470:1f0a:1717::2 2001:888:2000:d::a2 HTTP GET / HTTP/1.1
16 146.018438 2001:888:2000:d::a2 2001:470:1f0a:1717::2 TCP http > 49248 [ACK] Seq=1 Ack=386 Win=6784 Len=0 TSV=1164407391 TSER=254868720
Here is the ifconfig for the IPv4 WAN interface (ppp0) and the tunnel interface (sit1):
ppp0 Link encap:Point-to-Point Protocol
inet addr:86.200.184.175 P-t-P:86.200.184.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:1071442 errors:0 dropped:0 overruns:0 frame:0
TX packets:867121 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:1118805441 (1.0 GiB) TX bytes:91711010 (87.4 MiB)
sit1 Link encap:IPv6-in-IPv4
inet6 addr: fe80::afe:fefe/64 Scope:Link
inet6 addr: fe80::a00:1/64 Scope:Link
inet6 addr: 2001:470:1f0a:1717::2/64 Scope:Global
UP POINTOPOINT RUNNING NOARP MTU:1480 Metric:1
RX packets:13884 errors:0 dropped:0 overruns:0 frame:0
TX packets:13602 errors:336 dropped:0 overruns:0 carrier:336
collisions:0 txqueuelen:0
RX bytes:11719760 (11.1 MiB) TX bytes:2586065 (2.4 MiB)
I'm running the tunnel on a Fedora machine, I have tried things like disabling the firewall, etc.
Marius