12-15-2004 08:54 AM - edited 03-02-2019 08:36 PM
Hi,
I need to connect 6 sites in Hub/spoke manner; each site contains two separate network which should not share each other resources and even should not ping each other network.
The Central site also have the two server farms one for 192.168.x.x address and one 192.169.x.x network. I am little bit confused because if I enable any routing then both network will be available to all PCs configured to use network A and B.
What should I do in order to separate the both communication as parallel using the 2xE1 to central site with load balancing.
Any idea/explanation/configuration would be highly appreciated.
12-15-2004 10:44 AM
You can use null routes at spokes to discard all traffic destined for other networks that should not be accessed. If you are using same router, then you can configure ACLs.
HTH.
12-15-2004 11:09 PM
Hello Rais,
Thanks for your reply; can you please briefly explain with some configuration.
Please advice.
Regards
12-16-2004 07:01 AM
Suppose you have a site with two netowrks 192.168.1.0 and 192.168.2.0. On the 192.168.1.0 interface install an access-list:
access-list 100 permit 192.168.CENTRALSITE 0.0.0.255 any established
access-list deny any any
Assign it to interface out.
If you have separate routers for the above two networks, then on 192.168.1.0 config:
ip route 192.168.2.0 255.255.255.0 null0
HTH.
12-21-2004 09:42 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide