hi,
> [root@natrouter root]# modprobe ip_tables
> 
> /lib/modules/2.4.18-3/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-3/kernel/net/ipv4/netfilter/ip_tables.o: insmod
> /lib/modules/2.4.18-3/kernel/net/ipv4/netfilter/ip_tables.o failed
> 
> /lib/modules/2.4.18-3/kernel/net/ipv4/netfilter/ip_tables.o: insmod
> ip_tables failed
 
        Your error seems to be obvious as you have the ipchains module running
.you can find this by  
                # /sbin/lsmod          (and see for the lines ipchains)  

so if you want to insert iptable modules as you had done(modprobe ip_tables). first
you have to unload the ipchain module. this can be done by 
                # /sbin/rmmod ipchains       
and then run the command modprobe 
                # /sbin/modprobe ip_tables
and check this out by executing lsmod command.

also make sure that you do not enable both ipchains and iptables in the startup 
runlevel.
you can check this out using
                # ntsysv
and disable the ipchains if you are using iptables
                # chkconfig --del ipchains              
                # chkconfig --list ipchains        (it should show "off" in all run 
levels)
 


> Now, I'm lost as it is, so this just completely doesn't make sense.  This is
> an install from a RedHat 7.3 cd, so I'm assuming the problem is in something
> that I am doing.  Any help would be appreciated.
        yes redhat 7.3 still uses ipchains instead if iptables .so this error is 
obvious
in certain cases.

cheers

rk
--
The Exocore Professional Linux Administrator Workshop
Coming in July 2002. http://www.exocore.com/events

---------------------------------------------
Ramakrishna         | [EMAIL PROTECTED]                    
Exocore Consulting  | http://www.exocore.com            
Bangalore, India    | +91 (80) 344-0397 |
---------------------------------------------



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to