Hi Everyone, I am having trouble setting up my Cisco 2514 router behind Cable modem. I use Ethernet 0 port connect to Cable modem, and Ethernet 1 connect to my switch. Serial0 connect to 2501 router. I can ping some of outside address from 2514 only. I have limited experience with Cisco router, and I am preparing for CCNA exam on the end of Jan. The following is my configuration:
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Router
!
!
ip subnet-zero
ip nat inside source list 1 interface Ethernet0 overload
ip name-server 206.75.216.***
ip name-server 206.75.216.***
!
interface Ethernet0
ip address 24.108.**.** 255.255.255.0
ip nat outside
!(CONNECT TO CABLE MODEM)
interface Ethernet1
ip address 192.168.1.65 255.255.255.240
ip nat inside
!(CONNECT TO SWITCH)
interface Serial0
ip address 192.168.1.17 255.255.255.240
ip nat inside
no fair-queue
clockrate 64000
!(CONNECT TO 2501)
interface Serial1
no ip address
shutdown
!
router rip
network 192.168.1.0
network 24.0.0.0!
ip default-gateway 24.108.33.1
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Please help me to resolve this situation. I am really appreciate.
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Router
!
!
ip subnet-zero
ip nat inside source list 1 interface Ethernet0 overload
ip name-server 206.75.216.***
ip name-server 206.75.216.***
!
interface Ethernet0
ip address 24.108.**.** 255.255.255.0
ip nat outside
!(CONNECT TO CABLE MODEM)
interface Ethernet1
ip address 192.168.1.65 255.255.255.240
ip nat inside
!(CONNECT TO SWITCH)
interface Serial0
ip address 192.168.1.17 255.255.255.240
ip nat inside
no fair-queue
clockrate 64000
!(CONNECT TO 2501)
interface Serial1
no ip address
shutdown
!
router rip
network 192.168.1.0
network 24.0.0.0!
ip default-gateway 24.108.33.1
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
access-list 1 permit 192.168.1.0 0.0.0.255
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Please help me to resolve this situation. I am really appreciate.