[ale] ipchains in 2.4.13

Chris Fowler cfowler at outpostsentinel.com
Wed Jan 23 10:41:33 EST 2002


I want to use ipchains in 2.4.13.   I'm compiling my own kernel to support this.  I do not want iptables support.  Below are my simple rules

#create chains
/sbin/ipchains  -N user_msq
/sbin/ipchains  -A user_msq -s 0/0 -d 0/0 -j MASQ

#forward packets
/sbin/ipchains  -A forward -s 192.168.1.0/24 -d 0/0 -i eth1 -j user_msq

#load modules
/sbin/insmod    ip_masq_cuseeme
/sbin/insmod    ip_masq_irc
/sbin/insmod    ip_masq_raudio
/sbin/insmod    ip_masq_vdolive
/sbin/insmod    ip_masq_ftp
/sbin/insmod    ip_masq_quake



I have compiled support for ipchains.  Is that all I need to be able to apply rules and apply masq rules?  

Thanks,
Chris


---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.






More information about the Ale mailing list