We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a20e31 + e0b8b44 commit 57752d2Copy full SHA for 57752d2
example-simple-server-to-server/server1/setup.sh
@@ -7,8 +7,8 @@ apt install wireguard
7
8
# to enable kernel relaying/forwarding ability on bounce servers
9
echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.conf
10
-echo "net.ipv4.conf.all.proxy_arp" >> /etc/sysctl.conf
11
-sudo sysctl -p /etc/sysctl.conf
+echo "net.ipv4.conf.all.proxy_arp = 1" >> /etc/sysctl.conf
+sysctl -p /etc/sysctl.conf
12
13
# to add iptables forwarding rules on bounce servers
14
iptables -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
0 commit comments