Hi Eric,
Could you describe in detail how the two networks are currently connected? I think understanding this is the key to coming up with the correct solution.
Stuart
--
You received this message because you are subscribed to the Google Groups "Reading Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hacksp...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hackspace+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Reading Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hackspace+unsubscribe@googlegroups.com.
Why two ISPs?
Or if not two ISPs why two gateways?
I think, for me, the simplest solution would be to use the Internet gateway at X for all internet access and use the site-site links only for traffic going site-site.
To achieve this:
On the DHCP server/scope for W:
- Set the default route to point to the local (W) internet gateway.
- Add static routes for the three /24s of X, Y, Z via the router joining W,X.
On the DHCP server/scope for X:
- Set the default route to point to the local (X) internet gateway.
- Add static routes for the two /24s of Y, Z via the router joining X,Y.
- Add static route for the /24 of W via the router joining X,W.
On the DHCP server/scopes for Y/Z:
- Set the default route to point to the site-site routers so that Internet traffic is pushed towards the X network to egress out of the X internet gateway.
On the routers joining W/X, X/Y and Y/Z:
- Set static routes for each of the /24s pointing to the relevant neighbour router.
If the routers are relatively smart you could run a simple routing protocol, which would potentially be easier than statically configuring the routes.
Stuart
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hacksp...@googlegroups.com.
Slight correction: I meant use the ISP gateway at X for all
internet access for X, Y and Z, use the ISP gateway at W for
internet access from W.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hacksp...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Reading Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hacksp...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hackspace+unsubscribe@googlegroups.com.
Draw a diagram maybe?
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hacksp...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to reading-hackspace+unsubscribe@googlegroups.com.