<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
Dear Ricardo.<br>
Hope this help you:<br>
<div><br>
</div>
<div><span style="font-family: "Courier New", monospace;"># File /etc/radvd.conf</span></div>
<div><span style="font-family: "Courier New", monospace;"># br1 -> router interface, IP
</span><span style="font-family: "Courier New", monospace;"><span style="font-family: "Courier New", monospace;">2803:2a00:2c02:a001::1/64</span><br style="font-family: "Courier New", monospace;">
</span></div>
<div><span style="font-family: "Courier New", monospace;"># </span><span style="font-family: "Courier New", monospace;">DNS information and others, you will need provides through DHCPv6</span><br>
</div>
<span style="font-family: "Courier New", monospace;">interface br1 { </span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;"> AdvSendAdvert on;</span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;"> MinRtrAdvInterval 3;
</span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;"> MaxRtrAdvInterval 10;</span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;"> prefix 2803:2a00:2c02:a001::/64 {
</span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;"> AdvOnLink on;
</span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;"> AdvAutonomous on;
</span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;"> AdvRouterAddr on;
</span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;"> };</span><br style="font-family: "Courier New", monospace;">
<span style="font-family: "Courier New", monospace;">};</span><br style="font-family: "Courier New", monospace;">
<div><br>
</div>
<div>Kind regards<br>
</div>
Norberto Isaac Núñez<br>
Ingeniería de servicios de valor agregado, Núcleo S.A.<br>
Máximo Lira n° 522, Asunción.<br>
Tel.: +595212199396, +595971577190<br>
eMail: Norberto.Nunez@personal.com.py<br>
Web: <a href="https://www.personal.com.py" target="_blank">https://www.personal.com.py</a><br>
<br>
________________________________________<br>
De: Kea-users <kea-users-bounces@lists.isc.org> en nombre de Ricardo J. Barberis <ricardo@palmtx.com.ar><br>
Enviado: lunes, 1 de marzo de 2021 15:50<br>
Para: kea-users@lists.isc.org<br>
Asunto: Re: [Kea-users] Kea 1.6 DHCP6 configuration on Raspberry Pi 3b running Ubuntu 20.04<br>
<br>
Speaking of RA, anyone has any good radvd tutorial to share?<br>
<br>
I'm having a hard time assigning a default route to my DHCPv6 clients and all<br>
of the howtos I've seen (granted, it's been more than a few months since I<br>
looked) are pretty basic and don't provide troubleshooting instructions.<br>
<br>
Thanks in advance, much appreciated.<br>
<br>
El Lunes 01/03/2021 a las 13:30, Torbjörn Eklöv escribió:<br>
> DHCPv6 only gives you an address, RA is the one who gives you the<br>
> infrastructure.<br>
><br>
><br>
><br>
><br>
> /Torbjörn Eklöv<br>
> Interlan Gefle AB<br>
> mobil: 070 - 683 51 75<br>
> <a href="http://test-ipv6.se" target="_blank">http://test-ipv6.se</a><br>
><br>
> A home without IPv6 is just a house<br>
> ________________________________<br>
> Från: Kea-users <kea-users-bounces@lists.isc.org> för russell aspinwall<br>
> <raspinwall@willows7.myzen.co.uk> Skickat: den 1 mars 2021 17:23<br>
> Till: kea-users@lists.isc.org <kea-users@lists.isc.org><br>
> Ämne: [Kea-users] Kea 1.6 DHCP6 configuration on Raspberry Pi 3b running<br>
> Ubuntu 20.04<br>
><br>
> Hi,<br>
><br>
> I have successfully configured HA between two Raspberry Pi 3bs running<br>
> Ubuntu server 20.04 with repository Kea 1.6 version.<br>
><br>
> I have configured a DHCP6 range and a pool but the client always has a<br>
><br>
> ::/128 address.<br>
><br>
> As I have a mixture of staticly assigned and dhcp6 clients in the same<br>
><br>
> ::/64 subnet, I have specified my ::/64 subnet in the<br>
><br>
> {<br>
> "id": 2012,<br>
> "pools": [ { "pool": "NNNN:PPPP:QQQQ:T:ffff::/80" } ],<br>
> "subnet": "NNNN:PPPP:QQQQ:T::/64",<br>
> "interface": "eth0",<br>
> "option-data" : [<br>
> {<br>
> "name": "domain-search",<br>
> "csv-format": true,<br>
> "data": "euclid.plato"<br>
> },<br>
> {<br>
> "name": "dns-servers",<br>
> "data": "NNNN:PPPP:QQQQ:T:8213:1132:6645:2222"<br>
> },<br>
> {<br>
> "name": "sntp-servers",<br>
> "data": "NNNN:PPPP:QQQQ:T:8213:1132:6645:2222"<br>
> }<br>
><br>
> ]<br>
><br>
> }<br>
><br>
> How I can I assign a ::/64 address which is selected from only a smaller<br>
> portion of the ::/64 subnet so that the client is assigned a ::/64 address.<br>
><br>
> Thanks<br>
><br>
> Russell<br>
<br>
--<br>
Ricardo J. Barberis<br>
Usuario Linux Nº 250625: <a href="http://counter.li.org/" target="_blank">http://counter.li.org/</a><br>
Usuario LFS Nº 5121: <a href="http://www.linuxfromscratch.org/" target="_blank">http://www.linuxfromscratch.org/</a><br>
Senior SysAdmin / IT Architect - <a href="http://www.DonWeb.com" target="_blank">
www.DonWeb.com</a><br>
_______________________________________________<br>
ISC funds the development of this software with paid support subscriptions. Contact us at
<a href="https://www.isc.org/contact/" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
<br>
To unsubscribe visit <a href="https://lists.isc.org/mailman/listinfo/kea-users" target="_blank">
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" target="_blank">https://lists.isc.org/mailman/listinfo/kea-users</a><br>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
AVISO LEGAL: Esta información es privada y confidencial y está dirigida únicamente a su destinatario. Si usted no es el destinatario original de este mensaje y por este medio pudo acceder a dicha información por favor elimine el mensaje. La distribución o copia
de este mensaje está estrictamente prohibida. Esta comunicación es sólo para propósitos de información y no debe ser considerada como propuesta, aceptación ni como una declaración de voluntad oficial de NUCLEO S.A. La transmisión de e-mails no garantiza que
el correo electrónico sea seguro o libre de error. Por consiguiente, no manifestamos que esta información sea completa o precisa. Toda información está sujeta a alterarse sin previo aviso.<br>
<br>
This information is private and confidential and intended for the recipient only. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This
communication is for information purposes only and shall not be regarded neither as a proposal, acceptance nor as a statement of will or official statement from NUCLEO S.A. . Email transmission cannot be guaranteed to be secure or error-free. Therefore, we
do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice.<br>
</font>
</body>
</html>