Just to follow up on this, I was able to get this to work via the following:
1. Make a writeable copy of /etc/resolv.conf
2. Run OpenConnect (may need to use an altered vpnc-script that forces route to be used instead of ip route)
3. Run the following commands:
iptables -t nat -A POSTROUTING...
I guess the other option would be to try to do something about the NAT on the xbox side:
https://www.snbforums.com/threads/upnp-multiple-xbox-one-gaming-consoles-nat.35324/
That seems to suggest that disabling "Instant ON" could help.
I'm getting the same error on RT-AC68P. I think you're correct about it being because there's no FPU emulation:
https://github.com/nodejs/node/issues/7343
Depending on your needs, you might be able to get by by install the node_legacy package instead. I was able to get node to work on my...
By server side you mean you're doing something like this:
https://superuser.com/questions/974327/disable-nat-in-openvpn
And you're hoping to be able to make some sort of interface change instead?
There's a setting at the end of "Basic Settings" in the interface when you're setting up an OpenVPN client called "Create NAT on tunnel", which you can set to "No".
It looks like I'm running into routing conflicts because of some rules that Asuswrt-Merlin is running, so I've gone ahead and posted there instead:
https://www.snbforums.com/threads/routing-conflicts-with-asuswrt-merlin-and-entware-ngs-openconnect.40672/
I don't see any way of closing this...
I had originally posted this on the VPN forum, thinking this was a VPN issue. Additional details are on that thread:
https://www.snbforums.com/threads/openconnect-client-on-asus-rt-ac68p-router-not-working.40633/
I've been trying to get OpenConnect running from the command line on an ASUS...
I've also tried running OpenVPN on the command line in pretty much the same way with nearly identical results. It works fine when I run it on the mac, but doesn't appear to do anything when I run it on the router.
I also noticed that if I run OpenVPN through the interface, which works, then it...
I'm trying to run OpenConnect client on an ASUS RT-AC68P router. I've flashed the router with Asuswrt-Merlin, installed Entware-ng on a USB drive, and installed OpenConnect and all of the other relevant packages.
After replacing the symlinked /etc/resolv.conf file with a non-read-only...