Hi,
the best choice to setup a very tiny dhcp server on linux is the busybox udhcpd DHCP implemention.
root@debdev:~# apt-get install udhcpd
Continue reading Linux: Configure a tiny DHCP Server
Hi,
the best choice to setup a very tiny dhcp server on linux is the busybox udhcpd DHCP implemention.
root@debdev:~# apt-get install udhcpd
Continue reading Linux: Configure a tiny DHCP Server
Hi,
these are the steps to build your own CA (Certification Authority) and all requiered certificates for a OpenVPN instance (Client and Server) on Linux.
Define your environment. Always set these variables in the shell before executing openssl commands. Adjust it to your needs.
Continue reading OpenVPN: Built a certification authority from scratch with openssl