Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have DHCP router giving IP's based on clients MAC address. When DHCP finds out that client has correct MAC address its tries to resolve its host name trough DNS. The problem is that DHCP doesn't resolve host names trough DNS. DNS is setup correctly. So I'm not sure where the problem is. DNS and DHCP are two different machines on two differnt IPs.
Maindomain's DNS master db:
smallfry IN A 10.0.0.202
Any suggestions where DHCP might have a problem resolving hostnames? DHCP resolv.conf has correct DNS IP and I don't know where else to look to fix this.
Have you tested the DNS from the dhcp server on the command line? Try:
dig smallfry.mydomain.com A
If this resolves the hostname then dns is working. As another test you may want to try using the IP address in place of smallfry.mydomain.com in the dhcp config to see if the dhcp is working.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.