[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] IP Masquerading on RaQ3i



Has anyone successfully established IP masquerading on a RaQ3i?  I have
performed all of the steps I can come up with to initiate this service.  I
have reconfigured and compiled the kernel to include support for
masquerading, installed the ipchains package and edited the
/etc/sysconfig/network file to allow IP forwarding.  One thing that I have
noticed is that when I try to establish masquerading by shell command:

# ipchains -A forward -s 192.168.xxx.0/24 -j MASQ
ipchains: No target by that name (Maybe this kernel doesn't support
masquerading?)

 I know this to be untrue.  As a further note, when I try to list chains
that are masqueraded:

# ipchains -ML
ipchains: cannot open file `/proc/net/ip_masquerade'

If anyone has any insight into this, it would be much appreciated.

Todd Lukes