I have an 1811 configured with dhcp scope and generally it works correctly. I have a host on the vlan/subnet that the scope is assigned that can receive an IP and all the specifics from the dhcp server. See the pool below:
ip dhcp pool 192.168.233.0/27
network 192.168.233.0 255.255.255.224
default-router 192.168.233.1
domain-name *******.com
dns-server 192.168.233.1
option 43 hex f108.c0a8.a884.c0a8.a885
The host on the vlan/subnet should use the router as the dns server to resolve static hosts that are configured on the router itself. Can an IOS DHCP/DNS server do this?
Here is the host record assigned on the router:
ip host CISCO-CAPWAP-CONTROLLER.*******.com 192.168.168.132 192.168.168.133
I want to ping CISCO-CAPWAP-CONTROLLER.*******.com from my host and get the name resolved to the 192.168.168.132 or 192.168.168.133 addresses. Is this possible?