Is this new? I've never setup any port forwarding, but I've checked here a lot and I've never seen this until now. Does it hurt? What is it's function?
View attachment 45029
It depends a bit on the implementation if the router is up and after that the tunnel starts you can have a window where traffic escapes through the WAN before the tunnel is up, and if there is an error in the WG setup the tunnel might not function at all.
So although you do not need a kill switch as bad as you need it with OpenVPN , I still can imagine it is useful (also for peace of mind )
Yep, that's it. I block my printer from accessing the internet. Thanks for the help!I believe it's to do with parental controls.
Hello,
So your DDNS works Now?Hello,
update on DDNS in a double NAT environment with private WAN IP configured on the AX58U router.
I want to test the new relase 388.1_alpha1-g5fb71044da, to work-around the problem I then copied the contents of the In-a-Dyn service conf under /etc/inadyn.conf in the conf file under /jffs/configs/inadyn.conf (so overrides the conf under /etc/inadyn.conf) by adding within the section
provider default@freedns.afraid.org {
...
checkip-server = default
...
}
which instructs inadyn to make a call to the api.ipify.org service to resolve the public IP.
I hope it will be of help to the forum.
YesSo your DDNS works Now?
I'm surprised this works, since checkip-server should have a lower priority than the interface, which is what is currently being used in the code.
Really has a minor priority, strange in this documentation https://github.com/troglobit/inadyn I have not found nothing about this, lucky strikeI'm surprised this works, since checkip-server should have a lower priority than the interface, which is what is currently being used in the code.
checkip-command is what would have a higher priority.
That would be why then, if you deleted the iface parameter, then it can't override the remote server check.This is the conf that i use, I have deleted the iface line:
if (!get_address_cmd (ctx, info, address, len))
return 0;
if (!get_address_iface (ctx, iface,address, len))
return 0;
if (!get_address_remote(ctx, info, address, len))
return 0;
Sadly my current connection is pretty archaic, 50DL/4UL VDSL2, so it is not possible for me to stress the limits of my AX58U.Did you happen to compare the Wireguard vs. OpenVPN client's speed ceiling differences, while keeping everything else (WAN, ISP, VPN provider) constant ? I'm really looking forward to switching to WG with the hope that the speed ceiling will be higher especially for the AX-58U (that's a little low for my liking with OpenVPN, specific to AX-58U).
Thanks for reporting, and to Merlin, of course.
I used the Asus Recovery tool to flash the latest Alpha. So far everything is working as expected (all information populating)Mine populates with all the information as usual and doesn't freeze the page or the GUI in any way.
A miss-flash is common enough around here to cause people to think the new firmware isn't what it should be. This has been and still is nonsense for the most part. A miss-flash has many causes but your due diligence figured this out. Great work!I used the Asus Recovery tool to flash the latest Alpha. So far everything is working as expected (all information populating)
I wonder if something got corrupted during the update or when Merlin switched to the 388 base
Is this new? I've never setup any port forwarding, but I've checked here a lot and I've never seen this until now. Does it hurt? What is it's function?
View attachment 45029
My entry was caused by my not allowing internet access to my printer.Well I have no parental control what-so-ever and I got this forward ever since last FW first time.
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!