Networking¶
Datacenter Infrastructure Management¶
- netbox — A solution for modeling and documenting modern networks by combining the traditional disciplines of IPAM and DCIM with powerful APIs and extensions.
Distributions¶
- opnsense — An open source, easy-to-use and easy-to-build FreeBSD based firewall and routing platform.
Misc¶
MTU discovery¶
for i in `seq 1460 1500`; do ping -c1 -s $i -M do 1.1.1.1; sleep 0.1; done
Overlay networks¶
- nebula — A scalable overlay networking tool with a focus on performance, simplicity and security.
Tunnel¶
-
pritunl — A distributed enterprise vpn server built using the OpenVPN protocol.
-
tunnelmon — An (auto)ssh tunnel monitor. It gives a user interface to monitor existing SSH tunnels, and tunnels that are managed with autossh.
Virtual Networks¶
- netmaker — Makes networks with WireGuard. Automates fast, secure, and distributed virtual networks.
Last update:
2022-11-04