Link to home
Start Free TrialLog in
Avatar of DAgent
DAgent

asked on

Cisco 1721 for Cable Modem - Help with Config

Help,

Whats worng? I can ping from my router but not from my computer.
Show run:
Current configuration : 987 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 28R
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
ip subnet-zero
!
!
ip dhcp excluded-address 192.168.0.1 192.168.0.30
!
ip dhcp pool nameofpool
   network 192.168.0.0 255.255.255.0
   dns-server 208.67.222.222
   default-router 192.168.0.1
!
!
ip cef
!
username ********** privilege 15 password 0 *********
!
!
!
interface Ethernet0
 ip address dhcp
 ip nat outside
 ip virtual-reassembly
 full-duplex
!
interface FastEthernet0
 description $ETH-LAN$
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 speed 100
!
interface Serial0
 no ip address
 shutdown
!
ip classless
no ip http server
ip http authentication local
!
ip nat inside source list 1 interface Ethernet0 overload
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
 privilege level 15
 login local
!
end
ASKER CERTIFIED SOLUTION
Avatar of alewis9777
alewis9777
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DAgent
DAgent

ASKER

Thank you