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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ip route headache :-( (Part 2)

Status
Not open for further replies.

TalentedFool

Programmer
Joined
Jul 23, 2001
Messages
214
Location
GB

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 ~
 

I've fixed this now using an IP Policy route

You can check out Routermans suggestion as thread557-749613


~ Remember - Nothing is Fool Proof to a Talented Fool ~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top