I have an ASA5500 and want to set it up with 1-to-1 NAT and use two different ISPs.
My main question is routing.
How do I set up routing so that most traffic goes out ISP1 but traffic from one server goes out ISP2.
Example:
xxx.xxx.xxx.xxx is the ISP 1 Gateway
yyy.yyy.yyy.yyy is the ISP 2 Gateway
Currently, I have:
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
This is using a single ISP and it works for traffic. However I want a single IP 192.168.254.8 to route out yyy.yyy.yyy.yyy for all traffic (and have inbound rules using 1-to-1 go back to that server).
Is this possible?
My main question is routing.
How do I set up routing so that most traffic goes out ISP1 but traffic from one server goes out ISP2.
Example:
xxx.xxx.xxx.xxx is the ISP 1 Gateway
yyy.yyy.yyy.yyy is the ISP 2 Gateway
Currently, I have:
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
This is using a single ISP and it works for traffic. However I want a single IP 192.168.254.8 to route out yyy.yyy.yyy.yyy for all traffic (and have inbound rules using 1-to-1 go back to that server).
Is this possible?