Bonjour,

A priori ça n'y est plus.

Code:
serveur@debian:~$ sudo iptables -v -L 
sudo: unable to resolve host debian
[sudo] password for serveur: 
Chain INPUT (policy DROP 130K packets, 11M bytes)
 pkts bytes target     prot opt in     out     source               destination         
5184K  522M ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED 
   42  2520 ACCEPT     all  --  lo     any     anywhere             anywhere            
    0     0 DROP       icmp --  any    any     anywhere             anywhere            
 8931  525K ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:ssh 
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:ftp 
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:ftp-data 
 2440  141K ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:www 
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:ipp 
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:xmpp-client 
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:microsoft-ds 
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:netbios-ssn 
43256 4177K ACCEPT     udp  --  any    any     anywhere             anywhere            udp dpts:netbios-ns:netbios-dgm 
 3447 2095K ACCEPT     udp  --  any    any     anywhere             anywhere            udp dpt:sip 
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere            udp dpts:10000:20000 
 4615  245K ACCEPT     tcp  --  eth0   any     anywhere             anywhere            tcp dpt:4661 
    0     0 ACCEPT     udp  --  eth0   any     anywhere             anywhere            udp dpt:4664 
    0     0 ACCEPT     udp  --  eth0   any     anywhere             anywhere            udp dpt:4674 
 130K   11M LOG        all  --  any    any     anywhere             anywhere            LOG level warning prefix `[INPUT DROP]:' 

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 97131 packets, 7104K bytes)
 pkts bytes target     prot opt in     out     source               destination         
4118K 7829M ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED 
   42  2520 ACCEPT     all  --  any    lo      anywhere             anywhere            
serveur@debian:~$
Merci.