Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 Wan Links with PIX515E

Status
Not open for further replies.

daidem77

MIS
Nov 30, 2005
43
0
0
CA
I have pix 515E with a failover solution. I have all my internet traffic routed through the outside interface of the pix configuration. Right now we have got another ADSL Wan link and I need to route all internet traffic through this link. Can I simply configure a one of the extra interfaces and route port 80 traffic through it? Any suggestions? I can even purchase another device.
 
If your outside interface of the PIX is connected to a Cisco router you can add a route-map on that device. You will more than likely need to have a "WAN" vlan on a switch for your 3 devices to plug into (outside of pix, routerA and routerB)


Example.
route-map permit 10
match ip address set interface Ethernet0
set ip next-hop ipOfRouterB


interface Ethernet0
ip policy route-map

hope that helps.
 
sorry this 2

ip access-list extended permit tcp any any eq www
permit tcp any any eq 443
permit tcp any any eq ftp-data
permit tcp any any eq ftp
permit udp any any eq domain
permit tcp any any eq domain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top