TalentedFool
Programmer
I've covered this once but with no avail. I thought I had it working but my ADSL line was down so it wasn't.
ISP gateway is yyy.yyy.194.241 - all my internet network traffic is NAT'ed on my firewall for use with this gateway - works a treat!
Now I've got ISP 2 up and running I want to push just my computer down ISP2. I'm NAT'ing on the firewall to 198.168.1.2 and have the follwing on my router :
ip nat inside source static 198.168.1.2 xxx.xxx.7.227
ip route 0.0.0.0 0.0.0.0 yyy.yyy.194.241 ISP1
ip route xxx.xxx.7.0 255.255.255.0 Dialer1 ISP2
Everything is still pushed down yyy.yyy.194.241 - unless I change to
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route yyy.yyy.194.0 255.255.255.0
in which case traffic bound for ISP1 doesn't go out at all!
Any thoughts ... I've heard about metrics and tried them but they still didn't work!
~ Remember - Nothing is Fool Proof to a Talented Fool ~