Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wuruxu committed Jun 11, 2019
1 parent e7318a8 commit 8235af2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
```bash
ip rule add from 192.168.18.0/24 lookup 100
ip route add table 100 default via 192.168.2.1 dev oet1
ip route add table 100 192.168.8.0/24 via 192.168.8.1 dev br0
iptables -t nat -A POSTROUTING -s 192.168.18.0/24 -o oet1 -j MASQUERADE
```

Expand Down

0 comments on commit 8235af2

Please sign in to comment.