mach6
New Around Here
I'm running 384.13 on AC3100
Is this a bug or something configured incorrectly?
- I didn't find location to configure the dhcp lease time for ipv6 on the web interface.
- In /etc/dnsmasq.conf I found dhcp-range=lan,::,constructor:br0,ra-stateless,64,600 The lease time is only 600s. On both linux and windows machine, I found ipv6 become unavailable after 600s. I have to restart the network on client side. But it will then only work for 600 s.
- I dig into the code and found in file release/src/router/rc/services.c, line 1573 (https://github.com/RMerl/asuswrt-me...39b49a/release/src/router/rc/services.c#L1573) the lifetime is hard-written as ra_lifetime = 600 for stateless ipv6. According to the manual of dnsmasq, http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html, the time here should be lease time.
- In addition, for ra advertisement, shouldn't there exist a program called radvd? I didn't find the executable in /usr/sbin/radvd as well as the configuration file /etc/radvd.conf
Is this a bug or something configured incorrectly?
Last edited: