1
Virtual private networks / problem with redirect gateway
« on: May 21, 2024, 02:21:20 pm »
Hi all,
we have an issue configuring a new vpn server (OpenVPN) without "redirect gateway" but accessing internal services.
what we want to achieve:
1. Client traffic not running over our internet connection, excepted
2. Clients access to DFS-Shares
3. we have conditional forwarding in DNS for access on resources in customer network
when we use the "redirect gateway" option -> 2. and 3. is working
when we set "pull-filter ignore redirect-gateway" on the client -> 1. and 2. is working
is there a way, to get all 3 things running at the same time?
Our setup:
Redirect Gateway = true
Dynamic IP = true
Topology = true
DNS Default Domain = our internal Domain
DNS Servers = our 1st and 2nd DNS-Server IP
within the ovpn-config file on the client we set
pull-filter ignore redirect-gateway
we have an issue configuring a new vpn server (OpenVPN) without "redirect gateway" but accessing internal services.
what we want to achieve:
1. Client traffic not running over our internet connection, excepted
2. Clients access to DFS-Shares
3. we have conditional forwarding in DNS for access on resources in customer network
when we use the "redirect gateway" option -> 2. and 3. is working
when we set "pull-filter ignore redirect-gateway" on the client -> 1. and 2. is working
is there a way, to get all 3 things running at the same time?
Our setup:
Redirect Gateway = true
Dynamic IP = true
Topology = true
DNS Default Domain = our internal Domain
DNS Servers = our 1st and 2nd DNS-Server IP
within the ovpn-config file on the client we set
pull-filter ignore redirect-gateway