Re: How to forward port 80 on Linux Redhat 9?

2004-07-29 Thread chuck gelm
Eve Atley wrote: Thanks for the help from everyone re: forwarding port 80 on RedHat. I believe this is what will set me on the right track eventually. PORT FORWARDING - with IPTABLES while using BASTILLE firewall http://www.hackorama.com/network/portfwd.shtml I apologize for my lack of terminology!

Re: How to forward port 80 on Linux Redhat 9?

2004-07-29 Thread Eve Atley
Thanks for the help from everyone re: forwarding port 80 on RedHat. I believe this is what will set me on the right track eventually. PORT FORWARDING - with IPTABLES while using BASTILLE firewall http://www.hackorama.com/network/portfwd.shtml I apologize for my lack of terminology! Thanks agai

RE: How to forward port 80 on Linux Redhat 9?

2004-07-28 Thread Ray Olszewski
At 01:48 PM 7/28/2004 -0400, Eve Atley wrote: Ray, thanks for the assistance. Some questions... >iptables -t nat -A PREROUTING -p tcp --destination 209.158.555.123 \ --destination-port 80 -j DNAT --to-destination 192.168.10.28 I'll implement this. I'm not aware of how to make it 'stick'; doesn't

Re: How to forward port 80 on Linux Redhat 9?

2004-07-28 Thread pa3gcu
On Wednesday 28 July 2004 17:58, Eve Atley wrote: > Hello all, > > We use Redhat 9 as our server and router, and Bastille as our firewall on > that box. I have set up Bastille so it allows port 80 requests from our > external IP (ie. 209.158.555.123). However, I can't figure out how to > forward po

RE: How to forward port 80 on Linux Redhat 9?

2004-07-28 Thread Eve Atley
Ray, thanks for the assistance. Some questions... >iptables -t nat -A PREROUTING -p tcp --destination 209.158.555.123 \ --destination-port 80 -j DNAT --to-destination 192.168.10.28 I'll implement this. I'm not aware of how to make it 'stick'; doesn't this change after I reboot Redhat? Does thi

Re: How to forward port 80 on Linux Redhat 9?

2004-07-28 Thread Ray Olszewski
At 11:58 AM 7/28/2004 -0400, Eve Atley wrote: Hello all, We use Redhat 9 as our server and router, and Bastille as our firewall on that box. I have set up Bastille so it allows port 80 requests from our external IP (ie. 209.158.555.123). However, I can't figure out how to forward port 80 to an inte

How to forward port 80 on Linux Redhat 9?

2004-07-28 Thread Eve Atley
Hello all, We use Redhat 9 as our server and router, and Bastille as our firewall on that box. I have set up Bastille so it allows port 80 requests from our external IP (ie. 209.158.555.123). However, I can't figure out how to forward port 80 to an internal machine (ie. 192.168.10.28). I have bee