 | [HELP] 2650XM Config for RR I am going crazy here. I am trying to use this 2600 for my router. I can get to the FA0/0 but not to the DNS.
! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname SHAKE ! boot-start-marker boot-end-marker ! ! no aaa new-model clock timezone est -5 clock summer-time EDT recurring 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.1 192.168.1.10 ip dhcp excluded-address 192.168.1.30 192.168.1.254 ! ip dhcp pool SHAKE import all network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 209.18.47.61 209.18.47.62 ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 description RR Broadband ip address dhcp ip nat outside ip virtual-reassembly duplex auto speed auto ! interface FastEthernet1/0 ! interface FastEthernet1/1 ! interface FastEthernet1/2 ! interface FastEthernet1/3 ! interface FastEthernet1/4 ! interface FastEthernet1/5 ! interface FastEthernet1/6 ! interface FastEthernet1/7 ! interface FastEthernet1/8 ! interface FastEthernet1/9 ! interface FastEthernet1/10 ! interface FastEthernet1/11 ! interface FastEthernet1/12 ! interface FastEthernet1/13 ! interface FastEthernet1/14 ! interface FastEthernet1/15 ! interface Vlan1 description Network ip address 192.168.1.1 255.255.255.0 ip nat inside ip virtual-reassembly ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 ! ! no 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
Any help would be great. |
|
|
|
 Isaac2 join:2009-09-24 Escondido, CA | ip dhcp pool pool dns-server X.X.X.X |
|
 | Is the router pulling an IP? Can you ping out from the router? |
|
 | reply to Isaac2 Ok I missed something... I do have the
ip dhcp pool Shake dns-server 209.18.47.61 209.18.47.62
I still can not get out of the router to the net. |
|
 | reply to Strahd_zarov The router pulls an IP. I can ping FA0/0 but nothing outside of it. |
|
 2 edits | said by Strahd_zarov :
The router pulls an IP. I can ping FA0/0 but nothing outside of it. Im asking if you can ping out to the net(the dns for example) from the router itself, not from something behind it.
Do an avanced ping with source interface of fa0/0 just to be sure it does the right one. |
|
 | reply to Strahd_zarov Nope nothing on the outside of FA0/0 I can not touch the DNS or the net at all |
|
 aryobaPremium,MVM join:2002-08-22 kudos:1 | Try to remove the following command and see if it does something
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 |
|
 | said by aryoba:Try to remove the following command and see if it does something ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 I just checked my own configuration. $10 that solves the problem.  |
|
 | said by johnson98:said by aryoba:Try to remove the following command and see if it does something ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 I just checked my own configuration. $10 that solves the problem. Yea i bet you guys are right. With dhcp it should pick up the default gateway also im guessing? Since im betting the wan ip subnet isnt a /30, it doesnt know what ip to route through. |
|
 | reply to Strahd_zarov Worked like a freaken charm guys. Thanks for all the help and everything.
Now I got to get the firewall and ACL setup and I will be right to flight....
And yes all the IP are changed too. |
|