Proxmox isc-dhcp-server wrong config?

TonyD

New Member
Sep 2, 2016
3
0
1
27
Hello,

So I downloaded it, and it didn't give me a config like this:

ddns-update-style none;
option domain-name "VPS";
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;

option subnet-mask 255.255.255.254;
option routers 233.9.150.254;
option domain-name-servers 213.186.33.99;
option broadcast-address 233.99.150.254;

subnet 0.0.0.0 netmask 0.0.0.0 {
#ProxmoxIPv4

It gave me a huge config? do I just replace it?
 
hi,

first, what does isc-dhcp-server have to do with proxmox?
second, what are you trying to achieve?