Re: openvpn and tap device

2013-06-02 Thread Beni Brinckman
I had to use tap0 instead of tun0 to get a connexion. I first create it with "ifconfig tap0 create" and then make the connexion with "openvpn --config .ovpn --dev tap0". This works for me. 2013/6/1 Teske, Devin > > On May 29, 2013, at 8:52 AM, Pol Hallen wrote: > > >> It's a while since I looke

Re: openvpn and tap device

2013-06-01 Thread Teske, Devin
On May 29, 2013, at 8:52 AM, Pol Hallen wrote: >> It's a while since I looked at OpenVPN, so this is from unreliable >> memory, but IIRC it uses tap devices under Windows and tun devices under >> Unix(ish) OSes. Do you see tun0 appear? > > sorry for the mistake: tun device > > I don't have any

Re: openvpn and tap device

2013-06-01 Thread lokada...@gmx.de
On 29.05.2013 17:52, Pol Hallen wrote: It's a while since I looked at OpenVPN, so this is from unreliable memory, but IIRC it uses tap devices under Windows and tun devices under Unix(ish) OSes. Do you see tun0 appear? sorry for the mistake: tun device I don't have any tun devices but I can use

Re: openvpn and tap device

2013-05-29 Thread Pol Hallen
> It's a while since I looked at OpenVPN, so this is from unreliable > memory, but IIRC it uses tap devices under Windows and tun devices under > Unix(ish) OSes. Do you see tun0 appear? sorry for the mistake: tun device I don't have any tun devices but I can use openvpn to connect to other vpn c

Re: openvpn and tap device

2013-05-29 Thread Andrea Venturoli
On 05/29/13 09:36, Arthur Chance wrote: It's a while since I looked at OpenVPN, so this is from unreliable memory, but IIRC it uses tap devices under Windows and tun devices under Unix(ish) OSes. It can use tun OR tap device on both Unix(ish) (and IIRC the same holds for Windows). Do yo

Re: openvpn and tap device

2013-05-29 Thread Arthur Chance
On 05/28/13 23:14, Pol Hallen wrote: Hi all! I installed openvpn (I use it like client). There isn't any "openvpn_enable=YES" and openvpn_if="tap" in rc.conf but after start openvpn I can connect to openvpn server and clients. ifconfig doesn't show me any tap interface is it a correct situati

openvpn and tap device

2013-05-28 Thread Pol Hallen
Hi all! I installed openvpn (I use it like client). There isn't any "openvpn_enable=YES" and openvpn_if="tap" in rc.conf but after start openvpn I can connect to openvpn server and clients. ifconfig doesn't show me any tap interface is it a correct situation? thanks! __