On Thu, 2003-01-30 at 14:12, Phaneendra Kumar Piratla wrote: > Dave, > We get the addresses 169.254/16 due to the fact that windows 2000 and XP > have autoconfiguration protocols embedded into the OS. This is a separate > developing technology known as zeroconf (http://www.zeroconf.org/). > According to this, a machine will first look for any DHCP service available > to get an IP address. If there is no DHCP, it configures itself with > 169.254/16 addresses. This is very similar to Apple's Appletalk. In fact > apple has embedded this protocol (to some extent) in its latest Mac OS X > .(http://www.apple.com/macosx/jaguar/rendezvous.html) Yes, I know about that. It is also called APIPA, or Automatic Private IP Addressing. This is supported even in Win98 and WinME. I do not believe that the Linux kernel supports this, even though it is a defined standard of sorts (I do not know if there is an RFC document for it). Assuming that Linux does NOT support this functionality, then you will need to determine the 169.254.x.x IP address of the Lucent device, because that will be the gateway IP for the laptop. To determine the IP address, you can issue the following command: '/sbin/arp -a'. This will list all MAC addresses and IP addresses that your laptop is aware of. It may not work in Linux, so you can do it the same way in WinXP. Just open a command window and type 'arp -a'. You will see not only the IP address of the Lucent, but any other IP addresses on your wireless network. When you assign your laptop an IP address, you must be certain to not use an address already taken by someone else. Furthermore, since the Lucent is obviously NOT doing DHCP, then you will need to hard-code your DNS server and gateway entries. Finally, you will need to give yourself an IP address in the 169.254.x.x network that does not conflict with any other machine. Once you've chosen an IP address, and entered everything you need into your Linux configuration, then it should work. -- Dave Sherman MCSE, MCSA, CCNA "If we wanted you to understand it, we wouldn't call it code."
Attachment:
signature.asc
Description: This is a digitally signed message part