Hello,
I am looking for a way to connect zaurus to internet surfing the web via USB Cable with "Netfront" or "Opera".
I have:
0. Cable Modem
1. Wireless PC Router (Also have build in DHCP)
2. Windows XP Professional SP2 (PC1)
3. Zaurus (Cacko Rom v1.23)
[ISP] -- assign ip address to --> [Cable Modem].
[cable modem] -- assign ip address to --> [wireless router]
[wireless router] -- assign private ip address to --> [PC1]
[Zaurus] -- assign private ip address to -- [PC1 (Virtual Zaurus Network Card)]
DHCP IP Address Range: 192.168.1.1/24 - 192.168.1.254/24
Zaurus Server: 192.168.129.201/24
Zaurus Client: 192.168.129.1/24
From my understanding, because I have 2 private address
I need to setup NAT on Windows XP as Internet Connection Sharing.
Windows XP Setup:I have setup Internet Connection on (PC - NIC)
Pointing to (PC - Zaurus NIC) as the private connection.
How do I setup Zaurus to talk to this NAT?-----------------------------------------------
I've read from the posting of some forum article on the internet
Step 1.Add something like:
/sbin/route add defaut gw <xp machine ip> to /etc/resolv.conf
what does xp machine ip (mean?) does it mean
my PC-NIC IP Address (192.168.1.20)
or
my PC-Zaurus NIC ip address (192.168.129.1)?
Step 2.In the file /etc/hotplug/usbdnet.conf make sure it have
IP=192.168.129.201
NETMASK=255.255.255.0
DHCPS=yes
DHCPC=no
Step 3.Start up Netfront (Ignore Connection Error)
from the Konsole type:
qcop QPE/Network "up()"
I have enable all the Service on Windows XP Internet Sharing
eg: HTTP/HTTPS/FTP/POP3/SMTP ...
I have also check that the windows firewall have the connection in the exception list.
When I do a ping from my zaurus to
eg:
www.microsoft.comI got an error message destination not reachable!
Any Idea what I have missed?I can ping from Zaurus to PC (ping 192.168.129.1)
I can ping from PC to Zaurus (ping 192.168.129.201)
-----------------------------------------------