Selectable full connect via client
-
I've got a setup where the traffic is split - only vpn bound traffic hits the openvpn tunnel. However, from the client through configuration, I would like to select the full connect option. I've tried a number of things but it seems like all or some of the traffic doesn't do it. On the pfsense side, I did NOT check Force all client generated traffic through the tunnel option because normally i don't want to do that.
here is my standard non-full tunnel config:
dev tun
persist-tun
persist-key
proto udp
cipher AES-256-CBC
tls-client
client
resolv-retry infinite
remote xxx.xxx.com 444
tls-remote "xxx"
auth-user-pass
pkcs12 satlink-udp-444.p12
tls-auth satlink-udp-444-tls.key 1
comp-lzo -
What you want in the client config is:
redirect-gateway def1
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.