Firstly, we need to download and install the USB driver from
http://www.lucid-cake.net/osx_zaurus_usb/index_en.html.
If the installation is successful, Mac IP and Zaurus IP will be 192.168.129.1 and 192.168.129.201 respectively. Please ping each other to confirm the IPs are working.
To share your Internet connection from iBook, you need to share your Internet under Systems Preferences/Sharing/Internet
Next add the following in /etc/resolve.conf in Zaurus (one time entry):
- nameserver IPofNameServerofYourISP
Then whenever you want to surf the net via iBook, you need to issue the following two commands:
-sudo route add -host 192.168.129.1 usbd0
-sudo route add default gw 192.168.129.1
- Configure your browser proxy server to be 192.168.129.1
I hope the above will help.