• [^] # Re: n

    Posté par . En réponse au message Serveur linux qui ne communique plus : no route to host. Évalué à 1.

    En effet, mon serveur a l'air d'envoyer le rejet ICMP :

    000000 IP 192.168.0.23 > 192.168.0.254: icmp 68: host 192.168.0.23 unreachable - admin prohibited



    -> iptables --list -v

    Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination
    297K 95M RH-Firewall-1-INPUT all -- any any anywhere anywhere

    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination
    0 0 RH-Firewall-1-INPUT all -- any any anywhere anywhere

    Chain OUTPUT (policy ACCEPT 328K packets, 86M bytes)
    pkts bytes target prot opt in out source destination

    Chain RH-Firewall-1-INPUT (2 references)
    pkts bytes target prot opt in out source destination
    10204 880K ACCEPT all -- lo any anywhere anywhere
    4374 367K ACCEPT icmp -- any any anywhere anywhere icmp any
    0 0 ACCEPT ipv6-crypt-- any any anywhere anywhere
    0 0 ACCEPT ipv6-auth-- any any anywhere anywhere
    226K 88M ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED
    56720 5418K REJECT all -- any any anywhere anywhere reject-with icmp-host-prohibited


    Je ne connais pas iptables, cela ne change pas grand chose par rapport à iptables --list, non?