Re:  DHCPv6 IA_PD - how-to

2024-09-04 Thread Chris Ross
> On Aug 1, 2024, at 12:17, Roy Marples wrote: > > On Thu, 01 Aug 2024 16:24:54 +0100 Chris Ross wrote --- >> >> [Long message, apologies. Thoughts mostly after the log output.] >> >>> On Jul 24, 2024, at 04:12, Roy Marples r...@marples.name> wrote: >>> dhcpcd can indeed setup the in

Re: DHCPv6 IA_PD - how-to

2024-08-02 Thread Roy Marples
On Fri, 02 Aug 2024 23:05:33 +0100 Karl Denninger wrote --- > This is what is typically in /etc/rc.conf: I don't see anything wrong there. > And in /usr/local/etc/dhcpcd.conf I have changed "duid" to > "clientid" which appears to get a repeatable IPv4 IF the host

Re: DHCPv6 IA_PD - how-to

2024-08-02 Thread Karl Denninger
On 7/31/2024 08:00, Karl Denninger wrote: On 7/31/2024 07:10, Roy Marples wrote: Roy Marples On Wed, 31 Jul 2024 03:38:46 +0100 Karl Denninger wrote --- > Starting dhcpcd. > dhcpcd-10.0.8 starting > igb0: link state changed to UP > igb1: link state chang

Re:  DHCPv6 IA_PD - how-to

2024-08-01 Thread Roy Marples
On Thu, 01 Aug 2024 16:24:54 +0100 Chris Ross wrote --- > > [Long message, apologies. Thoughts mostly after the log output.] > > > On Jul 24, 2024, at 04:12, Roy Marples r...@marples.name> wrote: > > dhcpcd can indeed setup the internal networks within the PD for you. > > If my an

Re:  DHCPv6 IA_PD - how-to

2024-08-01 Thread Chris Ross
[Long message, apologies. Thoughts mostly after the log output.] > On Jul 24, 2024, at 04:12, Roy Marples wrote: > dhcpcd can indeed setup the internal networks within the PD for you. > If my answer to Kar's question is not enough, then please let me know. Alright. Time passes, and I have a

Re: DHCPv6 IA_PD - how-to

2024-07-31 Thread Karl Denninger
On 7/31/2024 07:10, Roy Marples wrote: Roy Marples On Wed, 31 Jul 2024 03:38:46 +0100 Karl Denninger wrote --- > Starting dhcpcd. > dhcpcd-10.0.8 starting > igb0: link state changed to UP > igb1: link state changed to UP > no interfaces have a carr

Re: DHCPv6 IA_PD - how-to

2024-07-31 Thread Roy Marples
Roy Marples On Wed, 31 Jul 2024 03:38:46 +0100 Karl Denninger wrote --- > Starting dhcpcd. > dhcpcd-10.0.8 starting > igb0: link state changed to UP > igb1: link state changed to UP > no interfaces have a carrier > Additional TCP/IP options: IPv

Re: DHCPv6 IA_PD - how-to

2024-07-30 Thread Karl Denninger
On 7/30/2024 16:54, Karl Denninger wrote: On 7/30/2024 10:44, Roy Marples wrote: Don't use -T in the real world. It will exit once one address family completes. You probably want the --noconfigure option. Roy Ah, ok. Well, next couple days I cannot screw with the network configuration here

Re: DHCPv6 IA_PD - how-to

2024-07-30 Thread Karl Denninger
On 7/30/2024 10:44, Roy Marples wrote: Don't use -T in the real world. It will exit once one address family completes. You probably want the --noconfigure option. Roy Ah, ok. Well, next couple days I cannot screw with the network configuration here as there are critical things that require

Re: DHCPv6 IA_PD - how-to

2024-07-30 Thread Roy Marples
On Tue, 30 Jul 2024 15:06:17 +0100 Karl Denninger wrote --- > Ok so I have a "new problem" attempting to use dhcp6c for BOTH > IPv4 and IPv6. > This is the salient part of the configuration file (the rest is > basically defaults): > # Generate SLAAC address

Re: DHCPv6 IA_PD - how-to

2024-07-30 Thread Karl Denninger
Ok so I have a "new problem" attempting to use dhcp6c for BOTH IPv4 and IPv6. This is the salient part of the configuration file (the rest is basically defaults): # Generate SLAAC address using the Hardware Address of the interface #slaac hwaddr # OR generate Stable Private IPv6 Addresses bas

Re:  DHCPv6 IA_PD - how-to

2024-07-29 Thread moto kawasaki
Hi Roy, Thank you very much for the configuration example with dhcpcd! Also I didn't know delayed auth had been obsoleted, thanks for letting me to notice. I'll try dhcpcd instead of dhcp6c. Best Regards, -- moto kawasaki +81-90-2464-8454 on Mon, 29 Jul 2024 11:05:37 +0100, Roy Marples wr

Re:  DHCPv6 IA_PD - how-to

2024-07-29 Thread Roy Marples
On Sat, 27 Jul 2024 04:21:08 +0100 moto kawasaki wrote --- > > Hi Chris, all > > I am struggling the same problem too, and here is my working > configuration for dhcp6c in my test environment. > Hope this can be help. > > > vtnet0 is uplink, where I expect to receive RA from I

Re:  DHCPv6 IA_PD - how-to

2024-07-28 Thread moto kawasaki
Hi Chris and all, Thank you for your reply, and I am feeling like I should go dhcpcd too :-) Thanks! -- moto kawasaki +81-90-2464-8454 on Sun, 28 Jul 2024 14:50:53 -0400, Chris Ross wrote: > > On Jul 26, 2024, at 23:21, moto kawasaki wrote: > > > > > > Hi Chris, all > > > > I am strug

Re:  DHCPv6 IA_PD - how-to

2024-07-28 Thread Chris Ross
> On Jul 26, 2024, at 23:21, moto kawasaki wrote: > > > Hi Chris, all > > I am struggling the same problem too, and here is my working > configuration for dhcp6c in my test environment. > Hope this can be help. Thank you, moto-san. Roy was/is helping me get dhcpcd working, and I have begun re

Re:  DHCPv6 IA_PD - how-to

2024-07-26 Thread moto kawasaki
Hi Chris, all I am struggling the same problem too, and here is my working configuration for dhcp6c in my test environment. Hope this can be help. vtnet0 is uplink, where I expect to receive RA from ISP. If upstream router send RA with PD with 2001:db8:beef::/56, dhcp6c will add sla-len (8 in

Re: DHCPv6 IA_PD - how-to

2024-07-24 Thread Karl Denninger
On 7/24/2024 04:10, Roy Marples wrote: On Wed, 24 Jul 2024 02:48:15 +0100 Karl Denninger wrote --- > I'd like to replicate this that is currently being sent up via dhcp6c, which is not quite-clear to me from the docs on how to do that.. > # > # This configu

Re:  DHCPv6 IA_PD - how-to

2024-07-24 Thread Roy Marples
On Wed, 24 Jul 2024 05:04:12 +0100 Chris Ross wrote --- > > > > On Jul 23, 2024, at 13:23, Roy Marples r...@marples.name> wrote: > > On Tue, 23 Jul 2024 18:11:18 +0100 cross+free...@distal.com wrote > > > > > >> tl;dr; anyone have a good IPv6 network setup based on an

Re: DHCPv6 IA_PD - how-to

2024-07-24 Thread Roy Marples
On Wed, 24 Jul 2024 02:48:15 +0100 Karl Denninger wrote --- > I'd like to replicate this that is currently being sent up via > dhcp6c, which is not quite-clear to me from the docs on how to do that. > # > # This configuration will attempt to get /56 or a /60 fr

Re:  DHCPv6 IA_PD - how-to

2024-07-23 Thread Chris Ross
> On Jul 23, 2024, at 13:23, Roy Marples wrote: > On Tue, 23 Jul 2024 18:11:18 +0100 cross+free...@distal.com wrote > > >> tl;dr; anyone have a good IPv6 network setup based on an IA_PD from >> their provider? Any details or advice to share? > > > I'm upstream for dhcpcd. > All op

Re: DHCPv6 IA_PD - how-to

2024-07-23 Thread Karl Denninger
On 7/23/2024 13:23, Roy Marples wrote: Hi On Tue, 23 Jul 2024 18:11:18 +0100cross+free...@distal.com wrote tl;dr; anyone have a good IPv6 network setup based on an IA_PD from their provider? Any details or advice to share? The current router is x86_64 FreeBSD 11.x, but I’m buildin

Re: DHCPv6 IA_PD - how-to

2024-07-23 Thread Roy Marples
Hi On Tue, 23 Jul 2024 18:11:18 +0100 cross+free...@distal.com wrote > tl;dr; anyone have a good IPv6 network setup based on an IA_PD from > their provider? Any details or advice to share? > > The current router is x86_64 FreeBSD 11.x, but I’m building the FreeBSD > 14.1 system to repl

DHCPv6 IA_PD - how-to

2024-07-23 Thread Chris Ross
tl;dr; anyone have a good IPv6 network setup based on an IA_PD from their provider? Any details or advice to share? The current router is x86_64 FreeBSD 11.x, but I’m building the FreeBSD 14.1 system to replace it now. What to install on it for this is a pending question. Hello all. I have bee