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