john9527
Part of the Furniture
Upload it to a file sharing site and provide the link...can someone please tell me how upload the log it keeps blocking it.
Upload it to a file sharing site and provide the link...can someone please tell me how upload the log it keeps blocking it.
Or you can copy and paste it into a code block here.Upload it to a file sharing site and provide the link...
Something easy to try....if you don't get an ipv6 address, telnet/ssh to the router and enter
service restart_dhcp6c
Dec 2 21:07:15 rc_service: service 29224:notify_rc restart_dhcp6c
Dec 2 21:07:16 odhcp6c[29227]: (re)starting transaction on eth0
Dec 2 21:07:17 odhcp6c[29227]: Starting SOLICIT transaction (timeout 4294967295s, max rc 0)
I can confirm that ipv6 is broke on rt-ac5300 but not my rt-ac68u and that "service restart_dhcp6c" via ssh does get me an ipv6 on the 5300 and this is where the problem is "with dhcp6 starting up" how can we fix this in merlins next fw release?Something easy to try....if you don't get an ipv6 address, telnet/ssh to the router and enter
service restart_dhcp6c
I can confirm that ipv6 is broke on rt-ac5300 but not my rt-ac68u and that "service restart_dhcp6c" via ssh does get me an ipv6 on the 5300 and this is where the problem is "with dhcp6 starting up" how can we fix this in merlins next fw release?
It works every time for me or almost. I believe i did need to do it twice 1 time but for the most part it works for me it doesnt work instantly after you restart dhcp it takes up to about a minute also can you confirm you are getting an ipv6 to a different device and you have the settings correct on your router and I assume you have comcast. I also see some saying the new alpha 3 might fix ipv6. >>>>>Update just installed 65 alpha 3 and it did NOT fix IPV6 and I could no longer make it work by restarting dhcp6c so downgraded to 65 alpha 2 and restarting dhcp6c works again...I also didnt factory reset after alpha 3Restarting the dhcp service doesn't get me an IPv6 address.
When i upgraded from 380.62 to the latest 380.65 alpha i wasn't getting an ipv6 address either (ac56u) i've tracked it down to a change between 380.63 alpha 2 and 380.63 (firewall: support fixed interface ID (EUI64) ipv6 destination addresses) you can test if that's the issue by turning off the ipv6 firewall and reconnect. I was having some ipv6 rules set with nothing in the local ip field and apparently that broke it. (or the universe is playing tricks on me since it works fine now with that change reverted). Hope it helps!
#!/bin/sh
echo 0 > /proc/sys/net/ipv6/conf/`nvram get wan0_ifname`/forwarding
I have not yet tried the above suggestion, but I can confirm that changing the Client ID, per the below link, allows me to grab an IPV6 address every time.
https://github.com/RMerl/asuswrt-merlin/issues/1160
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!