sfx2000
Part of the Furniture
I don't doubt that you are right but I tried creating 2 rules one for UDP and one for TCP with ports 139, 445 and it won't work.
the only way I can make it work is to create a rule only for TCP for all ports. UDP doesn't seem to make a difference weather i make a rule or not.
The rule should be 139/TCP, 445/TCP, 137/UDP, 138/UDP - just those four ports/transport protocols are needed for SMB transport and Network Discovery lookup
Allowed should be the local LAN subnet scope, and the OpenVPN scope as RMerlin pointed out.,
for example
allow from 192.168.1.0/24
allow from 10.8.0.0/24
An alternate approach would be to assign OpenVPN within the LAN subnet, but outside of the DHCP scope - e.g. DHCP range being 192.168.1.100-150, and then use 200-210 for the VPN range - I like OpenVPN's approach a bit better, as it usually will not conflict with the remote IP ranges if the remote network is using private ranges as well...