"Bill Grant" <not.available@online> wrote in message
news:(E-Mail Removed)...
I would change the "servers and workstations" of 192.168.1.x to use
192.168.1.253 as the dg. This would point everybody to the LAN Router, then
the LAN Router uses the ISDN Router (192.168.1.1) as its dg as you
indicated. If you don't do this, the machines on 192.168.1.x will not be
able to get to the machines on 192.168.2.x
I imagine that is what you meant anyway and that is just a typo.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
> 192.168.1.1
> |
> servers and workstations
> 192.168.1.x dg 192.168.1.1
> |
> 192.168.1.253 dg 192.168.1.1
> router
> 192.168.2.1 dg blank
> |
> workstations
> 192.168.2.x dg 192.168.2.1
>
> To make it work, you need to add a route to the ISDN router so that it
> knows how to reach the extra internal subnet. eg
>
> 192.168.2.0 255.255.255.0 192.168.1.253
>
> This forwards traffic for the second private segment to the internal
> router, which can deliver it (because it has an interface in that IP
> subnet).
>
> "Andrew Hodgson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi all,
> >
> > Have SBS box and wireless ISDN router.
> >
> > I want to enable the wireless router in the following configuration:
> >
> > 1. Wireless ISDN router living at 192.168.1.0 network with a few
> > servers in the same network including the SBS server. Firewall also
> > present on network on the wireless router.
> > 2. LAN clients connected to SBS computer via second switch connected
> > to second NIC of the SBS computer on 192.168.2.0 network.
> >
> > Currently:
> >
> > Traffic goes from 192.168.2.0 to 192.168.1.0 network fine, using
> > 192.168.2.1 (the SBS computer) as the gateway.
> >
> > However, I can't get traffic to go from 192.168.1.0 to 192.168.2.0,
> > which is what I want, and I also want the wireless clients (connecting
> > via the wireless router on the other side of the switch) to be able to
> > connect. I think I need to do this in two steps:
> >
> > 1. Enable the DHCP server (there is currently no DHCP server
> > listening on 192.168.1.0 network) so that it dishes out 192.168.2.x
> > addresses to wireless clients.
> > 2. Enable 192.168.1.4 to be a gateway for 192.168.1.0/255.255.255.0
> > so that machines on the first subnet can talk to the second.
> > 192.168.1.4 is the SBS box also.
> >
> > Any help with where to go to get this working?
> >
> > The original idea why I split the networks up was due to different
> > services needing to listen on 192.168.1.4 for server requirements.
> >
> > Thanks,
> > Andrew.
> >
> > --
> > Andrew Hodgson in Bromyard, Herefordshire, UK.
> > My Email: use <andrew at hodgsonfamily dot org>.
>
>