Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - olaf

Pages: [1]
1
Zaurus - pdaXrom / Openvpn 2.0
« on: July 10, 2005, 03:18:48 pm »
Quote
Thanks Olaf!

It's nice to hear that it works !

it works fine! I took your openvpn package and added the init.d script and the /etc/openvpn dir.

That was a good idea !
I don't use the init script as I start openvpn on my Zaurus and my notebook using a dhcpd-hook script that configures my systems defending on the location thay are at.
And my openvnd dir is not for the faint of heart either  

Now it seems complete, waiting for other feedback...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=87732\"][{POST_SNAPBACK}][/a][/div]

2
Zaurus - pdaXrom / Openvpn 2.0
« on: July 08, 2005, 04:55:34 pm »
Hi,

sorry for the late reply, but I currently have very little spare time for my Zaurus   .

As to OpenVPN:
for LZO you need the LZO library and headers. The source can be found at http://www.oberhumer.com/opensource/lzo. It compiles fine under pdaxrom.
I hope the upload of my ipkgs of LZO (libraries only) and OpenVPN 2.0 with LZO (only the binary) works.

To get OpenVPN to run on my C-860 I had to do the following:

Add the following lines to /etc/devfsd.conf
# Create correct /dev/net/tun symlink
REGISTER       ^misc/net/tun$  CFUNCTION GLOBAL unlink   net/tun
REGISTER       ^misc/net/tun$  CFUNCTION GLOBAL symlink  /dev/$devname net/tun
UNREGISTER     ^misc/net/tun$  CFUNCTION GLOBAL unlink   net/tun

Add the following lines to /etc/modules.conf:
# tap device configuration
alias char-major-10-200 tun
alias tap0 tun
alias tap1 tun
alias tap2 tun
alias tap3 tun
alias tap4 tun
alias tap5 tun
alias tap6 tun
alias tap7 tun
alias tap8 tun
alias tap9 tun
alias tap10 tun
alias tap11 tun
alias tap12 tun
alias tap13 tun
alias tap14 tun
alias tap15 tun

Have fun ;-)
[ Invalid Attachment ]

3
Angstrom & OpenZaurus / Vpnc
« on: May 05, 2005, 08:33:31 pm »
Hi Tony,

Quote
I am trying to get vpnc to work on my collie.  After I put the information into the konsole about my server. It comes back with the error:  vpnc: Cant initialise tunnel interface: Inappropriate ioctl for device.

You need the tun.o or tun.ko module for your kernel. Depending on your OpenZaurus and kernel version, you might find it in one of the feeds.

For OZ 3.5.3 and Richard Purdy's 2.6.11-r12 kernels I just built the module and could try to attach it if you wish.


Regards,

Olaf

Pages: [1]