change 45.45.0.1 -> 10.45.0.1 (#369)

This commit is contained in:
Spencer Sevilla 2020-02-16 17:41:16 -08:00 committed by GitHub
parent baad38cab3
commit 24e9def813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 82 additions and 82 deletions

View file

@ -315,7 +315,7 @@ target prot opt source destination
$ sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
### Add NAT Rule
$ sudo iptables -t nat -A POSTROUTING -s 45.45.0.0/16 ! -o ogstun -j MASQUERADE
$ sudo iptables -t nat -A POSTROUTING -s 10.45.0.0/16 ! -o ogstun -j MASQUERADE
```
**Note:** For the first time, it is a good condition if you do not have any rules in the IP/NAT tables. If a program such as docker has already set up a rule, you will need to add a rule differently.