Recent content by ResumeNothing

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. ResumeNothing

    Routing conflicts with Asuswrt-Merlin and Entware-ng's openconnect

    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...
  2. ResumeNothing

    How to disable "Create NAT on Tunnel" OVPN Client?

    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.
  3. ResumeNothing

    Floating point emulation support for RT-AC88U

    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...
  4. ResumeNothing

    How to disable "Create NAT on Tunnel" OVPN Client?

    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?
  5. ResumeNothing

    How to disable "Create NAT on Tunnel" OVPN Client?

    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".
  6. ResumeNothing

    OpenConnect client on ASUS RT-AC68P router not working

    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...
  7. ResumeNothing

    Routing conflicts with Asuswrt-Merlin and Entware-ng's openconnect

    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...
  8. ResumeNothing

    OpenConnect client on ASUS RT-AC68P router not working

    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...
  9. ResumeNothing

    OpenConnect client on ASUS RT-AC68P router not working

    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...
Top