<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Consolas, sans-serif;">
<div>Hi,</div>
<div><br>
</div>
<div>I’m writing to report a problem with bind10-dhcp6 component.</div>
<div><br>
</div>
<div>It seems like b10-dhcp6 only binds to ff02::1:2 (the local dhcp multicast address) and the Link IPv6 address but *NOT* the Global one.</div>
<div><br>
</div>
<div>See output of `ifconfig eth0` on my machine:</div>
<div><br>
</div>
<div>
<div>$ ifconfig eth0</div>
<div>eth0 Link encap:Ethernet HWaddr 00:02:C9:DD:0D:5E</div>
<div> inet addr:10.35.139.79 Bcast:10.35.139.255 Mask:255.255.255.0</div>
<div> inet6 addr: fe80::202:c9ff:fedd:d5e/64 Scope:Link</div>
<div> inet6 addr: 2401:db00:3011:b:face:0:3b:0/64 Scope:Global</div>
<div> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1</div>
<div> RX packets:21598559 errors:0 dropped:0 overruns:0 frame:0</div>
<div> TX packets:18807156 errors:0 dropped:0 overruns:0 carrier:0</div>
<div> collisions:0 txqueuelen:1000</div>
<div> RX bytes:27172706152 (25.3 GiB) TX bytes:18380499794 (17.1 GiB)</div>
<div><br>
</div>
<div>Here you can see it’s not binding on 2401:db00:3011:b:face:0:3b:0/64 (Scope:Global) as it should:</div>
<div><br>
</div>
<div>$ sudo netstat -tunap | grep dhcp6</div>
<div>udp 0 0 ff02::1:2:547 :::* 31292/b10-dhcp6</div>
<div>udp 0 0 fe80::202:c9ff:fedd:d5e:547 :::* 31292/b10-dhcp6 </div>
</div>
<div><br>
</div>
<div>The rack switches in our network are configured to relay dhcpv6 traffic to the DHCP servers in our network via their global IPv6 addresses.</div>
<div>Is this a known problem? </div>
<div>PS: I’m running a version of bind10 pulled from your git repo HEAD on the 11th of February 2014.</div>
<div><br>
</div>
<div>-- </div>
<div>
<div>
<div>Angelo Failla</div>
</div>
<div>Site Reliability Operations Dublin</div>
<div>Pallotron@fb.com</div>
</div>
</body>
</html>