Hi everyone, I still can't get my router working with cable modem. Here is my new configuration after I took wybnormal's advice. There is problem with the default route. Becasue i don't know what's appropriate "hop", so I took the"ip default-gateway" listed on my "winipcfg" of my computer. I don't really know what else shall I do. Because I think this configuration shall be working. The following is my new config:
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Router
!
!
!
interface Ethernet0
(connect to cable modem)
ip address 24.108.**.** 255.255.255.0
no ip directed-broadcast
ip nat outside
no cdp enable
!
interface Ethernet1
(connect to switch)
ip address 192.168.1.65 255.255.255.240
ip nat inside
!
interface Serial0
(connect to Cisco router 2501)
ip address 192.168.1.17 255.255.255.240
ip nat inside
no fair-queue
clockrate 56000
!
interface Serial1
no ip address
shutdown
!
router rip
network 192.168.1.0
!
ip classless
(use defautl-gateway ip address)
ip route 0.0.0.0 0.0.0.0 24.108.33.1
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Thanks all.
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Router
!
!
!
interface Ethernet0
(connect to cable modem)
ip address 24.108.**.** 255.255.255.0
no ip directed-broadcast
ip nat outside
no cdp enable
!
interface Ethernet1
(connect to switch)
ip address 192.168.1.65 255.255.255.240
ip nat inside
!
interface Serial0
(connect to Cisco router 2501)
ip address 192.168.1.17 255.255.255.240
ip nat inside
no fair-queue
clockrate 56000
!
interface Serial1
no ip address
shutdown
!
router rip
network 192.168.1.0
!
ip classless
(use defautl-gateway ip address)
ip route 0.0.0.0 0.0.0.0 24.108.33.1
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Thanks all.