So I have my DHCPv6 client getting a set of addresses from the cable co. It sets up a pool. The DHVPv6 server is set to the pool… Firewall is all open…
Clients dont get IPv6 addresses.
Im a IPv6 noob. What else do I need to do ? I must need to advertise my cable co provided pool but I dont have that option..
This will use a dhcp client, setup some firewall rules, setup prefix delegation inside your network, and will assign an address to your internal interface.
The last few lines can be saved as a script to be run on a regular basis.
You really won’t use the ipv6 dhcp server in most cases and do the pool will not be used either.
Advertise it at /ipv6 address’, preferably on the interface where your DHCPv4 server is running. Of and do not forgot the firewall rules in the post above.
It was for personal preference, (to use a ::1/64 address as the router address) but I found that if I did use the from-pool option and removed that address, it also removed the pool. This is not good since it was a /60 pool handing out /64 prefixes.
I will stick with my setup for now. I am running ROS version 6.7 also.
Biomesh, nice, thanks ! Well at least i dont feel so noob after all.
It might be good to massage this into something for the wiki. Lots of people, home users, now have access to native IPv6 DHCP via thier ISP. Im working at a clents in LA and Time Warner cable is doing DHCPv6.
If you have comcast (or another provider that supports prefixes larger than a /64) then you can add the prefix-hint option to the /ipv6 dhcp-client command like
Again I may be missing something here.. I changed the above to be my correct interfaces and pasted in.. All looks OK.. Ran the script. It says “IPv6 prefix updated, ching prefix” and I still doing get anything on the client side. I also noticed that none of the rules got any bytes.
If I put a accept for input/output/forward those see bytes.
It gets a /64 from the ISP. Creates a pool..
Im using os 6.6 and for testing im using a win 7 machine.
Yea use peer DNS is default on the client. I played with it all again, still not handing out DNS. So does that mean the ISP is not handing out a IPv6 DNS server IP ? The DHCPv6 client does not seem to have a status that shows if it got DNS from the ISP..
But cleints get gateway and a address just no DNS server.
Have you tried a ping -6 ipv6.Google.com to see if that works?
You don’t have to have a DNS server on ipv6 to actually resolve aaaa records.
Disable your firewall rules temporarily to see if things start to work then.
Have you tried a ping -6 ipv6.Google.com to see if that works?
hehehe.. I do feel like a noob…
It did look it up properly. So thats not the issue apparently. 2607:f8b0:4003:c03::93
But then dest not reachable. With firewall rules in/out/fwd set to accept.
HMmMMmMmmm…
Yea the router shows unreachable gateway.. Well that explains it.. But hmmmm… It should be you would think…
OK well its a test config and its on a temp IP so I created a lonin thats read only if anyone wants to look.. WInbox.. I will of course be discarding the IP shortly but its up for now and can be accessed from outside.
172.251.43.192 user readonly pass readonly..
yes admins I will delete this info after a day or so from this post. Yes I realize its exposing the router, its ok..
Looking at your router - the default gateway is unreachable.
Not sure if there is anything you can do - comcast will provide a /60-/64 prefix as well as a /128 for the external wan interface. It could be that your provider is doing something different than comcast.
Yea weird.. Weird that a client on Win 7 can get allocated but not the router. They are getting really different addresses you can see from my screen shots from ipconfig.. Weird..
Yea.. I will do some reasearch on Time Warner doing IPv6 and see what I can find out..
I REALLY appreciate you assistance and your taking the time to connect to the router
I will research more..
I suppose I should put in 6.7 just to be on the safe side.