Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong example in http://linux-ip.net/html/nat-dnat.html #85

Open
mcr-ksh opened this issue Jun 19, 2019 · 0 comments
Open

wrong example in http://linux-ip.net/html/nat-dnat.html #85

mcr-ksh opened this issue Jun 19, 2019 · 0 comments

Comments

@mcr-ksh
Copy link

mcr-ksh commented Jun 19, 2019

SNAT example from 5.7 is:

is:
[root@real-server]# iptables -t nat -A POSTROUTING -s 192.168.100.17 -j SNAT --to-destination 205.254.211.17

should be:
[root@real-server]# iptables -t nat -A POSTROUTING -s 192.168.100.17 -j SNAT --to 205.254.211.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant