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 ]