"Robert Blackwell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Okay, that makes sense and helps a lot.
>
> See, I just added wifi to my current network but the routers ip is like
> 192.168.2.1 and it would dhcp any wifi defices to 2.x so the hard wired
> computers couldn't see em, I had to manually set em to a static ip of .0.x
>
> So, now it's my understanding that if I configthe lan ip of the wifi
router
> to a subnet of 255.255.0.0 any wifi devices it dhcp's will still be able
to
> access the main network, but not the otherway around?
>
> Most impotant for me is just being able to have the wifi devices access
> resources on the network which is why I had to static them to 0.x
> But our primary router doesn't show the wifi router as an "attached
device"
> so I can't configure further it either without changing my ip.
you probably have a conflict with two dhcp servers on the network now. you
don't want to mix subnet masks, that won't work either. with what you
describe the wireless devices will be able to send to the lan devices, but
the lan devices will try to reply through their router as if it was an
outside address which apparently your routher can't handle. the best way to
fix it is to disable the wireless router's dhcp server service and let the
lan router handle all the ip's so they are all on the same subnet.
alternately you could play with manually configuring routing tables and
manually assigning ip's, masks, gateways, etc... but i wouldn't want to try
it. i just had a friend go through a similar mixup and it can be a
confusing situation to try to sort out unless you are real familiar with
tcp/ip addressing and all the device configurations
|