|
|
With the default mode (the implicit "topology net30") I used to do this to assign static routes towards a given client: $ cat /etc/openvpn/ccd/some-client iroute 10.20.1.0 255.255.255.0 iroute 10.250.0.0 255.255.255.0 $ cat /etc/openvpn/server.conf [...] route 10.20.1.0 255.255.255.0 route 10.250.0.0 255.255.255.0 [...] When the tunnel was established, the static routes were set towards that particular client. Everything worked fine. With "topology subnet" it doesn't seem to work. Is there any magic incantation that needs to be performed to make it work in this case? -- Florin Andrei ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |