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

ip route statement

Status
Not open for further replies.

jdl508

Technical User
Apr 30, 2001
242
US
Hello out there, I have a problem that i'm not sure what to do with so I'll throw it out there for whoever. I have a 2621 to the internet and a pix off each internal int of that router. pix1 then goes to a seperate dmz network and pix2 goes to my corp network. The catch is that inbetween pix2 and corp is another 2621 that is connected to some wan sites and internally to corp lan. I need to have a box on corp lan have a static to the internet. so i did a nat static on the lan router and i can hit it by public address but that never hist the internet. I need a route on my internet router that says something like
ip route host_ip subnet next_hop
prob is when i do an ip for host it tells me there is an incossistant address and mask. any help is greatly appreciated./
jdl
 
look up policy routing on cisco.com. policy routing allows you to route based on source ip.
signature-tektips.gif
 
u just trying to do ip route 1.1.1.1 255.255.255.255 10.10.10.1?

thats a host route, and should work if thats what you are trying to do.
 
stoney66,
yes that is exaCTLY WHAT I AM TRYING TO ACCOMPLISH I'LL CHECK OUT THE cmds for host route
i'm assuming it it just like ip route ... accept the syntax
thanks
jdl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top