Recent content by waspinator

  • 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. waspinator

    aimesh merlin ac86u and asuswrt node ax68U

    No, for some reason that didnt come to mind. And now it works, thanks!
  2. waspinator

    aimesh merlin ac86u and asuswrt node ax68U

    I installed 386.3_2 on an ax68u acting as a aimesh node thinking it would be a good idea to have the same version firmware on my router and node. But it looks like asmesh node is having issues connecting, it always shows up as "Connection Quality Disconnected". So I removed the ax68u as a node...
  3. waspinator

    Virtual IP: translating WAN IPs to LAN IPs

    Hi, I've got a bunch of WAN IPs which I want to translate to a bunch of LAN IPs, but only open some ports. None of WAN IPs I want to translate are the primary WAN IP the router uses to connect to the internet. For example I want to translate - WAN IP 216.58.216.238 to LAN IP 10.10.10.10 and...
  4. waspinator

    Is one to one NAT possible with Asuswrt?

    I tried copying the script into /jffs/scripts/nat-start and running chmod a+rx /jffs/scripts/* but I can't access the computers using the external IP... #!/bin/sh # #/jffs/scripts/nat-start # # router WAN configuration # ------------------------ # Static IP # X.X.X.X.30 ## WAN X.X.X.X.31 ->...
  5. waspinator

    Is one to one NAT possible with Asuswrt?

    Hi, I'm trying to set up my multiple public IPs to point to multiple private IPs. This is useful for me since I have a few 'servers' that all use the same ports. I know I could use port forwarding with port translation, but I don't want people to have to enter custom ports. Is there a way...
Top