Skip to content

Commit

Permalink
First reproduce, then fix.
Browse files Browse the repository at this point in the history
Revert "explicitly set ipv4 ip forwarding, so we do not rely on defaults, related to #7"

This reverts commit 5e09924.
  • Loading branch information
jhpoelen committed Feb 21, 2018
1 parent 5e09924 commit c96152d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions create_exitnode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ sed -i.bak "s#interface=lo#interface=$ETH_IF#" $CFG
sed -i 's/dns-nameservers.*/dns-nameservers 8.8.8.8/g' /etc/network/interfaces.d/50-cloud-init.cfg
sed -i '/address/a \ \ dns-nameservers 8.8.8.8' /etc/network/interfaces.d/50-cloud-init.cfg

# ensure to enable ipv4 ip forwarding
echo "1" > /proc/sys/net/ipv4/ip_forward


# start babeld and tunnel digger on reboot
systemctl enable sudomesh-gateway
Expand Down

0 comments on commit c96152d

Please sign in to comment.