In message <GVjvk.180362$_(E-Mail Removed)2>, strid <(E-Mail Removed)>
writes
>I have connected a NAS drive directly to a PC as a temporary measure
>while I do a lot of re-jigging of my data. This PC get's it's internet
>connection from a USB wireless adapter. However, I've noticed that
>when the NAS is switched on, I can't get any connection via the
>wireless - despite it showing as connected. Switch off the NAS and
>bingo, pages show up OK.
>
>I'm wondering why is it that these 2 cannot just work independantly to
>one another??
>
>Wireless Adapter (manual I.P.)
>192.168.1.101 subnet 255.255.255.0
That masks restricts the adapter to work only with 192.168.1.*
addresses.
>
>Wired Network Port (Auto I.P. from NAS DHCP)
>192.254.0.100 subnet 255.255.0.0
That masks restricts the adapter to work only with 192.254.*.*
addresses.
If you replace the mask for both of them with 255.0.0.0 then they could
see each other. But even better would be to make sure that every device
used an address in the 192.168.1 range.
You can only have one DHCP server in the network. Set it up to issue
addresses in a limited subset of the 192.168.1 range, and choose any
static addresses from the rest of that range. For instance my DHCP
server here serves addresses from 192.168.0.2 up to 192.168.0.20 while
my static addresses start at 192.168.0.40 and go up from there.
--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author.
|