Recent content by waeking

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

    [ISSUE] RT-AC68U - Both wireless radios frequently disable.

    One thing that happend a lond time ago was lack of nvram. That created all sorts of havoc on my AC68u. I created a static.lease file and that alone helped alot in clearing out some of the nvram.
  2. W

    [ 386.4 alpha Build(s) ] Testing available build(s)

    I noticed that Alpha2 has this listed NEW: Added support for the RT-AC68_V4 in the readme notes. I could not find Alpha2 in the download link. only Alpha1 is listed for AC68U,
  3. W

    How to correctly port forward 80 for a local webserver

    This is something that I found somwhere online and made some changes. It will open a port and forward to an ip. and also has brute force detection that you can play with. #!/bin/sh ##EXAMPLE #bfs_portforward QBELT up eth0 192.168.1.241 3443 udp 60 5 NAME=$1 UPDOWN=$2 IFACE=$3 SERVER=$4...
  4. W

    IGMP Proxy not working on Asus RT-AC68U

    I still can't get this to work..... router (68u) ---- qnap (192.168.1.241) ---- docker 172.16.2.0 ----- jellyfin 172.16.2.28 router (68u) ---- television (192.168.1.175) router (68u) ---- laptop (192.168.1.49) I have my router br0 as 192.168.0.0/24 and br0:net172 as 172.16.0.0/12 I have...
  5. W

    IGMP Proxy not working on Asus RT-AC68U

    did you ever figure this out?
  6. W

    bridge file when to call at boot

    Thanks, routing works in the nat-start. Perfectly The binding doesn't work in init-start. Does nat-start work even when the wan is down?
  7. W

    bridge file when to call at boot

    I have created a bridge event, when would be the best time to call this file. init-start? nat-start? wan-event with wan0-init? #!/bin/sh ifconfig br0:net10 10.255.255.254 netmask 255.0.0.0 broadcast 10.255.255.255 down &> /dev/null ifconfig br0:net172 172.31.255.254 netmask 255.240.0.0...
  8. W

    Repeated kernel snap shots on RT-AC86U with Merlin 384.18 + Cake-QOS

    you have cakeqos running on a RT-68U? I thought this was impossible atm. How did you accomplish this?
  9. W

    Port Trigger

    My brother plays WOT. I have never forwarded ports for him. He hasn't complained. I have never offered or mentioned that it is possible.
  10. W

    Port Trigger

    I think you are looking for WAN > Port Forwarding. When you add a profile there is a blurb about how it works.
  11. W

    [Beta] Asuswrt-Merlin 384.14 Beta is now available

    I cant seem to mount an nfs folder. I know I can mount the nfs on other computers with version 3 and 4. What am I doing wrong? it is my understanding that nfs4 does not work with Merlin's FW. mount -t 192.168.1.241:/RTRR/Router /tmp/mnt/Router -o nfsvers=3 pmap_getmaps rpc problem: RPC...
  12. W

    2 clients are connecting to RT-AC87U through this device

    I am running into this situation now as well. I am still having a hard time figuring out this now. Seems as though I may have to shutdown the whole network and then reboot the router first followed by the switches and finally the servers?
  13. W

    iptables to forward port and make sure only access internet from vpn...help?

    I have been looking to find where the iptables, ebtables are for tun11 are now. But I can't seem to find them. I was going to try and duplicate those.
  14. W

    iptables to forward port and make sure only access internet from vpn...help?

    An interesting thing here.... On the Advanced_OpenVPNClient_Content.asp page I can add 192.168.1.22 to forward to tun11 and tracert works. However when I add 172.16.0.11 to forward to tun11 and run traceroute it goes through the wan and not tun11. Not sure if this helps any but my wan-start...
  15. W

    iptables to forward port and make sure only access internet from vpn...help?

    I have a ac68u with asusmerlin's 384.13. router (192.168.1.1) ..... nas (192.168.1.241).......Docker(172.16.0.1).......Machine(172.16.0.11) ..... laptop (192.168.1.22) I can talk all the way up and down the network and dnsmaq works great too. I am having...
Top