PMTU options go in host config files, and don't work in combination with TCPOnly.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 17 Nov 2009 19:26:21 +0000 (19:26 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 17 Nov 2009 19:26:21 +0000 (19:26 +0000)
examples/bridging-with-dhcp.mdwn
examples/ipv6-network.mdwn

index 14116cf..354d805 100644 (file)
 >     Device = /dev/net/tun
 >     Interface = tun0
 >     Mode = switch
->     PMTU = 1280
->     PMTUDiscovery = yes
 >     Name = client02' | sudo tee /etc/tinc/myvpn01/tinc.conf
 >     
 >     sudo cat /etc/tinc/myvpn01/tinc.conf
 >     
 >     sudo rm /etc/tinc/myvpn01/rsa_key.priv
 >     sudo rm /etc/tinc/myvpn01/hosts/client02
+>     echo 'PMTU = 1280
+>     PMTUDiscovery = yes' | sudo tee --append /etc/tinc/myvpn01/hosts/client02
 >     sudo tincd -n myvpn01 -K
 >     
 >     ------------------------------------------------------------------------
index 485f566..9ea6da4 100644 (file)
@@ -42,8 +42,6 @@ This document is to highlight an example setup for using tinc to create an IPv6
 >      Name = routera
 >      Device=/dev/net/tun
 >      TCPOnly = on
->      PMTU = 1280
->      PMTUDiscovery = yes
 >      Mode = switch
 >      Interface = vpn6
 >     
@@ -74,8 +72,6 @@ This document is to highlight an example setup for using tinc to create an IPv6
 >      Name=routerb
 >      Device=/dev/net/tun
 >      TCPOnly = yes
->      PMTU = 1280
->      PMTUDiscovery = yes
 >      Mode = switch
 >      Interface = vpn6
 >      ConnectTo = routera