Salut, Steve a écrit :
Le 24-11-2008, à 15:14:44 +0100, Anne sophie Lantz (annesophielantz@gmail.com) a écrit :je crois que j'ai trouvé le probleme, c'est le fichier sysctl.conf qui était mal configuré. serv1:/etc# cat sysctl.conf net.ipv4.ip_forward=1 net.ipv4.conf.default.forwarding=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.all.forwarding=1 net.ipv6.conf.default.forwarding=1Tu travailles en ipv6 donc.En décochant la première ligne, ça marche maintenant !
La première ligne (net.ipv4.ip_forward=1), c'est pour activer le forwarding IPv4, pas IPv6. Accessoirement, les lignes avec conf.default.forwarding=1 ne servent pas à grand chose.