I am trying to set up a NAT with a cisco 2514 router and sprint broadband. I have read many of the exapmle posts on this site in addition to some books I have purchased but I still can not seem to get an internet connection to my inside LAN.
I have my Sprint Modem (Internet) connected to ethhernet1 and my local network connected to ethernet0. I can ping both the Ip addresses to ethernet1 and ethernet0. My router config is as follows:
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.0.4 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
!
interface Ethern
description connected to Internet
ip address 24.221.136.17 255.255.255.0
no ip directed-broadcast
ip nat outside
!
!
router rip
version 2
passive-interface Ethernet1
network 192.168.0.0
no auto-summary
!
ip nat inside source list 1 interface Ethernet1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1
!
access-list 1 permit 192.168.0.0 0.0.0.255
The test PC's Ip address is 192.168.0.5
Subnet mask is 255.255.255.0
I put the gateway pointing to 192.168.0.4 (Eth0)
Anyone have any suggestions?
I have my Sprint Modem (Internet) connected to ethhernet1 and my local network connected to ethernet0. I can ping both the Ip addresses to ethernet1 and ethernet0. My router config is as follows:
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.0.4 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
!
interface Ethern
description connected to Internet
ip address 24.221.136.17 255.255.255.0
no ip directed-broadcast
ip nat outside
!
!
router rip
version 2
passive-interface Ethernet1
network 192.168.0.0
no auto-summary
!
ip nat inside source list 1 interface Ethernet1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1
!
access-list 1 permit 192.168.0.0 0.0.0.255
The test PC's Ip address is 192.168.0.5
Subnet mask is 255.255.255.0
I put the gateway pointing to 192.168.0.4 (Eth0)
Anyone have any suggestions?