Questions tagged [bootp]
The bootp tag has no usage guidance.
21 questions
0
votes
0
answers
23
views
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 ...
0
votes
1
answer
2k
views
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 {
...
2
votes
1
answer
592
views
Is BootP still used?
I work in a relatively small company that develops and produces switches/routers. Our devices support BootP and DHCP servers/clients. We have a few bugs in the BootP and I'm thinking about suggesting ...
0
votes
1
answer
2k
views
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 ...
1
vote
1
answer
3k
views
dnsmasq pxe boot not working
Maybe someone can point me into the right direction here
I have a dnsmasq DHCP Server in a separate Subnet (10.17.131.42)
and another Network that has NO local DHCP Server (10.33.0.0/16)
The Switch ...
1
vote
0
answers
1k
views
sendip IPv6 ICMP ff02::16
I would like to send the following packet out with the sendip program (or any other program):
IPv6, destination address: FF02::16, source address: (mine)
ICMPv6, type: 143 (Multicast Listener Report ...
1
vote
2
answers
706
views
dhcrelay append option 66 and 67
I'm running a PXE Linux server in a VLAN.
How is it possible to use [dhcrelay][1] to forward the DHCP requests to the main DHCP server and add the options for PXE with dhcrelay?
I've tried something ...
1
vote
0
answers
203
views
Configuring bootpd for a client with no hostname
I have a TI am335x which I am trying to get to network boot. I'm using bootpd on Ubuntu 14.04.
The BOOTP packet does not contain a "client hostname" (option 12?), so there's nothing I can specify for ...
2
votes
2
answers
5k
views
How to configure bootpd on Mac OS X El Capitan (10.11.x)
I need to run bootpd on El Capitan and configure it to use a different gateway and modify the pool range by altering file /etc/bootpd.plist
However on El Capitan it seems that bootpd while present is ...
0
votes
1
answer
2k
views
dhcpd.conf for PXE/BOOTP boot not working
I'm trying to configure the dhcpd.conf file so that when I boot through the network using PXE / BOOTP, a bare metal server or a virtual machine (KVM) would get an IP address in the 10.0.2.100 to 10.0....
1
vote
1
answer
2k
views
PXE Booting: Default boot file name?
When implementing PXE booting, is it necessary to specify a specific boot file in the DHCP options, or can you have a default boot file and so not specify that option?
1
vote
0
answers
267
views
BOOTP on Juniper 4200 stack works one one subnet, not another
I have a Juniper Stack that connects vlans 10,11 and 50. 10 is servers, 11 is desktops and 50 management.
Bootp is redirecting DHCP requests to a AD box on 10.x just fine for 50 vlan, and worked well ...
2
votes
1
answer
4k
views
Mac OS X Server Configure DHCP Options 66 and 67
I need to configure Mountain Lion (10.8.2) OS X Server BOOTP to provide DHCP options 66 and 67 to provide PXE booting for PCs on my network. I have tried following the bootpd MAN pages, but they are ...
3
votes
2
answers
11k
views
OS X bootpd as dhcp server not giving out ip addresses
I'm experimenting with PXE lan-boot on my Mac OS 10.6;
After some prolonged trouble shooting, I've gotten to the point where LaunchD is nicely running bootpd with the following options:
<?xml ...
0
votes
1
answer
496
views
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....
4
votes
7
answers
10k
views
'Slow down' A DHCP server on purpose
As the title implies, May look like a silly question, But what i'm trying to do,
Is to have 2 DHCP servers in one network.
One only leases IPs to Bootp clients (And if the client re-requests ...
9
votes
3
answers
45k
views
IPTables and DHCP questions?
On my other thread I was talking about some interesting things about the iptables policy and states, now I would like to understand more about how the DHCP works and how iptables understands it.
ETH0 ...
3
votes
3
answers
5k
views
How to resolve `bootpd` crashing constantly on Mac OS X 10.6.4 Snow Leopard Server?
I've got a Mac Pro running Mac OS X 10.6.4 Snow Leopard Server and it's recently started getting numerous 'kNetworkError's in Server Admin.app when viewing services. It's acting as a gateway w/NAT and ...
0
votes
2
answers
20k
views
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 ...
1
vote
1
answer
540
views
Reply ACK DHCP issue when requesting type 81 reply
On a multiple Vlan network I have two Vlans that are in my domain group. One is funcitoning fine while the other is not. If I place any client in the group that is not to accept BOOTP lease it works ...
0
votes
2
answers
1k
views
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 ...