Re: [Openvpn-devel] New feature: --ifconfig for tap devices

2003-09-07 Thread Steffen Schütz
Hola Julien, On Sun, 07 Sep 2003 14:11:27 +0200 julien Touche wrote: > > some googling drives me to this thread > http://www.monkey.org/openbsd/archive/tech/0111/msg00098.html > and > find /sys -iname '*tap*' returns nothing > > so i'm not sure openbsd stock-kernel

Re: [Openvpn-devel] New feature: --ifconfig for tap devices

2003-09-07 Thread Matthias Andree
On Sun, 07 Sep 2003, julien Touche wrote: > not sure if tap is available on openbsd (have post it previously to james) Makes me wonder if we can tunnel between Solaris/OpenBSD on one end and Winbloze on the other end. Windows apparently only supports "tap" ethertap, and Solaris and OpenBSD

Re: [Openvpn-devel] New feature: --ifconfig for tap devices

2003-09-07 Thread julien Touche
James Yonan wrote: What I need right now in order to make the TAP version of --ifconfig work correctly, is the correct ifconfig command syntax for setting the IP address and netmask of a TAP device, on all the OSes which OpenVPN supports. I've already coded templates for Linux and Windows,

Re: [Openvpn-devel] New feature: --ifconfig for tap devices

2003-09-04 Thread Matthias Andree
On Wed, 03 Sep 2003, James Yonan wrote: > One of the nice things about the --ifconfig option is that it lets you set TUN > adapter endpoint addresses (i.e. the virtual IP addresses for each end of the > tunnel) in a platform independent manner -- OpenVPN then translates the > --ifconfig option to

[Openvpn-devel] New feature: --ifconfig for tap devices

2003-09-03 Thread James Yonan
One of the nice things about the --ifconfig option is that it lets you set TUN adapter endpoint addresses (i.e. the virtual IP addresses for each end of the tunnel) in a platform independent manner -- OpenVPN then translates the --ifconfig option to the appropriate ifconfig command for your