1
Angstrom & OpenZaurus / Network Bridge Help And Discussion
« on: September 04, 2006, 03:19:38 pm »
Sorry about the delay in replying. It's just dawned on me that bridging is not appropriate for the case where you have a single PC connected directly to the internet (i.e. with a public IP address assigned by your ISP, e.g via a cable or ADSL modem), it is only of use where your PC connects via some kind of router and hence gets assigned a private IP address (e.g. 192.168.1.1). In this case you can assign another private IP address on the same subnet to the Zaurus. If this is the setup you have, you should be able to configure the Zaurus's interface by dhcp by putting something like this in your /etc/network/interfaces file.
iface usbd0 inet dhcp
I have noticed it sometimes takes up to a minute from switching on the Zaurus before it becomes part of the network. Once you get it working, check the Troubleshooting section of http://wiki.openzaurus.org/HowTos/Bridging_with_Gentoo you may need to adjust the MTU.
iface usbd0 inet dhcp
I have noticed it sometimes takes up to a minute from switching on the Zaurus before it becomes part of the network. Once you get it working, check the Troubleshooting section of http://wiki.openzaurus.org/HowTos/Bridging_with_Gentoo you may need to adjust the MTU.