Donnerstag, 28. Dezember 2017

MAC TFTP Server

MAC OS/X has a build-in TFTP server:

Start it with:

sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
sudo launchctl start com.apple.tftpd

The default tftp file path is

/private/tftpboot


Stop it with:

sudo launchctl unload -F /System/Library/LaunchDaemons/tftp.plist

Donnerstag, 21. Dezember 2017

Snom VPN how to

In case you want to use a Snom via VPN

Export your openSense blabla.ovpn configuration.
Rename it to vpn.cnf
Create a pass.txt file with username and password for the VPN User
Create ca.crt file
Make a tar out of the files above call openvpn.tar