openvpn-client-aio icon indicating copy to clipboard operation
openvpn-client-aio copied to clipboard

Lan IP connections

Open mark-cassidy opened this issue 1 year ago • 1 comments

Hi

I have multiple vlans on my network, if I set the HOST_NETWORK variable to 192.168.1.0/24 then only machines on that vlan can connect to the proxy, also if I set it to 192.168.5.0/24 then machines on that vlan can connect.

I know I could run two instances... that said is there a wild card entry? I've tried the obvious 192.168.*.0/24 and 192.168.0.0/24 but no dice. Even being able to disable incoming IP filtering would be ok?

Thanks!

Mark

mark-cassidy avatar Apr 30 '23 19:04 mark-cassidy

Have you tried 192.168.0.0/16? /24 isn't the correct network mask for what you want to achieve as it will only cover from 192.168.0.1 to 192.168.0.255, with /16 it covers until 192.168.255.255.

LiskoFINAL avatar Oct 14 '23 10:10 LiskoFINAL