View previous topic :: View next topic |
Author |
Message |
jepf n00b
Joined: 04 Oct 2002 Posts: 44
|
Posted: Mon Oct 07, 2002 12:33 pm Post subject: Firewall mit kmyfirewall einrichten |
|
|
Hallo!
Wenn ich mit kmyfirewall eine Firewall einrichten will, zeigt er mir an, dass bestimmte Module nicht gefunden wurden.
Ich habe dann in der Kernel-Konfiguration nach diesen Modulen gesucht, konnte aber unter den Netzwerk-Optionen nicht das passende finden.
Kann mir jemand sagen, welche Optionen dafür eingeschaltet sein müssen?
Achja: Das ganze ist für einen Einzelplatzrechner, der nur per DSL im Internet ist. Es ist weder Server, Router, noch sonstwas. |
|
Back to top |
|
|
Dimitri Guru
Joined: 24 Jul 2002 Posts: 373 Location: Niederbayern/Germany
|
Posted: Mon Oct 07, 2002 12:59 pm Post subject: |
|
|
Hi,
welche Module sind das denn? Du brauchst auf jeden Fall iptables. Die Option musst Du bei der Kernelkompilation angeben. (Bin mir nicht sicher wo)
Dim |
|
Back to top |
|
|
jepf n00b
Joined: 04 Oct 2002 Posts: 44
|
Posted: Mon Oct 07, 2002 1:10 pm Post subject: |
|
|
Hier mal die komplette Ausgabe von kmyfirewall:
Quote: |
Shutdown KMyFirewall...
Error: modprobe: Can't locate module ip_tables
Error: iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Error: Perhaps iptables or your kernel needs to be upgraded.
Error: modprobe: Can't locate module ip_tables
Error: iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Error: Perhaps iptables or your kernel needs to be upgraded.
Error: modprobe: Can't locate module ip_tables
Error: iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Error: Perhaps iptables or your kernel needs to be upgraded.
Error: modprobe: Can't locate module ip_tables
Error: iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Error: Perhaps iptables or your kernel needs to be upgraded.
Error: modprobe: Can't locate module ip_tables
Error: iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Error: Perhaps iptables or your kernel needs to be upgraded.
Done.
Starting firewall...
Loading needed modules...
Error: modprobe: Can't locate module ip_tables
Error: modprobe: Can't locate module ip_conntrack
Error: modprobe: Can't locate module ipt_LOG
Error: modprobe: Can't locate module ipt_limit
Error: modprobe: Can't locate module ipt_state
Error: modprobe: Can't locate module ip_conntrack_ftp
Error: modprobe: Can't locate module ip_conntrack_irc
Error: modprobe: Can't locate module iptable_filter
Done.
Create custom chains... Done.
Settup Rules in Table FILTER:
Create Rules for Chain: INPUT
Error: modprobe: Can't locate module ip_tables
Error: iptables v1.2.7a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Error: Perhaps iptables or your kernel needs to be upgraded.
Settingup Rule: KMFWizard: PING_INPUT FAILED !!!
Execution failed
Exit(Code): 1
|
Mir ist schon klar, dass diese Module fehlen, aber ich weiss nicht, welche ich im Kernel einstellen muss, weil ich diese nicht finden kann. Es gibt zwar ein paar IP-Optionen, aber die passen nicht zu den obigen Modul-Namen. |
|
Back to top |
|
|
MasterOfMagic l33t
Joined: 20 Aug 2002 Posts: 677 Location: Vienna, Austria
|
Posted: Mon Oct 07, 2002 1:11 pm Post subject: |
|
|
iptables findest du bei der kernel konfigurtation in den network options (parameter CONFIG_NETFILTER)
es ist aber generell keine gute idee firewalls mit hilfe von GUI tools zu erstellen. wer sagt dir, dass das tool genau das produzierst, was du von ihm erwartest?
lies dir einfach das netfilter howto durch und schreibe dir selbst ein script, dadurch weisst du auch genau was deine firewall macht und vor allem verstehst du dann auch gleich wie deine firewall funktioniert.
mfg
masterofmagic |
|
Back to top |
|
|
|