[H-GEN] Iptables DNAT and SNAT

Res res at ausics.net
Mon Oct 23 16:17:38 EDT 2006


On Mon, 23 Oct 2006, Conor Cunningham wrote:

>
> iptables -t nat -I PREROUTING -p tcp --dport 3717 -j DNAT --to-destination 
> 192.168.2.181
>
> 192.168.2.181 (being the back end VIP)
>
> Currently I can not see any traffic getting to the back end machine, but I'm


iptables -t nat -A PREROUTING -p tcp --dport 3717 -j DNAT --to 
192.168.2.181:3717


-- 
Cheers
Res

"Just a world that we all must share, it's not enough just to stand and
stare, is it only a dream that there'll be no more turning away" - Floyd






More information about the General mailing list