Hy all,

I use iptables to protect my webserver with a firewall, I use something
like this to allow access from the internet to that server:

$IPTABLES -t nat -A PREROUTING -i $EXT -d $EXT_WS -j DNAT --to-destination $DMZ_WS

This works fine so far. But when i install another webserver behind the FW
and try to connect to WS I always end up at the FW itself. No pertouting
to WS is done. Is there another routing command I have to add?

Thanks for any hints.



Reply via email to