hardknox 0 Posted ... I'm connecting to AirVPN from Ubuntu running in a KVM guest (192.168.122.0/24). I would like for that system to be able to reach the host network (192.168.1.0/24) while network lock is on. I'm sure there's some way to do this with IPTABLES but smoke starts coming out of my ears any time I try thinking about network routing tables. Thanks guys. Quote Share this post Link to post
Staff 10014 Posted ... @hardknox Hello! Network Lock already includes a rule which allows any TCP and UDP packet from 192.168.0.0/16 to 192.168.0.0/16. If you need to reach different subnet inside 192.168.0.0/16 between different network interfaces, remember to enable IP forwarding. Also remember that Network Lock does not allow data exchange between different private blocks, for example from 10.0.0.0/8 to 192.168.0.0/16. Should that be your need you must add additional firewall rules on top, after each Network Lock activation. Kind regards Quote Share this post Link to post