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

PIX515 ISP1 for VPN on outside1 and ISP2 on outside2

Phil Williamson
Level 1
Level 1

I need a config that will allow ISP1 on intfc1 for just VPN and all other Internet to ISP2 on inftc2. How do I get around the one default route the pix imposes? I have a separate router for each ISP.

Thanks - Phil

3 Replies 3

a.alekseev
Level 7
Level 7

Put the default route to ISP2 and static route to the vpn-endpoint through ISP1.

Aleksey,

route (ISP2-Intfc) 0.0.0.0 0.0.0.0 ISP2-NextHop

route (ISP1-Intfc) 10.1.1.0 255.255.255.0 ISP1-NextHop

route (ISP1-Intfc) 10.1.2.0 255.255.255.0 ISP1-NextHop

etc. where 10.1.1.0 and 10.1.2.0 are the remote VPN networks? And I thought this was going to be complicated!!

Phil

add also

route (ISP1-Intfc) ipsec_peer_ip_address1 255.255.255.255 ISP1-NextHop

route (ISP1-Intfc) ipsec_peer_ip_address2 255.255.255.255 ISP1-NextHop