Hi Guys,
This is driving me nuts. I have a 3745 that I need to add a static route to. I have two routes that this concerns. One is my default g/w route.
0.0.0.0 0.0.0.0 192.168.150.3
This route allows my router to send all unknown traffic to the internet.
I have another route that I need to add that redirects a request for a single external IP address to an internal address. This rediercts to my Cisco ASA5505 VPN device.
So I enter this route.
ip route 64.14.***.*** 255.255.255.255 192.168.150.45
I used a 32 bit subnet mask so it should be a route for just that address. Here's what shows up under a show IP route.
64.0.0.0/32 is subnetted, 1 subnets
64.14.***.*** [1/0] via 192.168.150.45
So it redirects any IP address that start with 64. to the ASA rather than a single address.
Anyone know why this is??
Any help is appreciated.
Thank You,
Doug
This is driving me nuts. I have a 3745 that I need to add a static route to. I have two routes that this concerns. One is my default g/w route.
0.0.0.0 0.0.0.0 192.168.150.3
This route allows my router to send all unknown traffic to the internet.
I have another route that I need to add that redirects a request for a single external IP address to an internal address. This rediercts to my Cisco ASA5505 VPN device.
So I enter this route.
ip route 64.14.***.*** 255.255.255.255 192.168.150.45
I used a 32 bit subnet mask so it should be a route for just that address. Here's what shows up under a show IP route.
64.0.0.0/32 is subnetted, 1 subnets
64.14.***.*** [1/0] via 192.168.150.45
So it redirects any IP address that start with 64. to the ASA rather than a single address.
Anyone know why this is??
Any help is appreciated.
Thank You,
Doug