i have a problem.
i have a cisco 2600
fasteth0 172.17.1.10
fasteth1 172.17.2.0
the last resort gateway points to my firewall ( trusted 172.17.1.1)
my problem is everytime my firewall crashes my users on my 172.17.2.0/24 network cannot see anyone on the 172.17.1.0/24 network.
the firewall does have a route statement 172.17.2.0/24 ---> 172.17.1.10...which means all traffic from 172.17.2.0 goes to the fasteth0 inter. do i have this setup right.. is there a way i can add another route so all my 172.17.2.0/24 traffice does not need to pass through the firewall to get to 172.17.1.0/24...I also need the 172.17.2.0/24 to get to the net.here is my config
interface FastEthernet0/0
ip address 172.17.1.10 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
ip address 172.17.2.2 255.255.255.0
speed 100
full-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.17.1.1
ip http server
ip http authentication local
ip pim bidir-enable
i have a cisco 2600
fasteth0 172.17.1.10
fasteth1 172.17.2.0
the last resort gateway points to my firewall ( trusted 172.17.1.1)
my problem is everytime my firewall crashes my users on my 172.17.2.0/24 network cannot see anyone on the 172.17.1.0/24 network.
the firewall does have a route statement 172.17.2.0/24 ---> 172.17.1.10...which means all traffic from 172.17.2.0 goes to the fasteth0 inter. do i have this setup right.. is there a way i can add another route so all my 172.17.2.0/24 traffice does not need to pass through the firewall to get to 172.17.1.0/24...I also need the 172.17.2.0/24 to get to the net.here is my config
interface FastEthernet0/0
ip address 172.17.1.10 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
ip address 172.17.2.2 255.255.255.0
speed 100
full-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.17.1.1
ip http server
ip http authentication local
ip pim bidir-enable