NAT on RH 7.3

From: Dan Temple (dannews_at_temple.dk)
Date: 12/30/03


Date: Tue, 30 Dec 2003 06:58:34 +0100

Hi,

I'm running a RedHat 2.4.18-3 kernel and am using ipchains
for firewalling.

Now I want to get masquerading working, but all the HowTo
refers to is using IPTABLES. Can I continue using ipchains
and if so, where's the howto?

I have tried to use the 3-liner from the :

  ipchains -P forward DENY
  ipchains -A forward -i eth1 --source <srcaddr> -j MASQ
  ipchains -A forward -j DENY --log

..but no source address translation seems to be taking place
(sniffed with Ethereal). This should work, right?

/Dan



Relevant Pages

  • Re: NAT on RH 7.3
    ... > for firewalling. ... > Now I want to get masquerading working, but all the HowTo ... Can I continue using ipchains ... Wouldn't it be easier to just switch to iptables? ...
    (comp.os.linux.networking)
  • Re: NAT on RH 7.3
    ... > Now I want to get masquerading working, ... > refers to is using IPTABLES. ... Can I continue using ipchains ... then install pmfirewall and it works thru the configuration for ...
    (comp.os.linux.networking)