Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add more dhcp config #179

Open
rubo77 opened this issue Jan 30, 2017 · 2 comments
Open

add more dhcp config #179

rubo77 opened this issue Jan 30, 2017 · 2 comments

Comments

@rubo77
Copy link
Contributor

rubo77 commented Jan 30, 2017

This is our current config on vpn6:

cat /etc/dhcp/dhcpd.conf 
# The ddns-updates-style parameter controls whether or not the server will
# attempt to do a DNS update when a lease is confirmed. We default to the
# behavior of the version 2 packages ('none', since DHCP v2 didn't
# have support for DDNS.)
ddns-update-style none;

default-lease-time 600;
max-lease-time 3600;

log-facility local7;
include "/etc/dhcp/interface-br-ffki.conf";
root@vpn6:~# cat /etc/dhcp/interface-br-ffki.conf 
subnet 10.116.128.0 netmask 255.255.128.0 {
  authoritative;
  range 10.116.184.12 10.116.184.244;
  range 10.116.185.11 10.116.185.244;
  range 10.116.186.11 10.116.186.244;
  range 10.116.187.11 10.116.187.244;
  range 10.116.188.11 10.116.188.244;
  range 10.116.189.11 10.116.189.244;
  range 10.116.190.11 10.116.190.244;
  range 10.116.191.11 10.116.191.244;
  
  default-lease-time 60;
  max-lease-time 300;

  option domain-name "ffki";
  option domain-name-servers 10.116.184.1;

  option ntp-servers 10.116.184.1;
  option routers 10.116.184.1;
}

this has to be implemented in puppet

@rubo77
Copy link
Contributor Author

rubo77 commented May 2, 2017

superwichtig!

@rubo77
Copy link
Contributor Author

rubo77 commented May 3, 2017

the lease time is set at 818c990

what about the other file /etc/dhcp/interface-br-ffki.conf? What else is there to be done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant