Created
June 7, 2013 03:40
-
-
Save mrprompt/5726937 to your computer and use it in GitHub Desktop.
Alterna entre IPs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
iptables -t nat -F | |
iptables -t nat -A POSTROUTING -s 201.33.19.171 -j SNAT --to-source 201.33.19.177-201.33.19.178 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment