home.social

#dhcpd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dhcpd, aggregated by home.social.

  1. Anyone recommend a non-infuriating dhcp server for Linux which can talk to a database (ideally SQLite but I can do Postgres) for things like reserved IPs?

    Was using dnsmasq years ago but have been using kea recently (and good lord I'd love to dump it into the sea because it's a mess.)

    #Linux #dhcp #dhcpd
  2. Anyone recommend a non-infuriating dhcp server for Linux which can talk to a database (ideally SQLite but I can do Postgres) for things like reserved IPs?

    Was using dnsmasq years ago but have been using kea recently (and good lord I'd love to dump it into the sea because it's a mess.)

    #Linux #dhcp #dhcpd
  3. Anyone recommend a non-infuriating dhcp server for Linux which can talk to a database (ideally SQLite but I can do Postgres) for things like reserved IPs?

    Was using dnsmasq years ago but have been using kea recently (and good lord I'd love to dump it into the sea because it's a mess.)

    #Linux #dhcp #dhcpd
  4. Anyone recommend a non-infuriating dhcp server for Linux which can talk to a database (ideally SQLite but I can do Postgres) for things like reserved IPs?

    Was using dnsmasq years ago but have been using kea recently (and good lord I'd love to dump it into the sea because it's a mess.)

    #Linux #dhcp #dhcpd
  5. Крастерский маршрутизатор на FreeBSD из старого компа

    Доброго свободного времени, товарищи! в этой своей первой статье хотел бы вам рассказать как я будучи далёк от сетевых технологий перешел с роутера мыльницы на старый комп из-под дивана.

    habr.com/ru/articles/1012524/

    #freebsd #unbound #mpd5 #pf #dhcpd

  6. Крастерский маршрутизатор на FreeBSD из старого компа

    Доброго свободного времени, товарищи! в этой своей первой статье хотел бы вам рассказать как я будучи далёк от сетевых технологий перешел с роутера мыльницы на старый комп из-под дивана.

    habr.com/ru/articles/1012524/

    #freebsd #unbound #mpd5 #pf #dhcpd

  7. Крастерский маршрутизатор на FreeBSD из старого компа

    Доброго свободного времени, товарищи! в этой своей первой статье хотел бы вам рассказать как я будучи далёк от сетевых технологий перешел с роутера мыльницы на старый комп из-под дивана.

    habr.com/ru/articles/1012524/

    #freebsd #unbound #mpd5 #pf #dhcpd

  8. Крастерский маршрутизатор на FreeBSD из старого компа

    Доброго свободного времени, товарищи! в этой своей первой статье хотел бы вам рассказать как я будучи далёк от сетевых технологий перешел с роутера мыльницы на старый комп из-под дивана.

    habr.com/ru/articles/1012524/

    #freebsd #unbound #mpd5 #pf #dhcpd

  9. Finally (2), I have some good enough DHCP server! :drgn_aww:

    Tried kea from ISC — it works but requires some additional actions to be launched under #NetBSD. It has very strange default paths for file with leases, PIDs and logs:
    - /usr/pkg/var/lib/kea/
    - /usr/pkg/var/lib/run/kea
    - /usr/pkg/var/log/kea

    BTW, it could be changed via playing with some environment variables.

    Also, the default startup script uses keactrl to launch DHCP server and keactrl requires some configuration for it. So, to use "service kea start" there are two configuration files are necessary:
    - /usr/pkg/etc/keactrl.conf — the main configuration file for server.
    - /usr/pkg/etc/kea/keactrl.conf — the configuration file for keactrl.

    Then, I tried the dhcpsd — the new promising successor of ISC dhcpd, which could be configured with configuration file in Lua and conforms Unix FHS — all necessary files lies in the right places: /var/run, /var/log, etc. Sadly, it doesn't work: server starts but there are no leases for clients and no any errors in the log :-(

    Then, I found cmu-dhcpd in the repos — there is a dhcpd from Carnegie Mellon University with some patches from Princeton. And, finally it works! And it also conforms Unix FHS: main configuration in the /etc/dhcpd.conf, PID-file in the /var/run/dhcpd.pid and logs in the /var/log/messages :drgn_aww:

    #selfhosting #dhcp #DHCPv4 #dhcpd

  10. Finally (2), I have some good enough DHCP server! :drgn_aww:

    Tried kea from ISC — it works but requires some additional actions to be launched under #NetBSD. It has very strange default paths for file with leases, PIDs and logs:
    - /usr/pkg/var/lib/kea/
    - /usr/pkg/var/lib/run/kea
    - /usr/pkg/var/log/kea

    BTW, it could be changed via playing with some environment variables.

    Also, the default startup script uses keactrl to launch DHCP server and keactrl requires some configuration for it. So, to use "service kea start" there are two configuration files are necessary:
    - /usr/pkg/etc/keactrl.conf — the main configuration file for server.
    - /usr/pkg/etc/kea/keactrl.conf — the configuration file for keactrl.

    Then, I tried the dhcpsd — the new promising successor of ISC dhcpd, which could be configured with configuration file in Lua and conforms Unix FHS — all necessary files lies in the right places: /var/run, /var/log, etc. Sadly, it doesn't work: server starts but there are no leases for clients and no any errors in the log :-(

    Then, I found cmu-dhcpd in the repos — there is a dhcpd from Carnegie Mellon University with some patches from Princeton. And, finally it works! And it also conforms Unix FHS: main configuration in the /etc/dhcpd.conf, PID-file in the /var/run/dhcpd.pid and logs in the /var/log/messages :drgn_aww:

    #selfhosting #dhcp #DHCPv4 #dhcpd

  11. Finally (2), I have some good enough DHCP server! :drgn_aww:

    Tried kea from ISC — it works but requires some additional actions to be launched under #NetBSD. It has very strange default paths for file with leases, PIDs and logs:
    - /usr/pkg/var/lib/kea/
    - /usr/pkg/var/lib/run/kea
    - /usr/pkg/var/log/kea

    BTW, it could be changed via playing with some environment variables.

    Also, the default startup script uses keactrl to launch DHCP server and keactrl requires some configuration for it. So, to use "service kea start" there are two configuration files are necessary:
    - /usr/pkg/etc/keactrl.conf — the main configuration file for server.
    - /usr/pkg/etc/kea/keactrl.conf — the configuration file for keactrl.

    Then, I tried the dhcpsd — the new promising successor of ISC dhcpd, which could be configured with configuration file in Lua and conforms Unix FHS — all necessary files lies in the right places: /var/run, /var/log, etc. Sadly, it doesn't work: server starts but there are no leases for clients and no any errors in the log :-(

    Then, I found cmu-dhcpd in the repos — there is a dhcpd from Carnegie Mellon University with some patches from Princeton. And, finally it works! And it also conforms Unix FHS: main configuration in the /etc/dhcpd.conf, PID-file in the /var/run/dhcpd.pid and logs in the /var/log/messages :drgn_aww:

    #selfhosting #dhcp #DHCPv4 #dhcpd

  12. Finally (2), I have some good enough DHCP server! :drgn_aww:

    Tried kea from ISC — it works but requires some additional actions to be launched under #NetBSD. It has very strange default paths for file with leases, PIDs and logs:
    - /usr/pkg/var/lib/kea/
    - /usr/pkg/var/lib/run/kea
    - /usr/pkg/var/log/kea

    BTW, it could be changed via playing with some environment variables.

    Also, the default startup script uses keactrl to launch DHCP server and keactrl requires some configuration for it. So, to use "service kea start" there are two configuration files are necessary:
    - /usr/pkg/etc/keactrl.conf — the main configuration file for server.
    - /usr/pkg/etc/kea/keactrl.conf — the configuration file for keactrl.

    Then, I tried the dhcpsd — the new promising successor of ISC dhcpd, which could be configured with configuration file in Lua and conforms Unix FHS — all necessary files lies in the right places: /var/run, /var/log, etc. Sadly, it doesn't work: server starts but there are no leases for clients and no any errors in the log :-(

    Then, I found cmu-dhcpd in the repos — there is a dhcpd from Carnegie Mellon University with some patches from Princeton. And, finally it works! And it also conforms Unix FHS: main configuration in the /etc/dhcpd.conf, PID-file in the /var/run/dhcpd.pid and logs in the /var/log/messages :drgn_aww:

    #selfhosting #dhcp #DHCPv4 #dhcpd

  13. Finally (2), I have some good enough DHCP server! :drgn_aww:

    Tried kea from ISC — it works but requires some additional actions to be launched under #NetBSD. It has very strange default paths for file with leases, PIDs and logs:
    - /usr/pkg/var/lib/kea/
    - /usr/pkg/var/lib/run/kea
    - /usr/pkg/var/log/kea

    BTW, it could be changed via playing with some environment variables.

    Also, the default startup script uses keactrl to launch DHCP server and keactrl requires some configuration for it. So, to use "service kea start" there are two configuration files are necessary:
    - /usr/pkg/etc/keactrl.conf — the main configuration file for server.
    - /usr/pkg/etc/kea/keactrl.conf — the configuration file for keactrl.

    Then, I tried the dhcpsd — the new promising successor of ISC dhcpd, which could be configured with configuration file in Lua and conforms Unix FHS — all necessary files lies in the right places: /var/run, /var/log, etc. Sadly, it doesn't work: server starts but there are no leases for clients and no any errors in the log :-(

    Then, I found cmu-dhcpd in the repos — there is a dhcpd from Carnegie Mellon University with some patches from Princeton. And, finally it works! And it also conforms Unix FHS: main configuration in the /etc/dhcpd.conf, PID-file in the /var/run/dhcpd.pid and logs in the /var/log/messages :drgn_aww:

    #selfhosting #dhcp #DHCPv4 #dhcpd

  14. DHCP: настройка серверов, Relay и анализ трафика в Wireshark

    Приветствую! В любой сети устройства должны получать IP-адреса, шлюзы и DNS-серверы, чтобы корректно обмениваться данными и иметь доступ в Интернет. Конечно, можно настраивать всё вручную, но в реальной жизни это неудобно и часто приводит к ошибкам. На помощь приходит протокол DHCP (Dynamic Host Configuration Protocol) . Его задача проста - автоматически раздавать клиентам все необходимые сетевые параметры, включая IP, маску подсети, шлюз и DNS. В этой работе мы подробно разберём, как работает DHCP, от процесса обмена сообщениями DORA (Discover, Offer, Request, Acknowledge), через анализ сетевого трафика в Wireshark, до настройки DHCP-сервера на MikroTik и Ubuntu-Server . Мы также рассмотрим дополнительные возможности протокола, такие как DHCP Relay, который позволяет обслуживать клиентов в других подсетях.

    habr.com/ru/articles/940058/

    #dhcp #dhcprelay #dhcpd #iscdhcpserver #mikrotik #gns3 #dhcp_server #dora #windows #ubuntuserver

  15. DHCP: настройка серверов, Relay и анализ трафика в Wireshark

    Приветствую! В любой сети устройства должны получать IP-адреса, шлюзы и DNS-серверы, чтобы корректно обмениваться данными и иметь доступ в Интернет. Конечно, можно настраивать всё вручную, но в реальной жизни это неудобно и часто приводит к ошибкам. На помощь приходит протокол DHCP (Dynamic Host Configuration Protocol) . Его задача проста - автоматически раздавать клиентам все необходимые сетевые параметры, включая IP, маску подсети, шлюз и DNS. В этой работе мы подробно разберём, как работает DHCP, от процесса обмена сообщениями DORA (Discover, Offer, Request, Acknowledge), через анализ сетевого трафика в Wireshark, до настройки DHCP-сервера на MikroTik и Ubuntu-Server . Мы также рассмотрим дополнительные возможности протокола, такие как DHCP Relay, который позволяет обслуживать клиентов в других подсетях.

    habr.com/ru/articles/940058/

    #dhcp #dhcprelay #dhcpd #iscdhcpserver #mikrotik #gns3 #dhcp_server #dora #windows #ubuntuserver

  16. DHCP: настройка серверов, Relay и анализ трафика в Wireshark

    Приветствую! В любой сети устройства должны получать IP-адреса, шлюзы и DNS-серверы, чтобы корректно обмениваться данными и иметь доступ в Интернет. Конечно, можно настраивать всё вручную, но в реальной жизни это неудобно и часто приводит к ошибкам. На помощь приходит протокол DHCP (Dynamic Host Configuration Protocol) . Его задача проста - автоматически раздавать клиентам все необходимые сетевые параметры, включая IP, маску подсети, шлюз и DNS. В этой работе мы подробно разберём, как работает DHCP, от процесса обмена сообщениями DORA (Discover, Offer, Request, Acknowledge), через анализ сетевого трафика в Wireshark, до настройки DHCP-сервера на MikroTik и Ubuntu-Server . Мы также рассмотрим дополнительные возможности протокола, такие как DHCP Relay, который позволяет обслуживать клиентов в других подсетях.

    habr.com/ru/articles/940058/

    #dhcp #dhcprelay #dhcpd #iscdhcpserver #mikrotik #gns3 #dhcp_server #dora #windows #ubuntuserver

  17. DHCP: настройка серверов, Relay и анализ трафика в Wireshark

    Приветствую! В любой сети устройства должны получать IP-адреса, шлюзы и DNS-серверы, чтобы корректно обмениваться данными и иметь доступ в Интернет. Конечно, можно настраивать всё вручную, но в реальной жизни это неудобно и часто приводит к ошибкам. На помощь приходит протокол DHCP (Dynamic Host Configuration Protocol) . Его задача проста - автоматически раздавать клиентам все необходимые сетевые параметры, включая IP, маску подсети, шлюз и DNS. В этой работе мы подробно разберём, как работает DHCP, от процесса обмена сообщениями DORA (Discover, Offer, Request, Acknowledge), через анализ сетевого трафика в Wireshark, до настройки DHCP-сервера на MikroTik и Ubuntu-Server . Мы также рассмотрим дополнительные возможности протокола, такие как DHCP Relay, который позволяет обслуживать клиентов в других подсетях.

    habr.com/ru/articles/940058/

    #dhcp #dhcprelay #dhcpd #iscdhcpserver #mikrotik #gns3 #dhcp_server #dora #windows #ubuntuserver

  18. Finally upgrading from isc-dhcp-server to isc-kea for my homelab - A few months back, I put together a big fat guide on how to configure DNS ... - arstechnica.com/information-te #internetsystemsconsortium #isc-dhcp-server #features #isc-kea #biz#keadns #dhcpd #dhcp #isc #kea

  19. Finally upgrading from isc-dhcp-server to isc-kea for my homelab - A few months back, I put together a big fat guide on how to configure DNS ... - arstechnica.com/information-te #internetsystemsconsortium #isc-dhcp-server #features #isc-kea #biz#keadns #dhcpd #dhcp #isc #kea

  20. Finally upgrading from isc-dhcp-server to isc-kea for my homelab - A few months back, I put together a big fat guide on how to configure DNS ... - arstechnica.com/information-te #internetsystemsconsortium #isc-dhcp-server #features #isc-kea #biz#keadns #dhcpd #dhcp #isc #kea

  21. Finally upgrading from isc-dhcp-server to isc-kea for my homelab - A few months back, I put together a big fat guide on how to configure DNS ... - arstechnica.com/information-te #internetsystemsconsortium #isc-dhcp-server #features #isc-kea #biz#keadns #dhcpd #dhcp #isc #kea

  22. Banish OEM self-signed certs forever and roll your own private LetsEncrypt - Enlarge (credit: Aurich Lawson | Getty Images)

    Previously, on ... - arstechnica.com/?p=2009175 #certificateauthorities #certificates #letsencrypt #features #acme.sh #feature #biz#dhcpd #https #acme #dhcp #dns #tls

  23. Banish OEM self-signed certs forever and roll your own private LetsEncrypt - Enlarge (credit: Aurich Lawson | Getty Images)

    Previously, on ... - arstechnica.com/?p=2009175 #certificateauthorities #certificates #letsencrypt #features #acme.sh #feature #biz#dhcpd #https #acme #dhcp #dns #tls

  24. Banish OEM self-signed certs forever and roll your own private LetsEncrypt - Enlarge (credit: Aurich Lawson | Getty Images)

    Previously, on ... - arstechnica.com/?p=2009175 #certificateauthorities #certificates #letsencrypt #features #acme.sh #feature #biz#dhcpd #https #acme #dhcp #dns #tls

  25. Banish OEM self-signed certs forever and roll your own private LetsEncrypt - Enlarge (credit: Aurich Lawson | Getty Images)

    Previously, on ... - arstechnica.com/?p=2009175 #certificateauthorities #certificates #letsencrypt #features #acme.sh #feature #biz#dhcpd #https #acme #dhcp #dns #tls

  26. Banish OEM self-signed certs forever and roll your own private LetsEncrypt - Enlarge (credit: Aurich Lawson | Getty Images)

    Previously, on ... - arstechnica.com/?p=2009175 #certificateauthorities #certificates #letsencrypt #features #acme.sh #feature #biz#dhcpd #https #acme #dhcp #dns #tls

  27. Doing DNS and DHCP for your LAN the old way—the way that works - Enlarge / All shall tremble before your fully functional forward and re... - arstechnica.com/?p=2001156 #domainnamesystem #weekendprojects #itprojects #features #projects #feature #homelab #biz#bind9 #dhcpd #bind #dns

  28. Doing DNS and DHCP for your LAN the old way—the way that works - Enlarge / All shall tremble before your fully functional forward and re... - arstechnica.com/?p=2001156 #domainnamesystem #weekendprojects #itprojects #features #projects #feature #homelab #biz#bind9 #dhcpd #bind #dns

  29. Doing DNS and DHCP for your LAN the old way—the way that works - Enlarge / All shall tremble before your fully functional forward and re... - arstechnica.com/?p=2001156 #domainnamesystem #weekendprojects #itprojects #features #projects #feature #homelab #biz#bind9 #dhcpd #bind #dns

  30. Doing DNS and DHCP for your LAN the old way—the way that works - Enlarge / All shall tremble before your fully functional forward and re... - arstechnica.com/?p=2001156 #domainnamesystem #weekendprojects #itprojects #features #projects #feature #homelab #biz#bind9 #dhcpd #bind #dns

  31. Doing DNS and DHCP for your LAN the old way—the way that works - Enlarge / All shall tremble before your fully functional forward and re... - arstechnica.com/?p=2001156 #domainnamesystem #weekendprojects #itprojects #features #projects #feature #homelab #biz#bind9 #dhcpd #bind #dns

  32. @cnxsoft
    Ugh official/recommended #dhcpd replacement uses a configuration file format that does not allow for comments 😕
    #json isn't a good format for humans

  33. @cnxsoft
    Ugh official/recommended #dhcpd replacement uses a configuration file format that does not allow for comments 😕
    #json isn't a good format for humans

  34. @cnxsoft
    Ugh official/recommended #dhcpd replacement uses a configuration file format that does not allow for comments 😕
    #json isn't a good format for humans

  35. @cnxsoft
    Ugh official/recommended #dhcpd replacement uses a configuration file format that does not allow for comments 😕
    #json isn't a good format for humans

  36. @cnxsoft
    Ugh official/recommended #dhcpd replacement uses a configuration file format that does not allow for comments 😕
    #json isn't a good format for humans

  37. I spent the initial portion of the morning mucking with #dhcpd so that one of my ethernet devices could assign a fixed ip to the #XR18 simply so i could use the mixer (X Air Edit) on my desktop. Big fun.

  38. I spent the initial portion of the morning mucking with #dhcpd so that one of my ethernet devices could assign a fixed ip to the #XR18 simply so i could use the mixer (X Air Edit) on my desktop. Big fun.

  39. La communauté “OpenBSD pour tous” annonce l’impérieuse nécessité de `syspatch` OpenBSD !

    1 faille "sécurité" dhcpd

    blog.openbsd.fr.eu.org/index.p

    ----

    It's time to `syspatch` your OpenBSD 6.5 or 6.6, for the server dhcpd, on all supported architectures.

    ----

    #OpenBSD #obsd4a #syspatch #dhcpd #amd64 #arm64 #i386 #multi-arch #6.5 #6.6