Guest User

Untitled

a guest
Aug 15th, 2017
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. # allow smtp
  2. iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 25 -j DNAT --to 192.168.1.70:25
  3. iptables -A FORWARD -p tcp -m state --state NEW -d 192.168.1.70 --dport 25 -j ACCEPT
Add Comment
Please, Sign In to add comment