Re: [Openvpn-devel] Porting to an embedded linux

2002-06-14 Thread James Yonan
ave faced a new one :-( > > > > ioctl on line 216 in tun.c (TUNSETIFF) seems to fail > > complainin' about Invalid argument with errno 22. > > I use tun driver shipped with 2.4.14 kernel and > > if_tun.h which is identical to one in the kernel > >

Re: [Openvpn-devel] Porting to an embedded linux

2002-06-13 Thread James Yonan
> Forget it, > > It works now. I just found out > that setting the name of the device > couses the ioctl to fail. > Don't know if this is a > platform dependent issue or > a feature of the tun driver in 2.4.14 Note the distinction between --dev and --dev-type with respect to device selection and n

Re: [Openvpn-devel] Porting to an embedded linux

2002-06-13 Thread Sampo Nurmentaus
he kernel > source tree. > > Any ideas? > > > Sampo Nurmentaus > > > > > From: "Sampo Nurmentaus" > > To: > > Sent: Wednesday, June 12, 2002 8:31 AM > > Subject: [Openvpn-devel] Porting to an embedded linux > > > > > > >

Re: [Openvpn-devel] Porting to an embedded linux

2002-06-13 Thread Sampo Nurmentaus
tun.h which is identical to one in the kernel source tree. Any ideas? Sampo Nurmentaus > From: "Sampo Nurmentaus" > To: > Sent: Wednesday, June 12, 2002 8:31 AM > Subject: [Openvpn-devel] Porting to an embedded linux > > > > Hello folks, > > > > >

Re: [Openvpn-devel] Porting to an embedded linux

2002-06-12 Thread James Yonan
From: "Sampo Nurmentaus" To: Sent: Wednesday, June 12, 2002 8:31 AM Subject: [Openvpn-devel] Porting to an embedded linux > Hello folks, > > > I have been recently busy porting openssl, openssh > and openvpn to our embended linux environment > build on etr

[Openvpn-devel] Porting to an embedded linux

2002-06-12 Thread Sampo Nurmentaus
Hello folks, I have been recently busy porting openssl, openssh and openvpn to our embended linux environment build on etrax 100lx processor from axis communications. Openvpn's code was, thanks to you guys, quite easy to port but then I ran into problems when open vpn tries to ioctl tun device