Hello folksManaged to get OpenVPN server up and running here, and the client connecting fine. Now I need some help with a couple of things to get it going on a more permanent basis...1.Currently assigned IP is in the range 10.8.0.x. My LAN is 192.168.2.xWhat route commands/config changes I need so that my client can see the 192.168.2.x segment?Alternatively (and probably best) is there something I can do so that the client IP is assigned by the DHCP in my LAN instead?2.I want to get all my network traffic going through the VPN connection once it's established, including Internet.What route commands/config changes I need so tha my client can access the Internet through this VPN?On my server config I haveserver 10.8.0.0 255.255.255.0push "redirect-gateway def1 bypass-dhcp"push "dhcp-option DNS 192.168.2.1";;; commented out in original config:;;; server-bridge 10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100;;; server-bridgeThe client doesn't have any option related to network really.Next steps?
↧