Displaying 1 result from an estimated 1 matches for "private_port".
Did you mean:
private_host
2006 Nov 21
5
Re: iptables rule not matching after stream begins
...15.4, and iptables 1.3.3.
>
> My rules are similar to this:
> iptables -I PREROUTING -t nat -p UDP \
> -d<public_ip> --dport <public_port> \
> -j DNAT --to-destination <private_ip:port>
> iptables -I FORWARD -p UDP \
> -d <private_ip> --dport <private_port>
>
--
-Bob