I am setting up a system using SuSEfirewall2, I have a internal network, a DMZ and the outside network. I am trying to setup a website on the DMZ to be available on the internal network. I have set this line up in the firewall2.rc.config file: FW_FORWARD="192.168.0.99,192.168.5.2,tcp,3300" This should redirect requests for 192.168.0.99 port 3300 to 192.168.5.2 port 3300 shouldn't it? If not what am I doing wrong. Thank you for your help. -- __ __ ____ ____ | \/ |/ ___/ ___| Austin Morgan | |\/| | | \___ \ Morgan Computer Services | | | | |___ ___) | (501) 857-1189 |_| |_|\____|____/ www.mcs.tzo.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On June 29, 2001 05:31 pm, admorgan@mcs.tzo.com wrote:
I am setting up a system using SuSEfirewall2, I have a internal network, a DMZ and the outside network. I am trying to setup a website on the DMZ to be available on the internal network. I have set this line up in the firewall2.rc.config file: FW_FORWARD="192.168.0.99,192.168.5.2,tcp,3300" This should redirect requests for 192.168.0.99 port 3300 to 192.168.5.2 port 3300 shouldn't it? If not what am I doing wrong. Thank you for your help.
If it's anything like SuSEfirewall, I'd use: FW_FORWARD="0.0.0.0/0,192.168.5.2,tcp,3300" That means that the entire internet will be able to access it. I just set mine up like that last night, but I have not used SuSEfirewall2. - -- James Oakley Engineering - SolutionInc Ltd. joakley@solutioninc.com http://www.solutioninc.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.5 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7Qch3+FOexA3koIgRApYSAKCv0IJAzPI08uAy2qxKYeu90tZoUQCZAToa Z3YSk/VPqMGWC7fYYu6uoc8= =oecl -----END PGP SIGNATURE-----
participants (2)
-
admorgan@mcs.tzo.com
-
James Oakley