route all client's traffic via single client ip
Posted: Sun Feb 20, 2011 11:17 am
Hello, i have close to ootb configuration of openvpn server - server ip is 10.8.0.1 and all clients are able to reach each other with config directive.
I need to route traffic of all clients via one single client machine, which has permanently assigned vpn ip = 10.8.0.3.
I know that directive will push all traffic through server itself, but how to configure server.conf to push all client's traffic to 10.8.0.3?
Code: Select all
client-to-client
I need to route traffic of all clients via one single client machine, which has permanently assigned vpn ip = 10.8.0.3.
I know that directive
Code: Select all
push "redirect-gateway def1"