07-14-2011 01:11 AM - edited 03-04-2019 12:59 PM
Hello guys,
i just configured one Router and activated the DHCP, somehow when i connect device to this router it doesn't recieve IP from the router
its comes with 192.16.0.0 and Gat 255.255.0.0
please find the below is my DHCP settings from the config file
no ip dhcp use vrf connected
ip dhcp excluded-address 10.129.1.113
!
ip dhcp pool aPool
network 10.129.1.112 255.255.255.240
default-router 10.129.1.113
dns-server 10.64.20.59 10.64.20.60
thank you for helping me fix this problem
Solved! Go to Solution.
07-15-2011 12:35 AM
the extra line is for VPN thank you
wihtout this i'll can't create the tunnel using this modem,
07-15-2011 01:54 AM
hi peter,
In the line of the access-list which you are trying to add there appears to be an additional digit which is causing the problem.
you are trying to add the following;
access-list 101 permit ip 10.129.1.192 2 0.0.0.15 any
the digit I have highlighted here is causing the problem, you do not need this
enter the following;
access-list 101 permit ip 10.129.1.192 0.0.0.15 any
Hope this helps
07-15-2011 07:14 AM
Hi Peter,
Can do a copy and paste for this particular line in order to prevent typo error?
Sent from Cisco Technical Support iPhone App
07-17-2011 10:04 AM
yes i did already
its add all the line beside the access-list 101
i am doing something wrong?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide