From ee237f2931b2713843b6316986a120a3a089f2e4 Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Fri, 28 Sep 2012 20:43:02 +0200 Subject: [PATCH] mtu: 1500 - 8 // PPPoE (for our DSL users) 1492 - 43 // null-method 1449 - 1 // rounded by 8 -------- 1448 Signed-off-by: Tim Niemeyer --- root_file_system/default/etc/fastdstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root_file_system/default/etc/fastdstart.sh b/root_file_system/default/etc/fastdstart.sh index 7aead8e..242774a 100755 --- a/root_file_system/default/etc/fastdstart.sh +++ b/root_file_system/default/etc/fastdstart.sh @@ -67,7 +67,7 @@ then echo " option mode 'tap'" >> /etc/config/fastd echo " option bind '0.0.0.0:10000'" >> /etc/config/fastd echo " option interface '${project}VPN'" >> /etc/config/fastd - echo " option mtu 1426" >> /etc/config/fastd + echo " option mtu 1448" >> /etc/config/fastd echo " option secret '$secret'" >> /etc/config/fastd echo " option up '/etc/fastd/ffol/up.sh \$1'" >> /etc/config/fastd fi