On 2011-02-06, cr...@hush.com <cr...@hush.com> wrote: > Okay, so I am almost positive that the issue lies within the > creation of tun0 at the time of OpenVPN startup: > > /sbin/ifconfig tun0 10.100.1.112 netmask 255.255.255.0 mtu 1500 > broadcast 10.100.1.255 link0 > > The 'link0' section that OpenVPN adds on is layer 2, while tun > devices are layer 3. For some reason OpenBSD is forcing OpenVPN to > do 'link0' and there is no way to stop it, no matter how many > options I specified in OpenVPN to use tun/tun0 as layer 3.
Check that you have configured dev-type correctly. (We should probably add dev-type to the sample config files in the package sometime).