• [^] # Re: changer tout ce qui touche ipv4 en ipv6

    Posté par . En réponse au message ip6tables. Évalué à -9.

    pour le firewall ipv4:

    root@ks27442:~# iptables -L
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    fail2ban-dovecot-pop3imap tcp—anywhere anywhere multiport dports pop3,pop3s,imap2,imaps
    fail2ban-pureftpd tcp—anywhere anywhere multiport dports ftp
    fail2ban-ssh tcp—anywhere anywhere multiport dports ssh

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    Chain fail2ban-dovecot-pop3imap (1 references)
    target prot opt source destination
    RETURN all—anywhere anywhere

    Chain fail2ban-pureftpd (1 references)
    target prot opt source destination

    Chain fail2ban-ssh (1 references)
    target prot opt source destination
    RETURN all—anywhere anywhere

    pour le firewall ipv6:

    root@ks27442:~# ip6tables -L
    Chain INPUT (policy ACCEPT)
    target prot opt source destination

    Chain FORWARD (policy ACCEPT)
    target prot opt source destination

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination

    il semble donc que rien ne passe par défaut en ipv6
    j'ai constaté que le parefeu bastille est installé
    je me demande si il faut aussi en modifier la configuration pour ipv6

    ipv6 ready qu'il disait
    je constate ici http://guide.ovh.com/FireWall que chaque distribution possède sa propre configuration pour la carte réseau,quel bazar !