From d4730f8853ec2a0dfe6aa29c8c4826400e26fec2 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 17 Nov 2009 19:26:21 +0000 Subject: [PATCH] PMTU options go in host config files, and don't work in combination with TCPOnly. --- examples/bridging-with-dhcp.mdwn | 4 ++-- examples/ipv6-network.mdwn | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/examples/bridging-with-dhcp.mdwn b/examples/bridging-with-dhcp.mdwn index 14116cf..354d805 100644 --- a/examples/bridging-with-dhcp.mdwn +++ b/examples/bridging-with-dhcp.mdwn @@ -133,8 +133,6 @@ > 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 @@ -177,6 +175,8 @@ > > 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 > > ------------------------------------------------------------------------ diff --git a/examples/ipv6-network.mdwn b/examples/ipv6-network.mdwn index 485f566..9ea6da4 100644 --- a/examples/ipv6-network.mdwn +++ b/examples/ipv6-network.mdwn @@ -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 -- 2.20.1