Published April 1, 2021 Changing the management IP of a VMware ESXi 6.7 host Manually change the management IP of a VMware ESXi 6.7 host Open a SSH session to the current management IP and run […]
Published May 17, 2009 Smoothwall Static routes I eventually solved this problem. Edit /etc/rc.d/rc.firewall.up After the section on “# Allow packets that we know about through …” Add: # […]
Published November 19, 2020 SSH Notifications via email IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]