Re: can't SSH, can't telnet, can't do nothing to Z
Dave Leifer <[email protected]> Wed, 12 Nov 2003 12:20:36 -0800
| Newsgroups | gmane.comp.handhelds.zaurus.general |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 12 November 2003 11:53 am, Reuben D. Budiardja wrote: > > <snips> > Hello, > Let us forget about my problem with the Win2000 desktop. I figure > that out, somehow the IP address listed in Network & Sync got > changed, and change it back to default fixed the problem. > So for now on, Desktop = Redhat linux 7.3 > > > Can we start with finding out what you know? What ROM are you > > running on your Z? Is this an SL-5500 or SL-5600? > > SL-5500, the ROM is the original that shipped with it. It is often important to know which version this is when communicating with other folks. Go to the System Info applet and the last tab (Version) gives the numbers. > > > What is the complete output of ifconfig on your Z and desktop? > > Two things that I tried. First, using the CDCether module, the one > that's automatically loaded by Linux, Second, using usbdnet module. CDCEther is not the one to use... usbdnet is the module for older kernels. (Usbnet is the module for newer kernels) > <snip> > > > and have the following script in > /etc/sysconfig/network-scripts/ifcfg-usb0: > > BOOTPROTO=static > BROADCAST=192.168.129.255 > IPADDR=192.168.129.201 > NETMASK=255.255.255.0 > NETWORK=192.168.129.0 > DEVICE=usb0 > NOZEROCONF=yes > I think the solution is here.... The PC and the Z _cannot_ have the same IP address. Set the IPADDR for the PC to 192.168.129.1. Some folks use 192.168.129.200. It just cannot be .201. Also, it is possible that DEVICE= should be 'usbd0' rather than 'usb0'. (usbd0 is for usbdnet module; usb0 is for usbnet on later kernels.) <snip> I hope this works and these weren't just typos. Dave