I've had a Linksys WAP11 for some time now working with PCMCIA cards, and
USB
adapters. No problems.
I purchased a Linksys WET11 (wireless ethernet bridge) the other day, and
went through a bunch of crap to try to configure it to no avail, so I
exchanged it anfd got a new one. Same problems. I'll explain what's
happening and I hope someone can help me out. I don;'t think I've been
unlucky enough to have two faulty WET11's; but who knows.
Here's what's been happening:
I connect the device directly to my PC's network card (switch in the X
position), and Linksys' setup wizard finds the device. I go through the
wizard configuring the proper SSID, IP address/subnet/gateway etc etc etc.
When it comes time to commit the changes, I click YES. The wizard pauses for
sometime, then returns this error:
"WET11 not response, please set again."
That's not my bad English, that's exactly what the error says.
The interesting thing is that the device actually does receive the changes
to the network settings, because if I try to set them again, the initial
values are already what I want them to be.
The same problems occur if I connect the WET11 to my hub (with the switch in
the || position) or if I plug it into the uplink port of my hub (switch in
the X position).
Here are some more technical observations that may help.
If I set the device to get an IP from my DHCP server (a FreeBSD host on my
wired network) it will actually be able to obtain a lease. I can see that
the DHCP server has properly logged the device's MAC address and the IP
address it was assigned. Below I show the output from the dhcp lease file,
you should recognize that MAC
address as a linksys device. After that I show how I'm not able to arp the
IP address, which tells me that the device is still not physically on the
network.
lease 10.242.96.252 {
starts 4 2003/09/04 00:52:56;
ends 5 2003/09/05 16:52:56;
binding state active;
next binding state free;
hardware ethernet 00:06:25:11:cf:4b;
}
[kmcchag@spire:~]$ arp 10.242.96.252
? (10.242.96.252) at (incomplete) on vx1 [ethernet]
In cases like this I usually blame the network cable, but I've tried
several.
Furthermore, I mentioned above that the device is already configured with my
wireless network's SSID. Therefore, should it not be trying to associate
with my wireless access point? I see no log of any connection attempts. I've
already set the WAP11 to accept this device's MAC address. It's simply not
even trying.
So have I been cursed with two bad ethernet bridges, or am I doing something
wrong. Hope someone can help me out.
Thanks.
KMc.