IPTABLES short notes
#Remote Desktop port forwarding $IPTABLES -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to-destination {INTIP} :3389
2008-09-16 1 min →
#Remote Desktop port forwarding $IPTABLES -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to-destination {INTIP} :3389
# Red Hat Linux firewall using iptables## Created: October 2002# Last Revised: August 2006## Authors: Dennis G. Allard ([email protected]) and Don Cohen ([email protected])##…