probleme iptables

probleme iptables - Linux et OS Alternatifs

Marsh Posté le 28-09-2001 à 20:31:42    

voila mon probleme :
 
[root@silverfuck bemixam]# /sbin/iptables -V
iptables v1.2.1a
[root@silverfuck bemixam]# /sbin/iptables -L
/lib/modules/2.4.2-2/kernel/net/ipv4/netfilter/ip_tables.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.2-2/kernel/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/2.4.2-2/kernel/net/ipv4/netfilter/ip_tables.o failed
/lib/modules/2.4.2-2/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables failed
iptables v1.2.1a: can't initialize iptables table `filter': iptables who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
[root@silverfuck bemixam]# uname -a
Linux silverfuck.today.fr 2.4.2-2 #1 Sun Apr 8 19:37:14 EDT 2001 i586 unknown
 
mon noyau est un noyau d origine REDHAT 7.1
le noyau est il compile avec le support netfilter ??
comment savoir si c est le cas ?
mais a part ca , vous avez p-e une autre explication pour ces messages d erreur ....

Reply

Marsh Posté le 28-09-2001 à 20:31:42   

Reply

Marsh Posté le 28-09-2001 à 22:22:16    

> lsmod | grep ip
> grep -i iptables /usr/src/linux/.config
> modprobe -l | grep iptables
 
fais voir les résultats


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
Reply

Marsh Posté le 28-09-2001 à 22:45:13    

je me permets de répondre à cette question aussi car j'ai moi aussi des problèmes "similaires" et j'aimerais savoir si ca vient de là...

Code :
  1. [root@candiulb /root]# /sbin/iptables -L
  2. Chain INPUT (policy ACCEPT)
  3. target     prot opt source               destination
  4. ACCEPT     udp  --  anywhere             anywhere           udp spt:bootpc dpt:b
  5. ootps
  6. ACCEPT     tcp  --  anywhere             anywhere           tcp spt:bootpc dpt:b
  7. ootps
  8. ACCEPT     udp  --  anywhere             anywhere           udp spt:bootps dpt: b
  9. ootpc
  10. ACCEPT     tcp  --  anywhere             anywhere           tcp spt:bootps dpt: b
  11. ootpc
  12. ACCEPT     udp  --  anywhere             anywhere           udp dpt:domain
  13. ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:domain
  14. DROP       all  --  200.200.200.1        anywhere
  15. Chain FORWARD (policy ACCEPT)
  16. target     prot opt source               destination
  17. ACCEPT     all  --  192.168.0.0/24       anywhere
  18. ACCEPT     all  --  192.168.0.0/24       anywhere
  19. Chain OUTPUT (policy ACCEPT)
  20. target     prot opt source               destination
  21. [root@candiulb /root]# uname -a
  22. Linux candiulb 2.4.3-20mdk #1 Sun Apr 15 23:03:10 CEST 2001 i686 unknown
  23. [root@candiulb /root]# lsmod | grep ip
  24. iptable_mangle          1680   0  (autoclean) (unused)
  25. ipt_REDIRECT             736   1  (autoclean)
  26. iptable_filter          1696   0  (autoclean) (unused)
  27. ipt_MASQUERADE          1104   2  (autoclean)
  28. iptable_nat            11616   0  [ipt_REDIRECT ipt_MASQUERADE]
  29. ip_conntrack           12096   1  [ipt_REDIRECT ipt_MASQUERADE iptable_nat]
  30. ip_tables              10528   7  [iptable_mangle ipt_REDIRECT iptable_filter ip
  31. t_MASQUERADE iptable_nat]
  32. [root@candiulb /root]# grep -i iptables /usr/src/linux/.config
  33. CONFIG_IP_NF_IPTABLES=m
  34. CONFIG_IP6_NF_IPTABLES=m
  35. [root@candiulb /root]# modprobe -l | grep iptables
  36. [root@candiulb /root]#


Je sais que c'est une passoire pour le moment et c'est bien pour ca que je veux que ca fonctionne
 
Merci d'avance

 

[edtdd]--Message édité par die488--[/edtdd]

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed