mirror of
https://github.com/pirate/wireguard-docs.git
synced 2026-01-23 02:15:13 +00:00
fix missing = 1 on sysctl config
This commit is contained in:
parent
29fe505bb9
commit
6443464ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ pkg install wireguard
|
|||
```bash
|
||||
# to enable kernel relaying/forwarding ability on bounce servers
|
||||
echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.conf
|
||||
echo "net.ipv4.conf.all.proxy_arp" >> /etc/sysctl.conf
|
||||
echo "net.ipv4.conf.all.proxy_arp = 1" >> /etc/sysctl.conf
|
||||
sudo sysctl -p /etc/sysctl.conf
|
||||
|
||||
# to add iptables forwarding rules on bounce servers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue