• [^] # Re: pb de tranparence

    Posté par . En réponse au message Configuration SQUID en mode tranparent. Évalué à 1.

    root@ecureuil-proxy:/home/ecureuil# iptables -L -nv -t nat
    Chain PREROUTING (policy ACCEPT 63 packets, 5697 bytes)
    pkts bytes target prot opt in out source destination
    0 0 REDIRECT tcp -- eth1 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 redir ports 3128

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

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

    Voila ce que cela me donne pour cette commande.

    root@ecureuil-proxy:/home/ecureuil# cat /proc/sys/net/ipv4/ip_forward
    0

    Et voila pour cela.

    Vous trouvé un truc anormal?