FOGProject / node-dhcproxy

A DHCP Proxy written in Node js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A DHCP Proxy written in Node js


Languages

Language:JavaScript 100.0%