Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Dynamic DNS and DHCP (bind9 & isc-dhcp-server)

NotificationsYou must be signed in to change notification settings

shad0wuser/ddns_dhcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copy/Modify the configuration files

apt updateapt install bind9 isc-dhcp-server gitgit clone https://github.com/shad0wuser/ddns_dhcp.gitcp -r ddns_dhcp/dhcp /etc/cp -r ddns_dhcp/bind /etc/cp -r ddns_dhcp/etc/* /etc/chown -R bind:bind /etc/bind

Generating the key to secure DNS / DHCP exchanges

Generate your secret key.

dnssec-keygen -a HMAC-MD5 -b 128 -r /dev/urandom -n USER DDNS_UPDATE

It will generate two key files. Just copy thekey inKddns_update.+157+57083.private and paste tosecret case onddns.key file.

The both files/etc/bind/ddns.key and/etc/dhcp/ddns.key must be identical.

Change configuration files, replace with your values and run

services bind9 restartservice isc-dhcp-server restart

About

Dynamic DNS and DHCP (bind9 & isc-dhcp-server)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp