search for: put_your_key_here

Displaying 4 results from an estimated 4 matches for "put_your_key_here".

2016 Jan 27
0
Securring DHCP, with DDNS
...ygen ‐a HMAC‐MD5 ‐b 512 ‐n USER DHCP_OMAPI Now extract the actual key: cat Kdhcp_omapi.+*.private |grep ^Key|cut -d ' ' -f2- Add the following to dhcpd.conf on both primary and secondary. omapi-port 7911; omapi-key omapi_key; key omapi_key { algorithm hmac-md5; secret "PUT_YOUR_KEY_HERE"; } Replace PUT_YOUR_KEY_HERE with the key you extracted from the private key created by the dnssec command Add the following to dhcpd.conf on both machines: on commit { set ClientIP = binary-to-ascii(10, 8, ".", leased-address); set ClientDHCID = binary-to-ascii(16, 8, ":&q...
2016 Jan 27
2
Securring DHCP, with DDNS
If I don't use DHCP failover, can you tell me how to do to to have manually dhcp start method working... I think I could made a mistake, this is what i did : ( I using Louis script from "old set of script" directory : https://secure.bazuin.nl/scripts/ ) - On server S4 : resolv.conf set to S4 first and S4bis in second - On server S4 : in dhcp-dyndns-debian.sh,
2016 Jan 27
2
Securring DHCP, with DDNS
...xtract the actual key: > > cat Kdhcp_omapi.+*.private |grep ^Key|cut -d ' ' -f2- > > Add the following to dhcpd.conf on both primary and secondary. > > omapi-port 7911; > omapi-key omapi_key; > > key omapi_key { > algorithm hmac-md5; > secret "PUT_YOUR_KEY_HERE"; > } > > Replace PUT_YOUR_KEY_HERE with the key you extracted from the private > key created by the dnssec command > > Add the following to dhcpd.conf on both machines: > > on commit { > set ClientIP = binary-to-ascii(10, 8, ".", leased-address); > set...
2016 Jan 26
7
Securring DHCP, with DDNS
Hello All, I have 2 samba4 AD server with dhpd and dynamic DNS. I have well understand that for now it's not possible to have 2 DHCP server running in the same time. So I would have at a time only one dhcp server running. If the first server got a problem I want to manually start the isc-dhcp service in the second to rescue the system. But It's not working as I expected... If I switch