I decided to try it using a three machines I have at work, and it highlighted an important component missing from the Z's kernel - the "universal tun/tap interface" (whatever that is).
When I next get a try to make nstx work, I will then know what magic kernel modules I need.
But your ssh over DNS sounds very promising. I shall go take a look!
Paul
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
u can get tun here [a href=\"http://www.liebchen-online.de/kmodc7x0.tgz]http://www.liebchen-online.de/kmodc7x0.tgz[/url] for zaurus/sharp rom.
for ozymandns, i realized u need perl with threads cability, anyone know which perl has threads enabled for zaurus? you can test using :
perl -e "use threads"
if it does not have threads, it will show something like this:
perl -e "use threads"
-e line 1:
This Perl hasn't been configured and built properly for the threads
module to work. (The 'useithreads' configuration option hasn't been used.)
Having threads support requires all of Perl and all of the XS modules in
the Perl installation to be rebuilt, it is not just a question of adding
the threads module. (In other words, threaded and non-threaded Perls
are binary incompatible.)
If you want to the use the threads module, please contact the people
who built your Perl.
Cannot continue, aborting.
if it returns nothing, then perl has threads compiled in. u also need a few other perl modules like Net::DNS, Disgest::SHA1, etc