<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Hi Joe,</span></div>
<div class="elementToProof"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><br>
</span></div>
<div class="elementToProof"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">I realize you're having a specific issue, but for others and also to help troubleshoot,
 here's how I configure dhcrelay on Almalinux 8:</span></div>
<div class="elementToProof"><span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">---------------------------------------------------------------</span></div>
<div class="elementToProof">
<ol>
<li style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">Install dhcp-relay</span></li><li style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="ContentPasted0 ContentPasted1">Copy /lib/systemd/system/dhcrelay.service to /etc/systemd/system/dhcrelay6.service</span></li><li style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="ContentPasted0 ContentPasted1">Edit the service with
<code>systemctl edit dhcrelay6.service</code>​:</span></li><ol style="list-style-type: lower-alpha;">
<li style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); display: block; background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="ContentPasted0 ContentPasted1 ContentPasted2 ContentPasted3">[Service]<br class="ContentPasted2">
ExecStart=</span>
<div style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="ContentPasted0 ContentPasted1 ContentPasted2 ContentPasted3">ExecStart=/sbin/dhcrelay -d --no-pid -6 -l $YOUR_IFACE_FACING_CLIENTS
 -u $YOUR_IFACE_FACING_KEA</span></div>
</li></ol>
</ol>
<ol start="4">
<li style="font-size: 12pt; font-family: Calibri, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="ContentPasted0 ContentPasted1 ContentPasted2 ContentPasted3">Reload the systemd daemon and (re)start the dhcrelay
 service.</span></li></ol>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
For the Kea side, can you show your config, and logs? Inside my shared networks list, I have the following, emphasis on the "relay" object:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="ContentPasted4">---------------------------------------------------------------</span><br>
</div>
</div>
<div class="elementToProof ContentPasted5" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
{
<div class="ContentPasted5">  "name": "Dummy DHCPv6",</div>
<div class="ContentPasted5">  "valid-lifetime": 600,</div>
<div class="ContentPasted5">  "relay": {</div>
<div class="ContentPasted5">    "ip-addresses": [ "ff05::1:3" ]</div>
<div class="ContentPasted5">  },</div>
<div class="ContentPasted5">  "option-data": [</div>
<div class="ContentPasted5">    { "name": "domain-search", "data": "your-domain.internal" }</div>
<div class="ContentPasted5">  ],</div>
<div class="ContentPasted5">  "subnet6": [</div>
<div class="ContentPasted5">    {</div>
<div class="ContentPasted5">      "subnet": "2001:db8::/40",</div>
<div class="ContentPasted5">      "pools": [</div>
<div class="ContentPasted5">        { "pool": "2001:db8::f - 2001:db8::fffe" }</div>
<div class="ContentPasted5">      ],</div>
<div class="ContentPasted5">      "pd-pools": [</div>
<div class="ContentPasted5">        {</div>
<div class="ContentPasted5">          "prefix": "2001:db8:100::",</div>
<div class="ContentPasted5">          "prefix-len": 40,</div>
<div class="ContentPasted5">          "delegated-len": 56</div>
<div class="ContentPasted5">        }</div>
<div class="ContentPasted5">      ]</div>
<div class="ContentPasted5">    }</div>
<div class="ContentPasted5">  ]</div>
}<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<br>
</div>
<div class="elementToProof">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<p style="background: transparent; margin-bottom: 0in; line-height: 100%;"><b>Eric Graham</b></p>
<p style="background: transparent; margin-bottom: 0in; line-height: 100%;"><i>DevOps Specialist<br>
</i></p>
<p style="background: transparent; margin-bottom: 0in; line-height: 100%;"><font style="font-size:8pt" size="1">Main: 605.995.1777</font></p>
<p style="background: transparent; margin-bottom: 0in; line-height: 100%;"><a href="mailto:Eric.Graham@Vantagepnt.com"><font style="font-size:8pt" size="1">Eric.Graham@Vantagepnt.com</font></a></p>
<p style="background: transparent; margin-bottom: 0in; line-height: 100%;"><br>
</p>
<div style="background: transparent; margin-bottom: 0px; line-height: 100%; margin-top: 16px;">
<img style="width:289.368px; height:63.6369px" width="289.36792452830184" height="63.63692946058091" data-outlook-trace="F:1|T:1" src="cid:1524c423-e517-4064-b2dd-48795c13b27e"><br>
</div>
<p style="background: transparent; margin-bottom: 0in; line-height: 100%;"><br>
</p>
<p style="background: transparent; margin-bottom: 0in; line-height: 100%;"><font style="font-size:9pt" size="2"><b>Mitchell | Portland | Colorado Springs | San Antonio | Sioux Falls | Springfield | Charlotte</b></font></p>
</div>
</div>
</div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Kea-users <kea-users-bounces@lists.isc.org> on behalf of Joe Botha <joe@swimgeek.com><br>
<b>Sent:</b> Monday, December 12, 2022 8:54 AM<br>
<b>To:</b> kea-users@lists.isc.org <kea-users@lists.isc.org><br>
<b>Subject:</b> [Kea-users] DHCPv6 relay and ff05::1:3</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">CAUTION: This email originated outside the organization. Do not click any links or attachments unless you have verified the sender.<br>
<br>
Hi<br>
<br>
Busy setting up a dhcpv6 server and relay, using Kea 2.2 and ISC dhcrelay 4.4.1.<br>
<br>
Kea DHCPv6 server listens on:<br>
udp6 ff02::1:2 port 547<br>
<br>
but ISC dhcrelay sends to:<br>
ff05::1:3 port 547<br>
<br>
I can’t seem to tell kea to listen on ff05::1:3, and I can’t seem to tell dhcrelay to send to ff02::1:2.<br>
<br>
Am I missing something?<br>
<br>
--<br>
Swimmingly,<br>
 Joe<br>
<br>
swimgeek.com/blog  +27 82 562 6167  instagram.com/joe.swimgeek<br>
      "...all progress depends on the unreasonable man.”<br>
<br>
<br>
<br>
<br>
--<br>
ISC funds the development of this software with paid support subscriptions. Contact us at
<a href="https://www.isc.org/contact/">https://www.isc.org/contact/</a> for more information.<br>
<br>
To unsubscribe visit <a href="https://lists.isc.org/mailman/listinfo/kea-users">https://lists.isc.org/mailman/listinfo/kea-users</a>.<br>
<br>
Kea-users mailing list<br>
Kea-users@lists.isc.org<br>
<a href="https://lists.isc.org/mailman/listinfo/kea-users">https://lists.isc.org/mailman/listinfo/kea-users</a><br>
</div>
</span></font></div>
</body>
</html>