peterc2203
IS-IT--Management
Background:
We have a cisco 1721 router. It has a digital T1 module and the fa0 ethernet port.
digital T1 - external IP
fa0 - internal 192.168.0.4
We also have a completely separate DSL line that has an internal port of 192.168.0.6. This is essentially a backup line.
The default gateway for all internal computers is 192.168.0.4 - which leads out the T1.
####################
Problem:
I would like to setup a static route so that requests going to the IP address 65.106.17.8 are routed to 192.168.0.6
####################
Senario:
A terminal at 192.168.0.135 with gateway 192.168.0.4 requests 65.106.17.8. Request goes to 192.168.0.4 (cisco router) which sends the request to 192.168.0.6 (DSL router)
####################
Attempts:
I have tried the following, but requests seem to always go out 192.168.0.4 and not 192.168.0.6
ip route 65.106.17.0 255.255.255.240 192.168.0.4
ip route 65.106.17.0 255.255.255.240 192.168.0.6
ip route 65.106.17.0 455.255.255.240 fa0
Any help would be greatly appreciated.
We have a cisco 1721 router. It has a digital T1 module and the fa0 ethernet port.
digital T1 - external IP
fa0 - internal 192.168.0.4
We also have a completely separate DSL line that has an internal port of 192.168.0.6. This is essentially a backup line.
The default gateway for all internal computers is 192.168.0.4 - which leads out the T1.
####################
Problem:
I would like to setup a static route so that requests going to the IP address 65.106.17.8 are routed to 192.168.0.6
####################
Senario:
A terminal at 192.168.0.135 with gateway 192.168.0.4 requests 65.106.17.8. Request goes to 192.168.0.4 (cisco router) which sends the request to 192.168.0.6 (DSL router)
####################
Attempts:
I have tried the following, but requests seem to always go out 192.168.0.4 and not 192.168.0.6
ip route 65.106.17.0 255.255.255.240 192.168.0.4
ip route 65.106.17.0 255.255.255.240 192.168.0.6
ip route 65.106.17.0 455.255.255.240 fa0
Any help would be greatly appreciated.