[sclug] Fedora Core 2-Modules loading problem + Unsuppoted Chipset

Matt matt at bodgit-n-scarper.com
Mon May 2 14:54:35 UTC 2005


On Mon, 2005-05-02 at 15:24, Alex Butcher wrote:
> > Trying to load all necesary iptables modules during bootup.
> > Here is my /etc/rc.local file content
> >
> > #!/bin/sh
> > #
> > # This script will be executed *after* all the other init scripts.
> > # You can put your own initialization stuff in here if you don't
> > # want to do the full Sys V style init stuff.
> >
> > touch /var/lock/subsys/local
> > echo 1 > /proc/sys/net/ipv4/tcp_syncookies
> > /sbin/insmod ip_tables
> > /sbin/insmod ip_queue
> > /sbin/insmod iptable_filter
> > /sbin/insmod iptable_mangle
> > /sbin/insmod iptable_nat
> > /sbin/insmod ipt_state
> > /sbin/insmod ipt_owner
> > /sbin/insmod ip_nat_ftp
> > /sbin/insmod ip_conntrack
> > /sbin/insmod ip_conntrack_ftp
> 
> Does FC2 not have /etc/sysconfig/iptables-config like FC3?
> 
> I skipped FC2, so I don't know whether it's there, but if it is, using this
> is a far cleaner way of loading the netfilter helper modules.

Yup. It does. A lot of these don't even need to be loaded by hand, they
should get pulled in when the relevant iptables rules are loaded.

Matt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.tmdg.co.uk/pipermail/sclug/attachments/20050502/7c926be1/attachment.bin


More information about the Sclug mailing list