Rule suggestion....

Remo Mattei remo@traininglinux.net
Mon, 02 Jul 2001 19:54:03 -0600


Hi guys,
I would like a suggestion from you.  I have a box, unfortunatly NT which
holds users info and cc, addresses etc. I would like to put that inside
the firewall.  I though that the best rule would be something like:

iptables -t nat -A PREROUTING -d validip -p tcp --dport 80 -j DNAT --to
internalip:80

is this going to work!!
I will have multiple ports like 443 as well.

So all people that will submit info in my website will be able to do
that. Credit Card, etc. and still be protected.

Thanks for your help.

REMO