From 422634275c73f02cba56fd3090a6e2b00e3d1d1d Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Sat, 13 Oct 2012 01:40:05 +0200 Subject: [PATCH] mtu problem fixed on fastd Signed-off-by: Tim Niemeyer --- bsp/default/root_file_system/etc/fastdstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/default/root_file_system/etc/fastdstart.sh b/bsp/default/root_file_system/etc/fastdstart.sh index 242774a..af94be6 100755 --- a/bsp/default/root_file_system/etc/fastdstart.sh +++ b/bsp/default/root_file_system/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 1448" >> /etc/config/fastd + echo " option mtu 1432" >> /etc/config/fastd echo " option secret '$secret'" >> /etc/config/fastd echo " option up '/etc/fastd/ffol/up.sh \$1'" >> /etc/config/fastd fi