Tout a fait, j'ai précisé les services utilisés.. .mais je vais enquêter un peu plus...
Concernant les règles de pare feu, déjà pourquoi c'est dans syslog ?
Ensuite, voici ma conf iptables :
Chain INPUT (policy DROP)
target prot opt source destination
DROP all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere icmp echo-request
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
ACCEPT tcp -- xxxxxxxxxxxxxxxxx anywhere tcp dpt:ssh
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
C'est ça qui est étrange c'est que je ne vois pas quelle règle bloque ça ! En plus, le port de destination c'est le 80 qui est forcément open vu que c'est un service apache derrière...