View Single Post
Old 2nd February 2011
Emile Emile is offline
Port Guard
 
Join Date: Feb 2011
Posts: 25
Default

For all the times I've used OpenVPN on OpenBSD, I've always used tun0. But this was like a couple releases ago so it's been a while. Usually I use the interface I am told to use, and in this case the VPN provider gave the configuration with tun0, so I think I should use that but I can try tap.

In my /etc/hostname.tun0 I have:

Code:
up
!/usr/local/sbin/openvpn --daemon --config /etc/openvpn/client.ovpn
As I don't have any .conf. I think it's the same thing.

Either way, the up command in this file doesn't seem to be working at boot time.

Am considering posting this on the misc@ mailing list as I've never used a mailing list before and read upon some of it recently. I am paying for this subscription so I want to get it working ASAP.
Reply With Quote