> What you need to do is create a <tunnelname>.conf file for your second
> tunnel, and then link /etc/init.d/openvpn to /etc/init.d/<tunnelname>.
> Then you can start the second tunnel with either "/etc/init.d/<tunnelname>
> start", or by using rc-update to add <tunnelname> to the runlevel of your
> choice. For example:
>
> cp /etc/openvpn/openvpn.conf /etc/openvpn/homevpn.conf
> vi /etc/openvpn/homevpn.conf
> ln -s openvpn /etc/init.d/homevp
> rc-update add homevpn default
> /etc/init.d/homevpn start
ah!  okay, so it works kinda like the net.eth0 link to net.lo, then?  i'd seen 
that about creating a link, but i couldn't figure out where that was 
happening.  thanks SO much
-- 
gentoo-user@gentoo.org mailing list

Reply via email to