Routing

So, my network skills are not that great…

We have one router with a bunch of subnets hanging off it that we use to do routing for hosted customers.

The issue we have come across is with VPN tunnels. We configure a tunnel up and say we need to route traffic to 192.168.120.0/24, from the customers hosted infrastructure, thats fine. What happens though when we get another customer with the same internal network addressing? We cannot have two routes.

What do you do in these cases?

Usually NAT solves this issue. pick an address to use on your side and NAT to the real address on the other side

Right, so in this case I don’t need to statically route?

bump… just need to confirm how to do this.