Hi,
I'm having difficulty setting up a Cisco Soho 91 with a cable modem. Can someone tell me if this config looks wrong to them. All i want to do it is get an IP from the cable ISP and set NAT for internal ips. Pinging internet ips doesn't work, and when i do a show ip interface brief i dont get any IP for my Ethernet1 interface.
running-config:
Current configuration : 706 bytes ! version 12.2 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! ! ip subnet-zero ip name-server [dns ip] ip name-server [dns ip] ! interface Ethernet0 ip address 192.168.1.1 255.255.255.0 ip nat inside hold-queue 100 out ! interface Ethernet1 ip address dhcp ip nat outside hold-queue 100 out ! ip nat inside source list 102 interface Ethernet1 overload ip classless ip http server ! ! access-list 102 permit ip 192.168.1.0 0.0.0.255 any ! line con 0 no modem enable stopbits 1 line aux 0 stopbits 1 line vty 0 4 exec-timeout 120 0 login length 0 ! scheduler max-task-time 5000 end
Thanks, Felix