Hi Wybnormal, I am really appreiate your help. I use "tracerT" command in DOS prompt to find out what my 1st hop is. It's 24.108.33.1, the IP default-gateway. I tried to ping Cisco, Mircosoft, and even my own ISP. The first on alwasy goes to 24.108.33.1 I double check the IP address and Subnet mask from my PC using "winipcfg" command.I can ping everywhere inside my network, but not outside through E0 port. I have two router and 1 switch and 1 hub. 2514 router use to connect directly to cable modem with Ethernet0. Serial0 connect to 2501's Serail1. Ethernet1 connect to Switch, and 2501's E0 to Hub. I only have one client(PC) for now. I used static address connect to my switch, because I don't know how to setup the DHCP server in the router. The thing is, I can't ping any outside address. I even tried to ping the default gateway 24.108.33.1 Doesn't work either. I think my cable modem is active device. It's Motorola CyberSURFR modem. I am kind of run out of idea, because I am no expert on Cisco device. Anyway, I updated my configuration.
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Router
!
!
ip nat inside source list 1 interface Ethernet0 overload
!
interface Ethernet0
(Direct 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 Router 2501)
ip address 192.168.1.17 255.255.255.240
no fair-queue
clockrate 56000
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 24.108.33.1(ip default gateway)
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
I don't know, Do you think shall put the NAT on S0, becasue it connect to my 2501 router.
Thanks again for your generous advice
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Router
!
!
ip nat inside source list 1 interface Ethernet0 overload
!
interface Ethernet0
(Direct 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 Router 2501)
ip address 192.168.1.17 255.255.255.240
no fair-queue
clockrate 56000
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 24.108.33.1(ip default gateway)
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
I don't know, Do you think shall put the NAT on S0, becasue it connect to my 2501 router.
Thanks again for your generous advice