iptables in Kernel 2.4.4

Post Reply
Message
Author
bm
Posts: 2
Joined: 31. May 2001 10:06

iptables in Kernel 2.4.4

#1 Post by bm »

Hallo, ich habe mir vor kurzem einen soweit auch funktionierenden Kernel Version 2.4.4 kompiliert. Eine Sache habe ich allerdings nicht gefunden: Wo muß ich was einstellen (ich benutze immer "make xconfig"), damit die Module für iptable und am besten auch noch für das alte ipchains erstellt werden?


Danke für die Hilfe!

Sebastian Ude

Re: iptables in Kernel 2.4.4

#2 Post by Sebastian Ude »

Unter "Networking options":

Network packet filtering (CONFIG_NETFILTER): y

IP: Netfilter Configuration -> IP tables support (CONFIG_IP_NF_IPTABLES): m
IP: Netfilter Configuration -> ipchains support (CONFIG_IP_NF_COMPAT_IPCHAINS): m

Falls benötigt, kannst du auch noch additionale match supports (MAC match, TOS match usw.) bzw. targets (REJECT target, MIRROR target, LOG target ...) für die iptables-Unterstützung aktivieren (siehst du dann schon).

Da einige der match supports und targets für iptables als experimentiell gekennzeichnet sind, muss die Option "Code maturity level options -> Prompt for development and/or incomplete code/drivers" (CONFIG_EXPERIMENTAL) aktiviert sein, damit die entsprechenden Optionen überhaupt erscheinen.

Post Reply