Skip to content

inm-certi/node-dhcproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%