Hi
I have configured open vpn client using Network Manager(nm-applet 0.6.6)
Where can i see the openvpn client configs in Ubuntu 8.04 Desktop Linux.
Basically I want to add the route command manually whenever i need to connect to the openvpn server
sudo ip route add
10.10.0.0/8 via
10.10.10.12 dev tap0
I am looking out for openvpn client configs in Ubuntu 8.04 Desktop Linux to add the below route command
sudo ip route add
10.10.0.0/8 via
10.10.10.12 dev tap0 so that its done automcatically.
Thanks and Regards
Kaushal