+--[ Joe Giles ]----
+--[ 25 Aug 2002 21:32:06 -0000 ]----
>    List, Can you use ipchains and iptabels at the same time? 
>    
>    Like, for instance, use ipchains for packet filtering and iptables for MASQ?
>    
>    Also, then I type iptables -L at the command promtp (Or iptables <anything>) I 
>get this error:
>    
>    /lib/modules/2.4.18-5smp/kernel/net/ipv4/netfilter/ip_tables.o: init_module: 
>Device or resource busy
>    Hint: insmod errors can be caused by incorrect module parameters, including 
>invalid IO or IRQ parameters
>    /lib/modules/2.4.18-5smp/kernel/net/ipv4/netfilter/ip_tables.o: insmod 
>/lib/modules/2.4.18-5smp/kernel/net/ipv4/netfilter/ip_tables.o failed
>    /lib/modules/2.4.18-5smp/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables 
>failed
>    iptables v1.2.5: can't initialize iptables table `filter': iptables who? (do you 
>need to insmod?)
>    Perhaps iptables or your kernel needs to be upgraded.
>    
>    
>    Iptables is installed, but how do I install the .so files for it?

they are already there, just load the iptables-modules into the kernel:
# /sbin/insmod ip_tables

or if you'd like it to be done at boottime:
# /usr/sbin/setup
  --> system services --> [ ] ipchains
                          [*] iptables

+--[ end: "Joe Giles" <[EMAIL PROTECTED]> ]----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to