odhcpd icon indicating copy to clipboard operation
odhcpd copied to clipboard

is pxe support ?

Open ch0mik opened this issue 8 years ago • 5 comments

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"; }

ch0mik avatar Jan 09 '17 19:01 ch0mik

@ch0mik pxe server support is not supported by the odhcpd DHCPv4 server

dedeckeh avatar Jan 10 '17 07:01 dedeckeh

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>'

roogler avatar Mar 31 '17 18:03 roogler

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!

boktai1000 avatar Jul 19 '18 04:07 boktai1000

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.*

roogler avatar Jul 19 '18 18:07 roogler

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.*

roogler avatar Jul 20 '18 01:07 roogler