Gentoo Archives: gentoo-user

From: Eray Aslan <eray.aslan@×××××××.tr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Two openvpn tunnels... and /etc/init.d et al.
Date: Tue, 06 Jul 2010 05:25:44
Message-Id: 4C32BE30.1050401@caf.com.tr
In Reply to: [gentoo-user] Two openvpn tunnels... and /etc/init.d et al. by Steve
1 On 06.07.2010 08:17, Steve wrote:
2 > What's the recommended gentoo way to launch two openvpn instances? (I
3 > assume that's what's required...)
4
5 $ ls -l /etc/init.d/openvpn*
6 -rwxr-xr-x 1 root root 4198 Feb 17 08:31 /etc/init.d/openvpn
7 lrwxrwxrwx 1 root root 7 Mar 1 12:28 /etc/init.d/openvpn-interoffice
8 -> openvpn
9 $ ls -l /etc/openvpn/*.conf
10 -rw-r--r-- 1 root root 10356 Mar 1 15:32
11 /etc/openvpn/openvpn-interoffice.conf
12 -rw-r--r-- 1 root root 10351 Mar 4 23:10 /etc/openvpn/openvpn.conf
13
14 i.e. make a soft link to openvpn init script and make a seperate conf
15 file with the same name as the new init script in your config directory
16 (usually /etc/openvpn). Init script starts openvpn with the correct
17 config file.
18
19 --
20 Eray

Replies

Subject Author
Re: [gentoo-user] Two openvpn tunnels... and /etc/init.d et al. Steve <gentoo_sjh@×××××××.uk>
Re: [gentoo-user] Two openvpn tunnels... and /etc/init.d et al. Steve <gentoo_sjh@×××××××.uk>