Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhunleth/buildroot-pc-dhcpserver
DHCP/DNS server for managing a LAN island - ISO image
https://github.com/fhunleth/buildroot-pc-dhcpserver
Last synced: about 2 months ago
JSON representation
DHCP/DNS server for managing a LAN island - ISO image
- Host: GitHub
- URL: https://github.com/fhunleth/buildroot-pc-dhcpserver
- Owner: fhunleth
- License: gpl-2.0
- Created: 2012-02-20T05:01:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-20T05:22:09.000Z (almost 13 years ago)
- Last Synced: 2024-10-13T09:56:25.025Z (3 months ago)
- Language: C
- Homepage:
- Size: 28.9 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
This creates an ISO for a simple DHCP/DNS server that can be run in
VMWare Player. The requirements are minimal on the VM. Just make
sure that the network is bridged and that it boots off the generated
ISO. This image doesn't require hardly any memory and doesn't use
a disk image.The purpose of this image is to provide a DHCP server for a non-Internet
connected LAN that also provides DNS. The WiFi routers that I have all
forward their DNS requests. This one does not. It will automatically
resolve any host that has their name set and runs DHCP.The WiFi router is expected to be at 192.168.0.1.
This ISO hard codes its IP address as 192.168.0.2.To build:
make dhcpserver_defconfig
makeUseful commands when running:
dhcpleases
cat /etc/dnsd.conf