• 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!

Recent content by alecmascot

  1. A

    Release Asuswrt-Merlin 3004.388.8_4 is now available

    Not if you reset after the code is applied and you manually enter the settings.
  2. A

    Release Asuswrt-Merlin 3004.388.8_4 is now available

    Usual recommendation is to run Asus Firmware on the Mesh Node and Merlin on the Main Router. A Hard Reset is the best thing for stability when you make major firmware changes, then reenter your settings manually.
  3. A

    GT-AXE11000 Config Changes Lost on Reboot

    did you press "apply" on each page ?
  4. A

    Port Forwarding Transmission with AirVPN

    I use Transmission withAirVPN : iptables -t nat -A PREROUTING -i tun+ -p udp --dport ***** -j DNAT --to-destination **.**.**.** iptables -t nat -A PREROUTING -i tun+ -p tcp --dport ***** -j DNAT --to-destination **.**.**.** Port test at open wi the Transmission GUI. Put these statements in...
  5. A

    [ 3004.388.7 alpha 1 Build(s) ] Testing available build(s)

    Maybe it includes the AX86S
  6. A

    RT-AX86U can't upgrade from 3.0.0.4.388_21709-g74151b7 and settings won't save

    Classically people try to do this on AX68U ??
  7. A

    how can i factory reset the vpn wireguard setting

    https://www.snbforums.com/threads/how-to-delete-wireguard-client.82533/
  8. A

    VPN Server Scheduled Restart

    I do this with my VPN clients using CRON. This should work for you with a modification from Client to Server. Scheduled for 04:00. In /jffs/scripts #pasted into services-start script# cru a vpnrst "0 4 * * * /jffs/scripts/VPN-Restart" This creates the cron job and restores it after reboots...
  9. A

    [AX86U] Half audio on incoming VoIP SIP calls, NAT mismatch?

    I have no setup deviating from defaults in the asus router other than the FullCone. The passthroughs are all enabled and there is no port forwarding for voip.. I am using a linksys pap2 connected to Sipgate.
  10. A

    [AX86U] Half audio on incoming VoIP SIP calls, NAT mismatch?

    I use a Full Cone NAT and my calls works fine.
  11. A

    AX86S Wireguard-Problem

    Should be 192.168.50.0/24
  12. A

    Setup VPN on router and provide specific IPs only with access?

    https://github.com/RMerl/asuswrt-merlin.ng/wiki/VPN-Director#priority
  13. A

    Conditional VPN routing

    Only by IP address
Back
Top