Mike Webb wrote:
> I'd like to use both as eahc handles a separate network - and I'd really
> like to keep any guests/visitors out of my LAN.
> I don't know what an APIPA address is, I am having my wireless router
> handout addresses from 192.168.0.100-.199.
> The clients behave the same, regardless of what AP they're near.
> I know what NAT stands for, but don't really know what it is.
> Am not absulutely positive the router is handing out IP's, but I have it set
> to do so. Followed the manual and triple-checked the settings.
>
> Mike
> "Lem" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> It sounds as if you may have too many DHCP servers: one on the LAN/WAN
>> router and one on the wireless router. Do you intend to have the wireless
>> clients on a different subnet than the ones cabled to the WAN/LAN router?
>> Do the wireless clients get APIPA addresses or 192.168.x.y type addresses?
>> Do clients behave the same whether they are in range of the wireless
>> router or of one of the other two APs?
>>
>> Assuming that you did want a NAT between your cabled LAN and your wireless
>> LAN, as a long shot, are you positive that when "in AP mode" your wireless
>> router's DHCP server is active? Some stand-alone wireless APs have no
>> DHCP server, so perhaps if you're using a device that can be set to AP
>> mode, that mode disables DHCP.
>>
>> OTOH, not *all* stand-alone wireless APs lack a DHCP server. Check to
>> make sure that yours don't or if they do, it's turned off.
>>
>> --
>> Lem -- MS-MVP
>>
>> To the moon and back with 2K words of RAM and 36K words of ROM.
>> http://en.wikipedia.org/wiki/Apollo_Guidance_Computer
>> http://history.nasa.gov/afj/compessay.htm
>
>
APIPA means "Automatic Private IP Addressing" and is what Windows
defaults to if a NIC is configured to get an address from a DHCP server
but no server is found. These addresses are in the range 169.254.0.1 to
169.254.255.254. Do an ipconfig /all from a command prompt on a couple
of the wireless clients (both next to the wireless router and next to
one of the APs). If they have IP addresses of the form 169.254.x.y,
they are not seeing any DHCP server.
NAT means Network Address Translation, and is used in a router to
translate IP addresses between two separate networks (such as the
Internet and a LAN or between 2 local networks that use different
subnets). If you want your wireless clients to have addresses in the
range 192.168.0.100-.199 and you want your wired clients to be separate
(which you do), you probably have your LAN/WAN router set to hand out
addresses in a different range, such as 192.168.1.100 - 199 (the
difference is the 3rd octet).
--
Lem -- MS-MVP
To the moon and back with 2K words of RAM and 36K words of ROM.
http://en.wikipedia.org/wiki/Apollo_Guidance_Computer
http://history.nasa.gov/afj/compessay.htm