ipchains: Incompatible with this kernel
Hi all, how r ya' doin today... So sorry that I need your help..... Actually, i've got a problem with my ipchains. My remote server said this message when I executed ipchains -nL : ipchains: Incompatible with this kernel what should I do to solve this problem, i need my ipchains firewall works. thanks for the attention
i'm assuming you're using 2.4.x simply use `iptables` :p -mike ----- Original Message ----- From: "Aramico" <aramico@duahati.com> To: <wlug@mail.wlug.org> Sent: Thursday, September 26, 2002 06:14 Subject: [Wlug] ipchains: Incompatible with this kernel Hi all, how r ya' doin today... So sorry that I need your help..... Actually, i've got a problem with my ipchains. My remote server said this message when I executed ipchains -nL : ipchains: Incompatible with this kernel what should I do to solve this problem, i need my ipchains firewall works. thanks for the attention
Yup, thanks for your suggestion. ;) But, I've just created several chains rules in order to b implemented. So, i think i need my ipchains run well. btw, thanks a lot. ----- Original Message ----- From: "Michael Frysinger" <vapier@WPI.EDU> To: <wlug@mail.wlug.org> Sent: Thursday, September 26, 2002 12:01 PM Subject: Re: [Wlug] ipchains: Incompatible with this kernel
i'm assuming you're using 2.4.x simply use `iptables` :p -mike
----- Original Message ----- From: "Aramico" <aramico@duahati.com> To: <wlug@mail.wlug.org> Sent: Thursday, September 26, 2002 06:14 Subject: [Wlug] ipchains: Incompatible with this kernel
Hi all, how r ya' doin today... So sorry that I need your help.....
Actually, i've got a problem with my ipchains. My remote server said this message when I executed ipchains -nL : ipchains: Incompatible with this kernel
what should I do to solve this problem, i need my ipchains firewall works. thanks for the attention
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
ipchains is for kernels in the 2.2 series. iptables is for kernels in the 2.4 series. However, I believe there's an option in the kernel configuration so that you can continue to use ipchains commands with the 2.4 kernels. I'd suggest going with this option until you get a chance to update your firewall rules to iptables, (which I'd really suggest you do since iptables has some options that aren't available in ipchains). Aramico wrote:
Hi all, how r ya' doin today... So sorry that I need your help.....
Actually, i've got a problem with my ipchains. My remote server said this message when I executed *ipchains -nL *: *ipchains: Incompatible with this kernel* ** what should I do to solve this problem, i need my ipchains firewall works. thanks for the attention
and many rules (if not too complicated) work for iptables and ipchains they tend to change syntax for a few things, like specifying port (iptables you have to do --dport 80 while with ipchains you can just do -d 0/0 80) -mike ----- Original Message ----- From: "Bryan Scaringe" <scaringe@nycap.rr.com> To: <wlug@mail.wlug.org> Sent: Thursday, September 26, 2002 03:34 Subject: Re: [Wlug] ipchains: Incompatible with this kernel
ipchains is for kernels in the 2.2 series. iptables is for kernels in the 2.4 series.
However, I believe there's an option in the kernel configuration so that you can continue to use ipchains commands with the 2.4 kernels. I'd suggest going with this option until you get a chance to update your firewall rules to iptables, (which I'd really suggest you do since iptables has some options that aren't available in ipchains).
Aramico wrote:
Hi all, how r ya' doin today... So sorry that I need your help.....
Actually, i've got a problem with my ipchains. My remote server said this message when I executed *ipchains -nL *: *ipchains: Incompatible with this kernel* ** what should I do to solve this problem, i need my ipchains firewall works. thanks for the attention
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
On Thursday 26 September 2002 06:14, Aramico wrote:
Hi all, how r ya' doin today... So sorry that I need your help.....
Actually, i've got a problem with my ipchains. My remote server said this message when I executed ipchains -nL : ipchains: Incompatible with this kernel
what should I do to solve this problem, i need my ipchains firewall works. thanks for the attention Aramico,
Check out the http://www.ipfilter.org web site. Instructions are provided there. --Skip
participants (4)
-
Aramico
-
Bryan Scaringe
-
Michael Frysinger
-
Skip Gaede