kcbell
IS-IT--Management
- Dec 27, 2001
- 275
Below is my home network:
SW ---|Cisco Router|-----|Cable Modem|--
E0 E1
Cisco 3100
I have this Cisco 3100 router running my home network for the pass five years with the routing statement below.
ip route 0.0.0.0 0.0.0.0 ethernet 1
After I shut it off and blow all the dust off inside the router and powered it back up, I could no longer access the Internet.
Then I changed the topology with the following:
SW ---|Cisco Router|----|linux router|----|Cable Modem|--
E0 E1 old PC
Cisco 3100 192.168.0.1
I used the same routing statement as above. Nothing worked.
Then I changed the routing statement to
ip route 0.0.0.0 0.0.0.0 192.168.0.1
Then everything works. I understand why 192.168.0.1 would work because I am linking two router together.
But why “ip route 0.0.0.0 0.0.0.0 ethernet 1” that used to work but it does not work now. With high speed cable Internet, I don’t know what is the next router’s IP.
Any idea?
KC
SW ---|Cisco Router|-----|Cable Modem|--
E0 E1
Cisco 3100
I have this Cisco 3100 router running my home network for the pass five years with the routing statement below.
ip route 0.0.0.0 0.0.0.0 ethernet 1
After I shut it off and blow all the dust off inside the router and powered it back up, I could no longer access the Internet.
Then I changed the topology with the following:
SW ---|Cisco Router|----|linux router|----|Cable Modem|--
E0 E1 old PC
Cisco 3100 192.168.0.1
I used the same routing statement as above. Nothing worked.
Then I changed the routing statement to
ip route 0.0.0.0 0.0.0.0 192.168.0.1
Then everything works. I understand why 192.168.0.1 would work because I am linking two router together.
But why “ip route 0.0.0.0 0.0.0.0 ethernet 1” that used to work but it does not work now. With high speed cable Internet, I don’t know what is the next router’s IP.
Any idea?
KC