<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;[Config] DHCP 1921 not handing out addresses, help!!&#x27; in forum &#x27;Cisco&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Config-DHCP-1921-not-handing-out-addresses-help-27679533</link>
<description></description>
<language>en</language>
<pubDate>Thu, 23 May 2013 21:58:51 EDT</pubDate>
<lastBuildDate>Thu, 23 May 2013 21:58:51 EDT</lastBuildDate>

<item>
<title>Re: [Config] DHCP 1921 not handing out addresses, help!!</title>
<link>http://www.dslreports.com/forum/Re-Config-DHCP-1921-not-handing-out-addresses-help-27682382</link>
<description><![CDATA[anon posted : Yes, the acl on the lan interface was my problem... Thank you very much for the assistance!!!]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DHCP-1921-not-handing-out-addresses-help-27682382</guid>
<pubDate>Thu, 01 Nov 2012 10:00:10 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DHCP 1921 not handing out addresses, help!!</title>
<link>http://www.dslreports.com/forum/Re-Config-DHCP-1921-not-handing-out-addresses-help-27681815</link>
<description><![CDATA[cramer posted : Hint: <tt>ip access-group 100 in</tt>]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DHCP-1921-not-handing-out-addresses-help-27681815</guid>
<pubDate>Thu, 01 Nov 2012 01:29:07 EDT</pubDate>
</item>

<item>
<title>Re: [Config] DHCP 1921 not handing out addresses, help!!</title>
<link>http://www.dslreports.com/forum/Re-Config-DHCP-1921-not-handing-out-addresses-help-27680787</link>
<description><![CDATA[TomS_ posted : Umm right. Dump a config on us and expect us to sort you out?<br><br>How about some troubleshooting information and background on the situation?<br><br>Has it ever worked?<br><br>Are there unexpired leases that need clearing out (since your have limited your pool to about 50 addresses)?<br><br>Done any debugging of your ACLs to work out if they are perhaps blocking requests or replies? (hint hint)]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Config-DHCP-1921-not-handing-out-addresses-help-27680787</guid>
<pubDate>Wed, 31 Oct 2012 18:54:21 EDT</pubDate>
</item>

<item>
<title>[Config] DHCP 1921 not handing out addresses, help!!</title>
<link>http://www.dslreports.com/forum/Config-DHCP-1921-not-handing-out-addresses-help-27679533</link>
<description><![CDATA[anon posted : show run<br>Building configuration...<br>version 15.1<br>service timestamps debug datetime msec<br>service timestamps log datetime msec<br>no service password-encryption<br>hostname 1921Rectory<br>boot-start-marker<br>boot-end-marker<br>logging buffered 51200 warnings<br>no logging console<br>no aaa new-model<br>no ipv6 cef<br>no ip source-route<br>ip cef<br>ip dhcp excluded-address 192.168.1.1 192.168.1.149<br>ip dhcp excluded-address 192.168.1.200 192.168.1.254<br>ip dhcp pool xxxxxx-pool<br> network 192.168.1.0 255.255.255.0<br> dns-server x.x.x.x 4.2.2.2<br> default-router 192.168.1.1<br> domain-name xxxxxxxx<br>ip name-server x.x.x.x<br>ip name-server x.x.x.x<br>multilink bundle-name authenticated<br>redundancy<br>no ip ftp passive<br>crypto isakmp policy 1<br> encr 3des<br> authentication pre-share<br> group 2<br>crypto isakmp key xxxxxxx address x.x.x.x<br>crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac<br>crypto map SDM_CMAP_1 1 ipsec-isakmp<br> description Tunnel tox.x.x.x<br> set peer x.x.x.x<br> set transform-set ESP-3DES-SHA<br> match address 102<br>interface Embedded-Service-Engine0/0<br> no ip address<br>interface GigabitEthernet0/0<br> description $ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$$ES_LAN$$ETH-LAN$<br> ip address 192.168.1.1 255.255.255.0<br> ip access-group 100 in<br> ip nat inside<br> ip virtual-reassembly in<br> duplex auto<br> speed auto<br>interface GigabitEthernet0/1<br> description $ETH-WAN$<br> ip address x.x.x.x x.x.x.x<br> ip access-group 101 in<br> ip nat outside<br> ip virtual-reassembly in<br> duplex auto<br> speed auto<br> crypto map SDM_CMAP_1<br>no ip forward-protocol nd<br>ip http server<br>ip http access-class 23<br>ip http authentication local<br>ip http secure-server<br>ip http timeout-policy idle 60 life 86400 requests 10000<br>ip dns server<br>ip nat inside source route-map SDM_RMAP_1 interface GigabitEthernet0/1 overload<br>ip route 0.0.0.0 0.0.0.0 x.x.x.x<br>access-list 10 remark CCP_ACL Category=16<br>access-list 10 permit 192.168.1.0 0.0.0.255<br>access-list 10 deny   any<br>access-list 100 permit ip 192.168.1.0 0.0.0.255 any<br>access-list 100 deny   ip any any<br>access-list 101 remark CCP_ACL Category=17<br>access-list 101 remark IPSec Rule<br>access-list 101 permit ip 192.168.0.0 0.0.0.255 192.168.1.0 0.0.0.255<br>access-list 101 permit udp host x.x.x.x host x.x.x.x eq non500-isakmp<br>access-list 101 permit udp host x.x.x.x host x.x.x.x eq isakmp<br>access-list 101 permit esp host x.x.x.x host x.x.x.x<br>access-list 101 permit ahp host x.x.x.x host x.x.x.x<br>access-list 101 permit udp any eq bootps any eq bootpc<br>access-list 101 permit tcp any any<br>access-list 101 permit udp any any<br>access-list 101 permit icmp any any echo-reply<br>access-list 101 permit icmp any any time-exceeded<br>access-list 101 permit icmp any any unreachable<br>access-list 101 deny   ip any any<br>access-list 102 remark CCP_ACL Category=4<br>access-list 102 remark IPSec Rule<br>access-list 102 permit ip 192.168.1.0 0.0.0.255 192.168.0.0 0.0.0.255<br>access-list 103 remark CCP_ACL Category=2<br>access-list 103 permit ip 192.168.1.0 0.0.0.255 any<br>route-map SDM_RMAP_1 permit 1<br> match ip address 103<br>control-plane<br>line con 0<br> login local<br>line aux 0<br>line 2<br> no activation-character<br> no exec<br> transport preferred none<br> transport input all<br> transport output pad telnet rlogin lapb-ta mop udptn v120 ssh<br> stopbits 1<br>line vty 0 4<br> access-class 23 in<br> privilege level 15<br> login local<br> transport input telnet ssh<br>line vty 5 15<br> access-class 23 in<br> privilege level 15<br> login local<br> transport input telnet ssh<br>scheduler allocate 20000 1000<br>end]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Config-DHCP-1921-not-handing-out-addresses-help-27679533</guid>
<pubDate>Wed, 31 Oct 2012 13:25:00 EDT</pubDate>
</item>

</channel>
</rss>
