Search results

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

    Dual WAN (Failover with LTE LAN modem) & /28 Static Public IP DNAT/SNAT

    I have fiber WAN to AX88U and a static /28 from my ISP. I assign two IPs from this /28 to two servers providing public services. The configuration I use is this: in nat-start: ip addr add xxx.xxx.xxx.xxx/28 dev ppp0 iptables -t nat -A PREROUTING -d xxx.xxx.xxx.xxx -j DNAT --to-destination...
  2. N

    AX88U USB Ports

    I want to attach a 5G failover USB modem to the router but don't want to lose the usb drive for scripting. The router has a single physical USB port although ASUS web page technical specs and Asuswrt web interface list 2 ports. Does this mean I can easily connect a 2 port hub and be done with...
  3. N

    Dynamic updates to BIND DNS server.

    So. What I need to do is dynamic DNS updates on an authorative BIND9 DNS server for both IPv4 and IPv6 addresses. This can be easily done with dhcpd with something like this added to conf: ddns-domainname "domain.com"; ddns-rev-domainname "in-addr.arpa"; ddns-update-style standard...
Top