Do not use bind option because it causes problems on some hosts and was not used before

This commit is contained in:
Clemens John 2013-07-19 20:23:42 +00:00
parent 0840fe1731
commit 1dfb536728
1 changed files with 2 additions and 1 deletions

View File

@ -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