
Pour avoir l'IPv6 je suis obligé de faire tourner un dhclient pour réserver le bail (alors que j'ai une IPv6 fixe), mais surtout pour déclencher l'ouverture des routes... étrange... mais bon, pas trop le choix.
Donc je lance la commande (le fichier de conf ne contient que le dhcp6.client-id)
Code : Tout sélectionner
/sbin/dhclient -cf /etc/dhcp/dhclient6-em1.conf -pf /var/run/dhclient6.pid -6 -P -v em1
Code : Tout sélectionner
May 28 14:47:35 sd-xx dhclient[23563]: PRC: Renewing lease on em1.
May 28 14:47:35 sd-xx dhclient[23563]: XMT: Renew on em1, interval 10520ms.
May 28 14:47:45 sd-xx dhclient[23563]: XMT: Renew on em1, interval 22020ms.
May 28 14:47:48 sd-xx dhclient[23563]: RCV: Reply message on em1 from fe80::225:45ff:fef6:947f.
May 28 14:47:48 sd-xx dhclient[23563]: IA_PD status code Success: "Prefix(es) renewed."
May 28 14:47:58 sd-xx dhclient[23563]: RCV: Reply message on em1 from fe80::225:45ff:fef6:947f.
Code : Tout sélectionner
May 28 15:47:48 sd-xx dhclient[23563]: PRC: Renewing lease on em1.
May 28 15:47:48 sd-xx dhclient[23563]: XMT: Renew on em1, interval 9080ms.
May 28 15:47:57 sd-xx dhclient[23563]: XMT: Renew on em1, interval 17810ms.
May 28 15:47:58 sd-xx dhclient[23563]: RCV: Reply message on em1 from fe80::225:45ff:fef6:947f.
May 28 15:47:58 sd-xx dhclient[23563]: IA_PD status code NoBinding: "Who are you? Do I know you?"
May 28 15:47:58 sd-xx dhclient[23563]: XMT: Request on em1, interval 1020ms.
May 28 15:48:08 sd-xx dhclient[23563]: RCV: Reply message on em1 from fe80::225:45ff:fef6:947f.
May 28 15:48:08 sd-xx dhclient[23563]: Packet received, but nothing done with it.
May 28 15:51:08 sd-xx dhclient[23563]: PRC: Prefix 2001:bc8:33a1:100::/56 depreferred.
May 28 15:51:08 sd-xx dhclient[23563]: Impossible condition at dhc6.c:4272.
May 28 15:51:08 sd-xx dhclient[23563]:
May 28 15:51:08 sd-xx dhclient[23563]: This version of ISC DHCP is based on the release available
May 28 15:51:08 sd-xx dhclient[23563]: on ftp.isc.org. Features have been added and other changes
May 28 15:51:08 sd-xx dhclient[23563]: have been made to the base software release in order to make
May 28 15:51:08 sd-xx dhclient[23563]: it work better with this distribution.
May 28 15:51:08 sd-xx dhclient[23563]:
May 28 15:51:08 sd-xx dhclient[23563]: Please report for this software via the CentOS Bugs Database:
May 28 15:51:08 sd-xx dhclient[23563]: http://bugs.centos.org/
May 28 15:51:08 sd-xx dhclient[23563]:
May 28 15:51:08 sd-xx dhclient[23563]: exiting.
Ce truc me pourri la vie...
Un idée ?
Ou une meilleure solution (s'il y a d'autres "clients" de Online).
P.S. je n'utilise pas l'option -N (Perform a normal address query over DHCPv6.) puisque je suis en IP fixe, mais -P (Enable IPv6 prefix delegation), de toute manière la doc indique de ne pas utiliser les 2 en même temps.