Re: [gentoo-user] openvpn multiple tunnels

2006-04-27 Thread Manuel McLure
Used to be you could have multiple tunnels open with vpn. when it changed to require /etc/openvpn/openvpn.conf, instead of launching all the tunnels, i can no longer figure out how to open multiple tunnels. the docs seem to mention an /etc/conf.d/openvpn file, but that didn't get created on

Re: [gentoo-user] openvpn multiple tunnels

2006-04-27 Thread John Jolet
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