06-16-2018 12:48 PM - edited 03-12-2019 05:22 AM
06-16-2018 04:48 PM
Hi
I’ll explain for 1 side and it will be the same for remote side.
Let’s assume your Internet is 1.1.1.1, you LAN on broadband modem is 192.168.0.0/24 and your LAN on Cisco router is 172.16.0.0/24.
Your wan Cisco router will be in the same subnet as your LAN broadband router, let’s assume your LAN broadband is 192.168.0.1 and your Cisco wan interface is 192.168.0.2.
If you’re able to add static route on your broadband modem, then no need to do nat on your Cisco router and just add a route for 172.16.0.0/24 with 192.168.0.2 as next hop. Your broadband router will nat this subnet when accessing internet. On some ISP router, this isn’t possible to add static route.
Then the solution would be:
- creating a nat for 172.16.0.0/24 to be natted on your Cisco wan interface 192.168.0.2
You don’t need any port forwarding unless you have inbound services you want to publish on internet like VPN or web services hosted on your Cisco router. In that case, you will need to have a port forwarding rule on your broadband modem and then the adequate nat on your Cisco router.
Is that clear?
06-16-2018 10:55 PM
06-17-2018 04:10 PM
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