cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
752
Views
0
Helpful
4
Replies

Cisco IOS: VPN and NAT (and NAT by Tunnel Traffic)

Robert_Berger
Level 1
Level 1

Hi,

i need to make a side-to-side tunnel to two customer with sharing ip Ranges.

1. Tunnel match address

permit ip host 80.x.x.x 10.0.0.0 0.31.255.255

2. now i need alos one with match address

permit ip host 80.x.x.x 10.5.0.0 0.0.1.255

We have NAT outside and route-map and a NO-NAT List...

My understandig is now to take by the 2. tunnel other IP Adresse like 10.254.0.0/23 and NAT on the other side back to 10.5.0.0/23

I do not know how to config this Tunnel-Traffic with NAT on a side for the whole range sharing host by host. (10.254.0.1 = 10.5.0.1, 10.254.0.2 = 10.5.0.2, and so on)

Thank's for your help

Robert

4 Replies 4

Philip D'Ath
VIP Alumni
VIP Alumni

Its very hard to understand what your asking. Perhaps you could post your config and a diagram of what you want to achieve.

The configs are not ready yet.

Szenario:

we have a about 15 tunnel side-to-side zu customer's.

One of our customer has the ip-Net 10.0.0.0/255.224.0.0/bits 11

Now i have a new customer with the ip-Net 10.5.0.1/255.255.254.0/bits 23

The net of customer two is in the range of customer one. So i need a way to can make a side-to-side tunnel to customer two (connect for example 10.5.1.3)

what can i do.

i hope this explain more ?

Robert

Thanks,

this seems to be a good way. But can i combine this with existing NAT. Maybe with route-map so that only special traffic to 10.254.0.0/23 take network nat.

existing:

ip nat inside source route-map NAT-RMAP interface Ethernet0/0 overload

ip nat inside source static tcp 192.168.100.7 25 85.x.x.x 25 extendable

.....

route-map NAT-RMAP permit 10

match ip address NO-NAT

ip access-list extended NO-NAT

deny ip 192.168.100.0 0.0.0.255 192.168.150.0 0.0.0.255

....

permit ip 192.168.100.0 0.0.0.255 any

ip access-list extended VPN-match01

permit ip host 85.x.x.x 10.0.0.0 0.31.255.255

...

ip access-list extended VPN-match02

permit ip 192.168.100.0 0.0.0.255 192.168.150.0 0.0.0.255

Also on the other Router side will be config like this. And only the incomming traffic from us need to be NATed back to 10.5.0.0/23

You have an idea?

Robert