cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4690
Views
10
Helpful
3
Replies

Cisco ASA 5510 with 2 internet connections

andy_4578
Level 1
Level 1

Is it possible to have a Cisco ASA5510 with two internet connections performing as follows..

Internet A---------All traffic except LAN to LAN vpn

Internet B---------LAN to LAN vpn

I cant find anything definitive on google to say it will or wont, i know it cant do policy based routing.

Thanks

2 Accepted Solutions

Accepted Solutions

Andrew Phirsov
Level 7
Level 7

Surely it's possible.

To perform this you should configure:

- default route (0.0.0.0) through the one interface, pointing to the Internet A ISP IP. With this, all you internal traffic to the Internet will go through that interface;

- specific route through the other iterface, towards the remote LAN, pointing to the Internet B ISP IP. All the vpn traffic will follow this route and this interface.

route outside 0.0.0.0 0.0.0.0 ISP_1_IP

route outside_VPN 192.168.10.0 255.255.255.0 ISP_2_IP

View solution in original post

andy_4578
Level 1
Level 1

I've done it a different way and used Proxy ARP so both subnets are useable on a single interface and its working well, thanks for your help though :-)

View solution in original post

3 Replies 3

Andrew Phirsov
Level 7
Level 7

Surely it's possible.

To perform this you should configure:

- default route (0.0.0.0) through the one interface, pointing to the Internet A ISP IP. With this, all you internal traffic to the Internet will go through that interface;

- specific route through the other iterface, towards the remote LAN, pointing to the Internet B ISP IP. All the vpn traffic will follow this route and this interface.

route outside 0.0.0.0 0.0.0.0 ISP_1_IP

route outside_VPN 192.168.10.0 255.255.255.0 ISP_2_IP

cmihaylov_2
Level 1
Level 1

Also you should configure your crypto to terminate on the interface, connected to the "Internet B" provider.

Otherwise you will have some kind of asymmetrical routing and your lan-to-lan VPN will not work.

andy_4578
Level 1
Level 1

I've done it a different way and used Proxy ARP so both subnets are useable on a single interface and its working well, thanks for your help though :-)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card