On 06.07.2010 08:17, Steve wrote: > What's the recommended gentoo way to launch two openvpn instances? (I > assume that's what's required...)
$ ls -l /etc/init.d/openvpn* -rwxr-xr-x 1 root root 4198 Feb 17 08:31 /etc/init.d/openvpn lrwxrwxrwx 1 root root 7 Mar 1 12:28 /etc/init.d/openvpn-interoffice -> openvpn $ ls -l /etc/openvpn/*.conf -rw-r--r-- 1 root root 10356 Mar 1 15:32 /etc/openvpn/openvpn-interoffice.conf -rw-r--r-- 1 root root 10351 Mar 4 23:10 /etc/openvpn/openvpn.conf i.e. make a soft link to openvpn init script and make a seperate conf file with the same name as the new init script in your config directory (usually /etc/openvpn). Init script starts openvpn with the correct config file. -- Eray

