Hello,
I have cisco 861 router which runs DHCP & DNS service. I noticed that when router assign IP over DHCP, it doesn't register computers name in DNS database. In other words - if I ping PC with its DNS, it's not resolved. DNS is resolved if I statically add IP in router with "ip host" command. How do configure router so that it will register FQDN for PCs that are in the network? My domain "doma" isn't registered on the internet, but it should work localy. It's working with some cheap netgear router afterall
part of config:
ip dhcp pool DYNAMIC
network 10.10.10.0 255.255.255.240
dns-server 10.10.10.1
default-router 10.10.10.1
domain-name doma
ip domain name doma
ip host ZIGAPC 10.10.10.10
ip dns view default
domain round-robin
ip dns server
ip dns primary doma soa C861.doma ziga@C861.doma 21600 900 7776000 86400