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!

how to route to 2 seperate Internet gateways

Status
Not open for further replies.

natesin

MIS
Joined
Mar 13, 2001
Messages
128
Location
US
Could some one help me out? I know it can be done, I am just not sure how to go about it.

I have 2 seperate gateways to the Internet, one is 10.0.0.1 and the other is 10.0.0.2.

I am starting the subnetting process and I want network 172.16.0.0/23 to go out gateway 10.0.0.2 and the and the rest 10.0.0.0 to go out gateway 10.0.0.1.

TIA!
Natesin
 
I'm taking a stab at this:

ip route 172.16.0.0 255.255.254.0 10.0.0.2
ip route 0.0.0.0 0.0.0.0 10.0.0.1

Let me know if this is a viable solution.

ITD17
 
You want source address of 172.16.0.0/23 to go out 10.0.0.2 or is that a destination address

if its a source, then you need to do a route-map..
 
BuckWeet,

172.16.0.0/23 is the source address. I am inter-routing with VLANS and that is working fine. I need all the traffice from network 172.16.0.0/23 to use the default gateway of 10.0.0.2 and the res of the networks to use 10.0.0.1 (2 seperate Internet connections).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top