Networking Forums

Networking Forums > Computer Networking > Linux Networking > IPChains and IPtables

Reply
Thread Tools Display Modes

IPChains and IPtables

 
 
justme
Guest
Posts: n/a

 
      06-03-2005, 02:54 PM
HI,

I am new to IPChains and IPtables



I have installed Debian woody but did upgrates and DIST upgrades

I don't know if it can change the IPCHAINS to something else?

But I still have the Kernel 2.2.20-idepci


I am totaly new to Firewalls and I am learnig with the IPCHAINS HOWTO


and when I try this (just for learning)

ipchains -A input -s 127.0.0.1 -p icmp -j DENY

I get this answer:

ipchains: Protocol not available


 
Reply With Quote
 
 
 
 
David Efflandt
Guest
Posts: n/a

 
      06-03-2005, 06:07 PM
On Fri, 03 Jun 2005 16:54:29 +0200, justme <(E-Mail Removed)> wrote:
> HI,
>
> I am new to IPChains and IPtables
>
>
>
> I have installed Debian woody but did upgrates and DIST upgrades
>
> I don't know if it can change the IPCHAINS to something else?
>
> But I still have the Kernel 2.2.20-idepci
>
>
> I am totaly new to Firewalls and I am learnig with the IPCHAINS HOWTO
>
>
> and when I try this (just for learning)
>
> ipchains -A input -s 127.0.0.1 -p icmp -j DENY
>
> I get this answer:
>
> ipchains: Protocol not available


Newer kernels support iptables, instead of older ipchains (which was less
capable). Some still also support ipchains, but not simultaniously. If
any iptables modules are loaded, ipchains will not work. So even if your
kernel has iptables support (which it might not), you might at least need
to unload any iptables related modules before using ipchains.

/sbin/lsmod can tell you which modules are loaded.

Your system likely has iptables support, so it would be better to
learn that (very similar, but there are changes and additions).
 
Reply With Quote
 
Dan
Guest
Posts: n/a

 
      06-04-2005, 08:32 AM
On Fri, 03 Jun 2005 16:54:29 +0200, justme <(E-Mail Removed)>
wrote:

>I am new to IPChains and IPtables


Iptables has replaced ipchains.

I recommend using shorewall, www.shorewall.net

apt-get install shorewall

Shorewall will take care of all the low level iptables and netfilter.
Just modify the default config files to suit. It will make your life
a whole lot easier.

Dan

 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      06-04-2005, 01:51 PM
>I am new to IPChains and IPtables

You can start using iptables .... just read a little of basics in this
link.

http://www.justlinux.com/nhf/Securit...es_Basics.html

HTH


--
Raqueeb Hassan
Bangladesh

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ipchains -> iptables? Zach Linux Networking 0 02-12-2008 09:29 AM
IPChains David Linux Networking 1 11-26-2006 06:28 PM
Q: ipchains Karsten Linux Networking 1 12-01-2004 12:16 PM
nmap shows port filtered, but iptables/ipchains not running Jeff Krimmel Linux Networking 3 06-27-2004 07:28 PM
Generating ipchains command from ipchains -L output. Vitto Linux Networking 4 03-06-2004 06:09 PM



1 2 3 4 5 6 7 8 9 10 11