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 your-config-file.ovpn --dev tap0.
This works for me.


2013/6/1 Teske, Devin devin.te...@fisglobal.com


 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 tun devices but I can use openvpn to connect to other
 vpn
  client
 

 tun devices are used with software like vpnc in my experience.
 --
 Devin

 _
 The information contained in this message is proprietary and/or
 confidential. If you are not the intended recipient, please: (i) delete the
 message and all copies; (ii) do not disclose, distribute or use the message
 in any manner; and (iii) notify the sender immediately. In addition, please
 be aware that any message addressed to our domain is subject to archiving
 and review by persons other than the intended recipient. Thank you.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




-- 
Beni Brinckman.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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 openvpn to connect to other vpn
client

Do you start openvpn from console or have you a log- file for openvpn?
There stand, what openvpn is doing and how it connect.

Pol
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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 tun devices but I can use openvpn to connect to other vpn 
 client
 

tun devices are used with software like vpnc in my experience.
-- 
Devin

_
The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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 situation?


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?



--
In the dungeons of Mordor, Sauron bred Orcs with LOLcats to create a
new race of servants. Called Uruk-Oh-Hai in the Black Speech, they
were cruel and delighted in torturing spelling and grammar.

_Lord of the Rings 2.0, the Web Edition_
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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 you see tun0 appear?


Yes (unless I use a tap based setup).



 bye
av.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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 
client

Pol
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org