Re: OpenVPN client on OpenBSD

2011-02-06 Thread Floor Terra
On Wed, Feb 2, 2011 at 5:17 PM, Emile Sanders wrote: > Has anyone ever gotten OpenVPN to run as a client successfully with a VPN > subscription? Yes. > Does anyone know how to successfully run OpenVPN on OpenBSD as a client with > a VPN subscription? Or run into similar problems? Here is my con

Re: OpenVPN client on OpenBSD

2011-02-06 Thread Stuart Henderson
On 2011-02-06, 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

Re: OpenVPN client on OpenBSD

2011-02-05 Thread Tasmanian Devil
2011/2/6 : > 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 > devic

Re: OpenVPN client on OpenBSD

2011-02-05 Thread crazy
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 r

Re: OpenVPN client on OpenBSD

2011-02-03 Thread Ivan Nudzik
Hi, Remove folloving line from OpenVPN config: redirect-gateway def1 It redirects your default gateway to tunnel you have just opened. Btw you have copied /etc/hostname.tun0 from install suggestion, but this is not the only right way to start it. I found that it is better to setup tunnel device, a

Re: OpenVPN client on OpenBSD

2011-02-02 Thread Emile Sanders
Errr...sorry for the double-post...it's my first time using a mailing list and I thought my first e-mail wasn't going through so I sent another one...please ignore the first post...