cat /srv/docker/bootp/bootptab
printer:hn:\
:ht=ether:\
:vm=rfc1048:\
:ha=0001XXXXXXXX:\
:ip=192.168.0.50:\
:sm=255.255.255.0:\
:gw=192.168.0.1:
docker run --rm -d --privileged --network host --name bootp -v /srv/docker/bootp/bootptab:/etc/bootptab geertvanderploeg/bootp:latest
docker logs -f bootp
bootpd: info(6): bootptab mtime: Fri Feb 21 11:43:00 2025
bootpd: info(6): reading "/etc/bootptab"
bootpd: info(6): read 1 entries (1 hosts) from "/etc/bootptab"
bootpd: info(6): recvd pkt from IP addr 0.0.0.0
bootpd: info(6): bootptab mtime: Fri Feb 21 11:43:00 2025
bootpd: info(6): request from Ethernet address 00:01:XX:XX:XX:XX
bootpd: info(6): found 192.168.0.50 (printer)
bootpd: info(6): bootfile=""
bootpd: info(6): vendor magic field is 99.130.83.99
bootpd: info(6): request message length=548
bootpd: info(6): extended reply, length=548, options=312
bootpd: info(6): sending reply (with RFC1048 options)
Content type
Image
Digest
sha256:dc6563798…
Size
72 MB
Last updated
over 1 year ago
docker pull geertvanderploeg/bootp