Amit's Blog
  • Home
  • Videos
  • All Posts
  • Tags
  • About Me
Subscribe
Tagged

firewall

A collection of 1 post

firewall

Redirect or forward ports in iptables

Redirect or Forward Ports using Iptables Port Redirection: iptables -t nat -A PREROUTING -i -p tcp --dport -j REDIRECT --to-port or iptables -t nat -I PREROUTING --src ip/mask --dst -p tcp --dport 80 -j Redirect --to-port

Port Forwarding: iptables -A PREROUTING -t nat -i -p tcp --dport 80 -j

  • amit
amit Sep 15, 2011 • 1 min read
Amit's Blog © 2023
Powered by Ghost