"Jeff Gaines" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Following some excellent advice from Alex Fraser in this group I now
> have a home network running in the 192.168.1.n address range and a NAS
> box connected directly to a second NIC on my server using addresses of
> 182.168.2.n.
>
> It would be useful if I could communicate across these two networks to
> (a) allow the NAS to set its time over the Internet and (b) allow the
> NAS to send progress emails. To do this the NAS needs access to the
> 192.168.1.n address range.
If you have XP, the easiest and most flexible method is to bridge the NICs
on the server. This will effectively put the NAS box on the same network as
(probably) everything else - server, router, and any other machines.
Therefore, its IP configuration should be the same as needed if it was
plugged directly into the router. The NAS box will need an IP address in the
same range as the first NIC on the server, and for Internet access you will
need to configure a default gateway (the router) and DNS server too (the
router or your ISP's DNS servers). If you set the NAS box to use DHCP it
should pick up suitable configuration from the router. Because bridging the
connections on the server is like putting the NAS box on the same network as
everything else, other machines will be able to access it.
An alternative is to enable ICS on the server machine (to share the router
connection, ie the first NIC). This will force the second NIC in the server
to 192.168.0.1/255.255.255.0. Again, the NAS box will need its IP
configuration changing, but in this case to address 192.168.0.x, mask
255.255.255.0, default gateway 192.168.0.1, and DNS server 192.168.0.1 or
the router or your ISP's servers. As before, the NAS box should pick up
suitable configuration via DHCP - but in this case from the DHCP server
built into ICS.
Unlike bridging, using ICS will not allow you access to the NAS box from
machines other than the server (the same as machines behind any NAT router
can't be contacted from "outside", at least not without port forwarding).
You didn't specify this as a requirement but I guess it may be useful; if so
then bridging is obviously preferable.
There are guides for both of these on
http://www.practicallynetworked.com/:
Bridge -
http://www.practicallynetworked.com/...workbridge.htm
ICS -
http://www.practicallynetworked.com/sharing/xp_ics/
[snip]
> PS - If Alex spots this it seems my speed issues may have been due to
> the back up s/w I was using, I am contacting the suppliers.
That would be surprising, but I hope you get it sorted.
Alex