[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: IPCHAINS Problems
- From: ABrady <kcsmart kc rr com>
- To: seawolf-list redhat com
- Subject: Re: IPCHAINS Problems
- Date: Thu, 21 Jun 2001 09:08:46 -0500
On Thu, 21 Jun 2001 21:35:42 +0800 "Andrew Stephen"
<andrews byteline com au> spit forth:
> Hi,
>
> My Linux machine reboot today (UPS failure) for the first time since I
> upgrade RH7.0 to 7.1 and sicen then IPCHAINS is giving me the following
> error message "ipchains: Incompatible with this kernel".
>
> Any ideas why ?
>
> I have checked the kernel and it has not been complied with IPTABLE
> enable.
If it's a stock kernel, iptables is a module, as is ipchains (ip_tables.o
and ipchains.o). Your problem is likely that iptables gets loaded first.
If you do that, ipchains can't work, and vice versa.
Iptables is better, but you can get ipchains back if you really want it.
First, make sure you have it running and not the other via ntsysv. Then
/sbin/service iptables stop
/sbin/rmmod ip_tables
/sbin/insmod ipchains
/sbin/service ipchains start
<run ipchains script here>
Providing that works (and it should) and you changed what runs during boot
with ntsysv, you'll have ipchains currently working and also at next
reboot.
--
It's no use arguing. I've already made up your mind.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]