cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
505
Views
0
Helpful
3
Replies

connecting 2 ADSL connection from the same router

shibindong
Level 1
Level 1

we plan to use a router with 2 ADSL connections: 1 is dedicated for interface traffic only and the other is dedicated for VPN traffic only.

because ADSL connection gets IP and default route automatically from upstream router, there will be 2 default routes in the router,we can use policy based routing to manipulate the traffic and apply the policy on the ingress interface.

the issue is: I am not sure about the return traffic? is it return via the same path, or is it possible it will take another path back?

1 Accepted Solution

Accepted Solutions

tomredmond
Level 1
Level 1

If the traffic leaving your router via the ADSL connection is NAT'ted to that interfaces address then the traffic will always return to the interface it left from.

View solution in original post

3 Replies 3

tomredmond
Level 1
Level 1

If the traffic leaving your router via the ADSL connection is NAT'ted to that interfaces address then the traffic will always return to the interface it left from.

i think you are right. different interface use different NAT, the return traffic will go back via same path without any other config.

lagos
Cisco Employee
Cisco Employee

I would put the 2nd Dialer interface into a VRF:

interface Dialer1

ip vrf forwarding dsl2

ip address negotiated

The tunnel interface can be sourced from the Dialer:

interface Tunnel1

ip address 192.168.252.14 255.255.255.240

tunnel source Dialer1

tunnel vrf dsl2

tunnel protection ipsec profile spokeprof

This will solve the issue with return traffic, NAT limitations, etc. The tunnel interface itself exists in the global routing table.

HTH!

CJ

Review Cisco Networking products for a $25 gift card