Open ch0mik opened 7 years ago
@ch0mik pxe server support is not supported by the odhcpd DHCPv4 server
Add the following to /etc/config/dhcp:
config boot
option filename '<PXE file to boot>'
option servername '<FQDN of tftp server>'
option serveraddress '<IP address of tftp server>'
Doing some research on this package/service and seeing some conflicting information. @dedeckeh mentioned that it's not supported, but @roogler seems to have configuration to make it work. I'm looking into running odhcpd and don't have the hardware to test right now, but it sure would be nice if someone could post an update regarding this and if it is supported, close out the issue. @ch0mik have you been able to get this to work?
Thanks!
I run OpenWRT Chaos Calmer, and use it to PXE boot.
Cheers,
Randy
On Wednesday July 18, 2018, Keegan Jacobson wrote:
Doing some research on this package/service and seeing some conflicting information. @dedeckeh mentioned that it's not supported, but @roogler seems to have configuration to make it work. I'm looking into running odhcpd and don't have the hardware to test right now, but it sure would be nice if someone could post an update regarding this and if it is supported, close out the issue. @ch0mik have you been able to get this to work?
Thanks!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.*
Looking further into my setup, it seems that although there is an odhcpd process running, dhcp is being handled by dnsmasq.
On Thursday July 19, 2018, roogler wrote:
I run OpenWRT Chaos Calmer, and use it to PXE boot.
Cheers,
Randy
On Wednesday July 18, 2018, Keegan Jacobson wrote:
Doing some research on this package/service and seeing some conflicting information. @dedeckeh mentioned that it's not supported, but @roogler seems to have configuration to make it work. I'm looking into running odhcpd and don't have the hardware to test right now, but it sure would be nice if someone could post an update regarding this and if it is supported, close out the issue. @ch0mik have you been able to get this to work?
Thanks!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.*
I want to redirect to pxe server on odhcpd - it is possible ?
config dhcp 'lan' allow booting; allow bootp; .... group { next-server 192.168.1.2; filename "/tftpboot/pxelinux.0"; }