Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 816 Bytes

File metadata and controls

22 lines (17 loc) · 816 Bytes

DHCP Proxy for FOG Project

FOG users mostly rely on dnsmasq to provide PXE boot information to the clients if they cannot change DHCP settings in their network environment. Unfortunately dnsmasq is not capable to serve BIOS as well as (U)EFI machines yet. Therefore you can try using this node-dhcproxy to suit your needs.

Usage

    subnet: '192.168.1.0/24',
    // your server running this dhcproxy
    host: '192.168.1.254',
    // your TFTP server
    tftpserver: '192.168.1.200',
  • Install dependencies using 'npm install'
  • Start 'node dhcproxy.js'

Reference

node-dhcproxy is based on node-dhcpd