Hi everyone,
I'm looking to implement an Always-On VPN setup using a Check Point Remote Access VPN client. The goal is to ensure that:
The VPN connection is mandatory: if the client is not connected to the VPN, it should not have access to the internet at all (no split tunneling).
All traffic (internal and internet) is routed through the corporate firewall when the VPN is active.
Exceptions are made only for traffic related to authentication to the VPN gateway (e.g., DNS resolution, SAML login, etc.).
When the device is on-site (corporate network), the VPN should detect it and not initiate the tunnel.
Is this kind of setup achievable?
Thanks in advance for your insights!