I am trying out tiny pxe server and get the following error:
3:59:51 AM DHCPc:discovering for another DHCPd on LAN
3:59:51 AM dhcpd67 error, Could not bind socket. Address and port are already in use.
3:59:51 AM dhcp4011 error, Could not bind socket. Address and port are already in use.
3:59:51 AM ROOT=D:\AIO\
3:59:51 AM TFPTd error, Could not bind socket. Address and port are already in use.
3:59:51 AM HTTPd:80 started…
3:59:57 AM DHCPc:another DHCPd detected on your LAN @ 192.168.254.1
So I do have a DHCP server ran by my router, is there any work arounds to fix this issue? Or do I need to disable my DHCP server in my router?
You can only have one dhcp server - but no matter what one it is - it can point to your pxe boot server
Don’t know how this exact system works.
Could not bind - socket address is in use indicates another dhcp server on the same host.
No matter what type of service you can only bind one process to one port/ip combo
Google search netstat which command is the one I need to use to find out?