From 1dfb5367283f1a7a62784d571b74a51eae47fc81 Mon Sep 17 00:00:00 2001 From: Clemens John Date: Fri, 19 Jul 2013 20:23:42 +0000 Subject: [PATCH] Do not use bind option because it causes problems on some hosts and was not used before --- bsp/default/root_file_system/etc/fastdstart.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bsp/default/root_file_system/etc/fastdstart.sh b/bsp/default/root_file_system/etc/fastdstart.sh index 2faabee..fdbe25f 100755 --- a/bsp/default/root_file_system/etc/fastdstart.sh +++ b/bsp/default/root_file_system/etc/fastdstart.sh @@ -44,7 +44,8 @@ if ping -w5 -c3 "$test_internet_host1" &>/dev/null || echo "include peers from \"/etc/fastd/$project/peers\";" >> /etc/fastd/${project}/${project}.conf echo "log level warn;" >> /etc/fastd/${project}/${project}.conf echo "method \"null\";" >> /etc/fastd/${project}/${project}.conf - echo "bind 0.0.0.0:10000;" >> /etc/fastd/${project}/${project}.conf +# http://lists.nord-west.net/pipermail/freifunk-ol-dev/2013-July/000322.html +# echo "bind 0.0.0.0:10000;" >> /etc/fastd/${project}/${project}.conf echo "interface \"${project}VPN\";" >> /etc/fastd/${project}/${project}.conf echo "mtu 1426;" >> /etc/fastd/${project}/${project}.conf echo "secret \"$secret\";" >> /etc/fastd/${project}/${project}.conf