Answers for "iptables redirect traffic to another ip"

0

iptables redirect traffic to another ip

iptables -t nat -A PREROUTING -p tcp --dport 3124 -j DNAT --to-destination 1.1.1.1:3000
iptables -t nat -A POSTROUTING -j MASQUERADE
Posted by: Guest on April-17-2021

Code answers related to "iptables redirect traffic to another ip"

Browse Popular Code Answers by Language