10-16-2012 10:55 PM - edited 03-04-2019 05:53 PM
Hello
I have one more scenario, at my branch office, I am having one router with my Cloud network and internet on this interfaces
Router
int f0/0
des Connected to LAN
ip add 10.x.x.254 255.255.255.0
int f0/1
des Connected to Internet
ip add 62.x.x.21 255.255.255.252
int f0/1/0
Connected to Cloud
ip add 172.16.13.146 255.255.255.252
ip route 0.0.0.0 62.149.108.22
ip route 10.0.0.0 255.0.0.0 172.x.x.145
dhcp pool ABC
network 10.x.x.x 255.255.255.0
default-router 10.x.x.254
How to generate the traffic for both cloud and internet
Thanks
10-17-2012 12:14 AM
Hi,
is there any FW involved to protect your Internet connection?
If not, you will need to configure NAT on your router to be able to connect your users to the Internet effectively.
HTH,
Milan
10-17-2012 12:36 AM
Im having NAT configuration for
f0/0 and f0/1
my new interface is f0/1/0 which is connecting to my cloud
10-17-2012 01:55 AM
Hi,
where's the problem then?
You've got your route to the cloud configured:
ip route 10.0.0.0 255.0.0.0 172.x.x.145
Does the cloud know how to route to your site ( 10.x.x.254)?
If yes, everything should be working OK.
BR,
Milan
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