Hello all.  I am having a horrible time getting simple port redirection
to work  I have read through the ipchains man pages and HOWTOs and also
all the documentation I could find on ipmasqadm and am still unable to
get anything to pass through the firewall.  I have the firewall machine
running RH5.2 and kernel 2.2.10 with all of the correct options compiled
in (according to ipmasqadm and ipchains docs).  The firewall machine has
to NICs which are working just fine (I have squid running flawlessly on
it).

The following are the chains that I put in:

ipchains -N www-in
ipchains -A input -i eth0 -j www-in
ipchains -A www-in -p TCP -s 0.0.0.0/0 www -d <public interface address>
1024:5999 -j  ACCEPT

Then I have the following ipmasqadm command:

ipmasqadm portfw -a -P tcp -L <public interface address> 80 -R
192.168.2.3 80

Having read through all of that documentation, I would think that this
would work, but it's not.  If you see anything that I may be missing, be
let me know.  Ultimately, I would like to use an alias as the public
interface address, would there be any problems with that?

Cheers,

Brandon D. Hill

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to