-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot get dhcp leases... #2
Comments
Hmm, intresting. Haven't used it in a while but glad to hear someone else is intrested. Love a good problem more than happy to work through this one if you want . Some questions spring to mind
|
the VM take the address from the ADSL router, but if I will disconnect it, can't get dhcp from PXE server. The same two VMs, but running dhcp proxy and tftp from dnsmaq, work. |
Hmm, setup makes sense, I skew to something stupid in plain sight like selinux, firewall, my code being crappy, or the hosts not being able to route to eachotherwithout the router. Setting the dhcp options on the router to forward to the pxe or maybe an internal only network and a full blown dhcpd server I'll have a run of it later and en sure it works |
Don't worry about your code, in any case it is the only one I found, so it's OK! I tried disabling SELINUX, |
Still the problem annoys me. Try stripping out the pxe Linux options just in case they are breaking it, that bits not as well tested |
I used for eggs dnsmasq, acting as dhcp or proxy-dhcp, tftp and using node as http server. It's working, both bios and uefi autoconfiguring all parameters. Anway I want to retray your code now who I'm a little more expert and fresh on that argument. Thanks. |
I tried a bit your pxe-server, but I can't get dhcp release. To have a nice nodejs dhcp server is my old dream, I used years ago node-dhcp from infusion, but I had problems understanding dhcp proxy. I want a little tool who can work in a preexistent LAN.
Actually I have something running with dnsmasq, can be good enoughe, but in this way I need to install that package.
My idea is to made isos in same way autoserving on a LAN - I'm author of a remastering tools called penguins-eggs - and if it is possible to use nodejs for dhcp-proxy - will be possible to boot iso images from one computer and install them in another on the LAN,
Anyway I want to ask you if this repo in again active and if you are using it. Thanx a lot for your efforts
The text was updated successfully, but these errors were encountered: