Open coolacid opened 10 years ago
Example on using IP tables to DNAT a source that can not set their destination port:
Iptables –t nat -A PREROUTING -s [SOURCEIP]/32 -p udp -m udp --dport 514 -j REDIRECT --to-ports [PORT]
Example on using IP tables to DNAT a source that can not set their destination port:
Iptables –t nat -A PREROUTING -s [SOURCEIP]/32 -p udp -m udp --dport 514 -j REDIRECT --to-ports [PORT]