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

OpenVPN client on OpenBSD

2011-02-03 Thread Paolo Aglialoro
A passionate piece of advice: use OpenVPN in bridge mode (tap and tcp) to allow machines easily see one other and have fun with pinging galore : 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?

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...

OpenVPN client on OpenBSD

2011-02-02 Thread Emile Sanders
Has anyone ever gotten OpenVPN to run as a client successfully with a VPN subscription? OpenBSD seems to be the only OS I can't get OpenVPN up successfully on for some reason, and I'd like to make it work. So I've confirmed it's not a server-side issue as I've tested it on other operating systems a

OpenVPN client on OpenBSD

2011-02-02 Thread crazy
Has anyone been able to successfully use OpenVPN on OpenBSD with a VPN service? For some reason OpenBSD is the only OS I can't get my VPN subscription working on and I'd like to make it work. I am running OpenBSD 4.8-release, on an almost-fresh install. I only pkg_added openvpn, firefox, scrotw