 | reply to WireHead
Re: Multiple ISP links with PIX It is not a problem to have different gateways; the servers are static and they will use the T1, the clients are DHCP and they will use the DSL. I can staticly assign the servers gateway and DHCP a different gateway for the clients. That is not the issue.
The problem is the PIX cannot have more than one default route, so going through it I have no way to direct some clients to one interface and others clients to the other interface.
JS |
|
|
|
 aryobaPremium,MVM join:2002-08-22 kudos:1 | Use the 2610 Don't use the PIX to do the job then. Let the 2610 does it ...  |
|
 | reply to joeshook
Re: Multiple ISP links with PIX aryoba is right - what you want to do is route requests based on source IP - not destination IP - so routing is not going to help here (unless as someone suggested, you assign two different DG address - and even then, can't do what you want on the PIX).
workaround: do it on the 2610 - connect the ADSL line to the 2610 and then do policy routing to send traffic either thru the T1 or the ADSL link |
|