Skip to content

IPv6 DHCP-PD - use a network identifier for interfaces possible #196

Closed Answered by rcmcronny
rcmcronny asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rsmarples
many thanks, did not find it in my dhcpcd man page, but now i did :)

But i'm buffling with a working config:

I change my config for my br1 device from
ia_pd 1 br1
to
ia_pd 1 br1/1/8/64
so it should use build the /64 with an id 1, but a run shows

...
ppp0: delegated prefix 2001:aaa:bbb:1f00::/56
br1: invalid prefix 2001:aaa:bbb:1f00::/56 + 1/8: Numerical result out of range
...

Config is for this:
==============
allowinterfaces ppp0
duid
noipv6rs
waitip 6
ipv6only
interface ppp0
ipv6rs
iaid 1
ia_pd 1 br1/1/8/64
==============

I did find a solution for me:

ia_pd 1 br1/1 br6/6 net4.2/2 net4.4/4

this assigns perfectly the id 1 to br1, id 6 to br6 , id 2 to net4.2 and id4 to net4.4

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rcmcronny
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants