Recent content by shanetrain

  1. S

    VLAN DAS share issue on 88U Pro

    Here are a couple I have tried: #!/bin/sh # Allow devices on LAN (e.g., 192.168.2.1/24) to access a share at VLAN 52 192.168.52.66 iptables -I FORWARD -i br1 -s 192.168.2.1/24 -d 192.168.52.66 -j ACCEPT #!/bin/sh # Allow new and established connections from the main LAN (br0) to the VLAN...
  2. S

    VLAN DAS share issue on 88U Pro

    Yes, I can ping the machine from the LAN, I just can't get the network share to show up the LAN.
  3. S

    VLAN DAS share issue on 88U Pro

    Hoping I can get some help. Runnimg a VLAN with 1 device on it with a DAS attached. I cannot for the life of me access the DAS share from my LAN. I am able to RDP locally into the machine on the VLAN, but cannot get the share to show up. I have pulled countless scripts from Google for a...
  4. S

    Solved AX88U Wireguard Issue

    I looked around and really couldn't find anything specific to my issue. I have Wireguard setup as a client which routes my entire LAN through the tunnel. In VPN Director, I have specific clients excluded from WG1 and use the WAN. To make the issue as specific as possible, for whatever reason...
  5. S

    Asuswrt-Merlin 380.58 is now available

    I had the same issue, albeit with 2 separate VPN providers. I figured out I had to turn the killswitch off on one to get the other to work. Sent from my Nexus 6 using Tapatalk
  6. S

    2 USB dongles, 2 Asus Routers, Dual Wan Setup help

    Or, what about enabling both USB ports on one of the routers to each be a WAN connection, somehow? Sent from my Nexus 6 using Tapatalk
  7. S

    2 USB dongles, 2 Asus Routers, Dual Wan Setup help

    Hello, I am hoping I can get some help with the setup I would like to have: 1 87R running latest Merlin firmware TM AC 1900 with stock firmware Due to living in an extremely rural area, I have LTE as my primary Internet provider. I have 2 USB dongles, both of which work fine on each of the...
  8. S

    OpenVPN Client routing setup issues

    Answered my own questions. If anyone needs help with my specific scenes above, in the future, hit me up. Sent from my Nexus 6 using Tapatalk
  9. S

    OpenVPN Client routing setup issues

    I have an 87r that is running Merlins latest firmware, .56. My objective seems simple, but I am struggling to figure out how to get this working properly. I want to keep all clients behind the router tunneled through the VPN. I want to have one application on one of my clients to be able to...
Back
Top