Questions tagged [bootp]
21 questions
0
votes
2 answers
DHCP / PXE Diagnosing - Is there a wget/wfetch for DHCP?
I am having a few problems with a DHCP / PXE environment, I think I know what the problem is but I really just want to see what the server is getting back.
I love tools like Wget and Wfetch for seeing exactly what is being sent back and was just…

William Hilsum
- 3,536
- 6
- 29
- 39
0
votes
1 answer
dhcp failover, bootp
I am attempting to implement DHCP failover on two linux servers using ISC dhcpd, it seems that bootp is not supported with failover. The problem is I have inherited the network (a little lan of XP P.C.s with dhcp assigned addresses and some servers…

Tim the Enchanter
- 347
- 2
- 6
- 21
0
votes
2 answers
PXE E52 proxyDHCP offers were received. No DHCP offers were received
Have a Lenovo laptop which i'm trying to capture an image from as a test (we are moving from HP as our std laptop) and i keep getting the PXE E52 error when trying to boot from LAN. With things exactly as they are all the previous HP models are…
TonyP
0
votes
0 answers
Connection drop
Trying to solve this problem here but not 100% sure what's the issue.
4 Fetal monitors and a PC in a clinic are connected to a switch. Those communicate with the PC. 1 to 4 times a day there is a connection drop between PC and all 4 monitors. Drop…

kasper
- 1
0
votes
1 answer
isc-dhcp-server (dhcpd) gives old next-server in DHCP offer
I'm running isc-dhcp-server (dhpcd) version 4.4.1 on ubuntu 20.04 with a subnet configured like so, which has been working just fine.
# /etc/dhcp/dhcpd.conf
subnet 10.0.1.0 netmask 255.255.255.0 {
option routers 10.0.1.1;
next-server 10.0.1.2;
…

timss
- 171
- 5
0
votes
1 answer
bootp setup in Linux
We are currently replacing our old HP-UX system which does bootp for some equipment that we use here in our facility. I have the old bootptab file from the unix server and ISC dhcp server installed on the Ubuntu server. There are some things in the…

TL_Arwen
- 89
- 1
- 8