 chamont3 join:2007-07-27 Pleasant Grove, UT | [HELP] Cannot get Cisco 2621 to work, please help?? I've spent so many hours on this I've lost track. I must have something simple wrong, I just can't figure out what!
Current configuration : 1314 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname gw ! boot-start-marker boot system flash:c2600-adventerprisek9-mz.124-18.bin boot-end-marker ! enable secret 5 $1$qDda$d7bA/3sD4B6X9RLMUQpKy0 ! no aaa new-model no network-clock-participate slot 1 no network-clock-participate wic 0 ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 192.168.1.254 ! ip dhcp pool HOME import all network 192.168.1.0 255.255.255.0 default-router 192.168.1.254 dns-server 75.75.76.76 75.75.75.75 ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! interface FastEthernet0/0 description WAN ip address dhcp ip nat outside ip virtual-reassembly duplex auto speed auto no cdp enable ! interface FastEthernet0/1 description LAN ip address 192.168.1.254 255.255.255.0 ip nat inside ip virtual-reassembly duplex auto speed auto ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 ! ! ip http server no ip http secure-server ip nat inside source list 101 interface FastEthernet0/0 overload ! access-list 101 permit ip 192.168.1.0 0.0.0.255 any ! control-plane ! line con 0 line aux 0 line vty 0 4 login ! ! end
This matches many other 2621 configs I've seen on the internet. 
My clients can get IP addresses, and they can ping 192.168.1.254, and they can ping fa 0/0's public address. But that's it.
I can't ping anything beyond that address. Please, can someone help??? |
|
 tubbynetreminds me of the danse russePremium,MVM join:2008-01-16 Chandler, AZ kudos:1 | said by chamont3:I can't ping anything beyond that address. Please, can someone help??? i'd assume this is for a cable modem setup or so? if so -- remove the static route. the 'default gateway' will be pushed to your router as part of the dhcp process.
q. -- "...if I in my north room dance naked, grotesquely before my mirror waving my shirt round my head and singing softly to myself..." |
|
 chamont3 join:2007-07-27 Pleasant Grove, UT | My god. Thank you SO MUCH! One configuration line
no ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 and suddenly my network came to life.
Brilliant. Yes, I am using it for a cable modem setup. Thank you again! Monty |
|
 | reply to chamont3 ....never have to set a default route if you're doing DHCP. Next to the "no ip routing," incorrect NAT statements, and one other common issue we see when people try to set up these as a home / edge router.
You're in good company, chamont3 
Regards |
|