PIXFirewall
IS-IT--Management
I am using Cisco PIX version 6.2(2). I have configured six DMZs on the PIX. Out of these 2 DMZs are configured to the Internet - one through DSL and another through a Leased circuits.
I want to allow (say) 5 users to use the Internet through the DSL and another 5 users to use the Net through Leased Line, all of them simultnaeously.
route outside 0.0.0.0 0.0.0.0 62.4.1.1
route dmz 0.0.0.0 0.0.0.0 61.3.5.7
My problems is that out of the above routes, whichever I give a metric 1 all the above 10 users go through that route.
I had tried to give NAT to the two set of users through different interfaces as follows:
global (outside) 1 62.4.1.2
global (dmz) 2 interface
But, both try to use the first route (if that has metric 1) to go to the net as, I am not able to control the route based on origination. The current route command can base route on destination.
What is a solution or work around ?
Also, in case the either the DSL or Leased circuit goes down, I want all the ten users to go throughthe interface which is up.
Please HELP.
I want to allow (say) 5 users to use the Internet through the DSL and another 5 users to use the Net through Leased Line, all of them simultnaeously.
route outside 0.0.0.0 0.0.0.0 62.4.1.1
route dmz 0.0.0.0 0.0.0.0 61.3.5.7
My problems is that out of the above routes, whichever I give a metric 1 all the above 10 users go through that route.
I had tried to give NAT to the two set of users through different interfaces as follows:
global (outside) 1 62.4.1.2
global (dmz) 2 interface
But, both try to use the first route (if that has metric 1) to go to the net as, I am not able to control the route based on origination. The current route command can base route on destination.
What is a solution or work around ?
Also, in case the either the DSL or Leased circuit goes down, I want all the ten users to go throughthe interface which is up.
Please HELP.