En Sun, Dec 02, 2001 at 10:39:38PM +0800, Gideon N. Guillen escribio: #_ On 12/03/2001 04:59 AM, Alinmar B. Umlas wrote: #_ #_ > plugers, #_ > Greetings !!!! #_ > #_ > I would like to as some idea in ipchain, i have a script that i #_ > user to masquarade my workstations to the server that runs on RH #_ > 6.2 and 7.0 but when i try to run in 7.1, the irc doesnt work, what #_ > would i do to run the irc on my masquarade? and can i ask for a #_ > configuration built in RH 7.1 that masquarade, i try to used also #_ > ip chain but i dont know y it doesnt work? i like to ask also #_ > sample configuration of ip chain. #_ #_ Both 6.2 and 7.0 are using 2.2.x kernel series, but 7.1 uses 2.4.x #_ series. Masquerading is implemented in a differently because the #_ firewall code has been changed. Please refer to iptables for details, #_ this is the new firewall configuration tool used.
You can still use your ipchain rules in kernel 2.4; just load the ipchains module: "modprobe ipchains" This is ipchains emulation under kernel 2.4, not as fast as iptables. You can only use one type, either iptables or ipchains. If you load the ipchains module you shouldn't load the iptables module too. Read the packet filtering howto at: http://netfilter.samba.org/unreliable-guides/packet-filtering-HOWTO/index.html man iptables for more information also read the iptables tutorial at: http://www.boingworld.com/workshops/linux/iptables-tutorial/ HTH -- Juan Miguel Cacho [EMAIL PROTECTED] Para�aque City, Philippines GnuPG Public Key Key ID 7B071F7F http://www.philonline.com/~chocovim/pancitmolo.pgp Drive safely. 90% of people are caused by accidents. _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
