ISC DHCP / HTTP Issues
|
2018-12-28, 01:49
Post: #5
|
|||
|
|||
RE: ISC DHCP / HTTP Issues
(2018-12-28 01:40)luis84 Wrote: Thank you both. So my config was indeed bad but the issue is actually bigger, you see, my modem is also acting forcefully as a DHCP server (because it has router functionality) and this was replying to the DNS requests in addition to my PXE server. I discovered this with wireshark (as suggested above)... it became evident quickly. Normal PXE is grabbing the right gateway and then loading the iPXE chainload but then iPXE is grabbing the details from the incorrect DHCP server. I think you are missunderstanding how DHCP works, (or is intended to work) You should only have one DHCP server on a network, If you have more then the result will be undefined. In practice it becomes the first received response that will be what is used, so a faster machine will be more likely to have its sent DHCP lease be used, rather than a slow router. Also don't mixup DNS with DHCP, dnsmasq happens to do both, but that is the only one that does AFAIK. DNS is for name service and has nothing to do with DHCP (except for many DHCP servers updating DNS records when giving out a lease) In your case you should make sure that the DHCP server in your router is disabled. In most routers this is possible to change, and still have it act like a router. Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
ISC DHCP / HTTP Issues - luis84 - 2018-12-26, 09:31
RE: ISC DHCP / HTTP Issues - NiKiZe - 2018-12-26, 11:47
RE: ISC DHCP / HTTP Issues - MultimediaMan - 2018-12-26, 13:03
RE: ISC DHCP / HTTP Issues - luis84 - 2018-12-28, 01:40
RE: ISC DHCP / HTTP Issues - NiKiZe - 2018-12-28 01:49
RE: ISC DHCP / HTTP Issues - luis84 - 2018-12-29, 05:58
RE: ISC DHCP / HTTP Issues - NiKiZe - 2018-12-29, 10:13
|
User(s) browsing this thread: 3 Guest(s)