setting up a tunnel behind a home broadband modem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2018 12:48 PM - edited 03-12-2019 05:22 AM
- Labels:
-
Other VPN Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2018 10:55 PM
What if I wanted to also have devices using the broadband modem aswell? such as the wi-fi ? rather than having everything routed through the cisco router?
Im only using a couple of devices off the cisco router that's all.
So as to have the tunnel passthrough nat of the broadband router.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2018 04:10 PM
Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question
