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 :
 - [root@candiulb /root]# /sbin/iptables -L
 - Chain INPUT (policy ACCEPT)
 - target     prot opt source               destination
 - ACCEPT     udp  --  anywhere             anywhere           udp spt:bootpc dpt:b
 - ootps
 - ACCEPT     tcp  --  anywhere             anywhere           tcp spt:bootpc dpt:b
 - ootps
 - ACCEPT     udp  --  anywhere             anywhere           udp spt:bootps dpt: b
 - ootpc
 - ACCEPT     tcp  --  anywhere             anywhere           tcp spt:bootps dpt: b
 - ootpc
 - ACCEPT     udp  --  anywhere             anywhere           udp dpt:domain
 - ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:domain
 - DROP       all  --  200.200.200.1        anywhere
 - Chain FORWARD (policy ACCEPT)
 - target     prot opt source               destination
 - ACCEPT     all  --  192.168.0.0/24       anywhere
 - ACCEPT     all  --  192.168.0.0/24       anywhere
 - Chain OUTPUT (policy ACCEPT)
 - target     prot opt source               destination
 - [root@candiulb /root]# uname -a
 - Linux candiulb 2.4.3-20mdk #1 Sun Apr 15 23:03:10 CEST 2001 i686 unknown
 - [root@candiulb /root]# lsmod | grep ip
 - iptable_mangle          1680   0  (autoclean) (unused)
 - ipt_REDIRECT             736   1  (autoclean)
 - iptable_filter          1696   0  (autoclean) (unused)
 - ipt_MASQUERADE          1104   2  (autoclean)
 - iptable_nat            11616   0  [ipt_REDIRECT ipt_MASQUERADE]
 - ip_conntrack           12096   1  [ipt_REDIRECT ipt_MASQUERADE iptable_nat]
 - ip_tables              10528   7  [iptable_mangle ipt_REDIRECT iptable_filter ip
 - t_MASQUERADE iptable_nat]
 - [root@candiulb /root]# grep -i iptables /usr/src/linux/.config
 - CONFIG_IP_NF_IPTABLES=m
 - CONFIG_IP6_NF_IPTABLES=m
 - [root@candiulb /root]# modprobe -l | grep iptables
 - [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]