search for: public_port

Displaying 1 result from an estimated 1 matches for "public_port".

Did you mean: public_cert
2006 Nov 21
5
Re: iptables rule not matching after stream begins
...Apologies if there is a better place to seek an > answer to this question, please redirect me as > necessary. > > I am using kernel 2.6.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