• [^] # Re: Utilise la console pour nous donner plus d'information

    Posté par . En réponse au message connection reseau mandrake 10. Évalué à 1.

    > iptables -L

    [root@sergelinux leray]# iptables -L
    Chain INPUT (policy DROP)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere
    DROP !icmp -- anywhere anywhere state INVALID
    ppp_in all -- anywhere anywhere
    eth0_in all -- anywhere anywhere
    common all -- anywhere anywhere
    LOG all -- anywhere anywhere LOG level info prefix `Shorewall:INPUT:REJECT:'
    reject all -- anywhere anywhere


    Chain FORWARD (policy DROP)
    target prot opt source destination
    DROP !icmp -- anywhere anywhere state INVALID
    ppp_fwd all -- anywhere anywhere
    eth0_fwd all -- anywhere anywhere
    common all -- anywhere anywhere
    LOG all -- anywhere anywhere LOG level info prefix
    `Shorewall:FORWARD:REJECT:'
    reject all -- anywhere anywhere

    Chain OUTPUT (policy DROP)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere
    DROP !icmp -- anywhere anywhere state INVALID
    fw2net all -- anywhere anywhere
    all2all all -- anywhere anywhere
    common all -- anywhere anywhere
    LOG all -- anywhere anywhere LOG level info prefix `Shorewall:OUTPUT:REJECT:'
    reject all -- anywhere anywhere

    Chain all2all (2 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
    newnotsyn tcp -- anywhere anywhere state NEW tcp flags:!SYN,RST,ACK/SYN
    common all -- anywhere anywhere
    LOG all -- anywhere anywhere LOG level info prefix `Shorewall:all2all:REJECT:'
    reject all -- anywhere anywhere

    Chain common (5 references)
    target prot opt source destination
    icmpdef icmp -- anywhere anywhere
    reject udp -- anywhere anywhere udp dpt:135
    reject udp -- anywhere anywhere udp dpts:netbios-ns:netbios-ssn
    reject udp -- anywhere anywhere udp dpt:microsoft-ds
    reject tcp -- anywhere anywhere tcp dpt:netbios-ssn
    reject tcp -- anywhere anywhere tcp dpt:microsoft-ds
    reject tcp -- anywhere anywhere tcp dpt:135
    DROP udp -- anywhere anywhere udp dpt:1900
    DROP all -- anywhere 255.255.255.255
    DROP all -- anywhere 224.0.0.0/4
    reject tcp -- anywhere anywhere tcp dpt:auth
    DROP udp -- anywhere anywhere udp spt:domain state NEW

    Chain dynamic (4 references)
    target prot opt source destination

    Chain eth0_fwd (1 references)
    target prot opt source destination
    dynamic all -- anywhere anywhere state NEW
    loc2net all -- anywhere anywhere

    Chain eth0_in (1 references)
    target prot opt source destination
    dynamic all -- anywhere anywhere state NEW
    all2all all -- anywhere anywhere

    Chain fw2net (1 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
    newnotsyn tcp -- anywhere anywhere state NEW tcp flags:!SYN,RST,ACK/SYN
    ACCEPT all -- anywhere anywhere

    Chain icmpdef (1 references)
    target prot opt source destination

    Chain loc2net (1 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
    newnotsyn tcp -- anywhere anywhere state NEW tcp flags:!SYN,RST,ACK/SYN
    ACCEPT all -- anywhere anywhere

    Chain net2all (2 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
    newnotsyn tcp -- anywhere anywhere state NEW tcp flags:!SYN,RST,ACK/SYN
    common all -- anywhere anywhere
    LOG all -- anywhere anywhere LOG level info prefix `Shorewall:net2all:DROP:'
    DROP all -- anywhere anywhere

    Chain newnotsyn (4 references)
    target prot opt source destination
    LOG all -- anywhere anywhere LOG level info prefix `Shorewall:newnotsyn:DROP:'
    DROP all -- anywhere anywhere

    Chain ppp_fwd (1 references)
    target prot opt source destination
    dynamic all -- anywhere anywhere state NEW
    net2all all -- anywhere anywhere

    Chain ppp_in (1 references)
    target prot opt source destination
    dynamic all -- anywhere anywhere state NEW
    net2all all -- anywhere anywhere

    Chain reject (11 references)
    target prot opt source destination
    REJECT tcp -- anywhere anywhere reject-with tcp-reset
    REJECT udp -- anywhere anywhere reject-with icmp-port-unreachable
    REJECT icmp -- anywhere anywhere reject-with icmp-host-unreachable
    REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

    Chain shorewall (0 references)
    target prot opt source destination

    si j'ai bien compris, le pare-feu était trop strict, je l'ai désactivéet j'ai un ping des deux cotés!! Victoire. Il semble que Mandrake soit effectueusement paranoïaque !
    J'avais peur que mes cartes soient défectueuses.

    Maintenant, ce n'est plus qu'une question de logiciel et de compréhension entre les deux mondes.

    Samba n'était pas installé, j'ai installé le pac et je pense arriver à le paramêtrer avec la doc que j'ai.

    Merci pour ce coup de main ;-)