2023-09-01

[dnsmasq] tftp, dhcp, pxe-serivice

enable-tftp
tftp-root=/srv/tftpboot
port=0
pxe-service=0,"pxeboot"

댓글 없음:

댓글 쓰기

[siwg917] 공유기 mac 얻기, arp table에서 확인.

1. arp 요청함수. #include "lwip/netif.h" #include "lwip/ip4_addr.h" #include "lwip/etharp.h" #define ARP_RETRY...