Joah... was macht man so am Oster-Wochenende???

Na klar: Das eigene lokale Netzwerk komplett umbauen von Flat LAN mit Fritz!Box und Pihole, auf ein ausgewachsenes Business Netzwerk mit:

Fritz!Box nur noch als Modem, OPNsense (als Firewall, Kea DHCP, Unbound DNS), vier TP-Link EAP225 als Access Points mit drei WLANs, ein TP-Link TL-SG1016DE Smart Switch mit nun insgesamt 5 VLANs, Omada Software Controller zur Verwaltung der EAP225.

Alle IoT Geräte die den Homeassistant bedienen in einem eigenen VLAN, Gäste WLAN, IoT WLAN, etc... pp... 😛

Man hat ja sonst nix zu tun.......

#opnsense #netzwerk #network #vlan #homeassistant #iot #pihole #keadhcp #dhcp #omada #tplink

Kea DHCP: Because who doesn't want TWO full-featured, open source DHCP servers to juggle? 🤹‍♂️ Why stick to one, when you can overcomplicate things with both Kea and ISC DHCP, ensuring nobody gets left out of the never-ending #configuration party! 🎉🍾
https://www.isc.org/kea/ #KeaDHCP #OpenSource #Networking #JugglingAct #DHCPServers #HackerNews #ngated
Kea DHCP

Modern, open source DHCPv4 & DHCPv6 server

#nushell and #keadhcp: get all DHCP leases from the DHCP server via API, covert the remaining lease time to human readable format and sort by remaining lease time

http post --content-type application/json http://192.0.2.42:8000 { service: [ dhcp4 ], command: lease4-get-all } | get arguments.0.leases | update cltt { |row| $row.cltt * 1000000000 | into datetime } | sort-by cltt | select ip-address hw-address cltt

#nushell and #keadhcp:

List the CSV (memfile) database with lease expire times in human readable formatting:

nu> open /var/lib/kea/kea-leases6.csv | update expire {|row| $row.expire * 1000000000 | into datetime } | select address valid_lifetime expire

🚀 If you're using Buildroot, check out my GitHub repo for patches! I've added support for new packages starting with Kea DHCP. 🔧💻 #Buildroot #KeaDHCP #DIY #embedded #Linux #Opensource

https://github.com/zikusooka/buildroot-patches

GitHub - zikusooka/buildroot-patches: Patches for buildroot

Patches for buildroot. Contribute to zikusooka/buildroot-patches development by creating an account on GitHub.

GitHub

We are (again) modernizing obsolete #ISCDHCP installations. Apart from the direct successor #KeaDHCP, there are unfortunately not too many reasonably trustworthy #OSS alternatives.

A fairly unknown product in this area is the #FreeRADIUS #DHCP server.

For my part, I really like config files that are easy for humans to read as well, especially for troubleshooting purposes.

And if you compare the config files of the 3 alternatives, one can see once again how bloated #JSON is ...

#KeaDHCP on #Netgate #PFSense Apparently you folk haven't figured out that there are people who may have devices that need to be able to switch between multiple mac addresses with the same IP address, say a printer with both wireless and wired connections, but it can't use both at the same time. In fact at this time the printer can't seem to figure out how to work with the infrastructure wireless at all, but that's on HP.