I have an issue with IPv6 forwarding. When e.g. pinging an IPv6 enabled host on the internet from the asus everything is fine. When doing the same from a machine inside my LAN I get no response.
Sounds like a routing or forwarding issue. But using tcpdump I can see ICMPv6 ECHO requests going...
I really love ntp redirection. As it is implemented now unfortunately it only supports IPv4.
When trying to add a similar rule for IPv6 I get an error:
# ip6tables -t nat -A PREROUTING -i br0 -p udp -m udp --dport 123 -j REDIRECT
ip6tables v1.4.15: can't initialize ip6tables table `nat': Table...
At least as OpenVPN client the current version (384.8_2) works over IPv6 transport w/o issues. (I do not use IPv6 in the tunnel - so I don't know if that works.)
The only thing was, afair you can't put an IPv6 address into the server address field. Using a DNS hostname w/ an A and AAAA record...
Last week a trust anchor rollover for DNSSEC was performed.
As your version is pretty old it does not contain the new anchor.
You need to put the new trust anchor in "/jffs/configs/dnsmasq.conf.add".
Add a line...
No. They are not compatible.
L2TP/IPsec is using a L2TP tunnel on top of IPsec where the initial key exchange is using IKE(v1).
IKEv2 is a short name for transporting or tunneling directly over IPsec (AH or ESP) w/o L2TP tunneling. The initial key exchange is done by IKEv2.
It's the router's address in your LAN. The address is a combination of the subnet prefix you got from sixxs (the /64 prefix you got w/ your tunnel or if you requested a dedicated subnet one subnet out of the /48 prefix) + the EUI-64 identifier of your router's br0 interface (These are the...
I am using aiccu w/o issues with NAT Acceleration enabled.
I had some timing issues w/ aiccu start. Therefor I delay aiccu start.
Since the release 374.42 "radvd" and "dhcpv6" are no longer started autmatically. I do it manually via start scripts.
Here is my solution...
Radvd is enabled. Actually the configuration hasn't changed since .41 where everything worked. (Connection type = Native, DHCP-PD = enabled, Auto Configuration Settings are both enabled)
My idea was that there might be some new logic that sees that at boot time there is no IPv6 connection at...
Radvd no longer started w/ sixxs tunnel
Thank you very much for the enormous amount of value you are producing by giving us your Merlin-releases.
I am using a sixxs.net IPv6 tunnel on my AC66U rather than native IPv6.
I start IPv6 with "/opt/sbin/aiccu start /opt/etc/aiccu.conf" from...