#!/bin/bash echo "This server: " cat /etc/hamachi/state echo " " if [ -z $1 ]; then echo "To retrieve identity of other servers in your VPN network..." echo "Syntax: hamachi-servers YourVPNnetname" echo " " else hampiaf go-online $1 hampiaf get-nicks hampiaf list echo " " echo "Run this script again for private VPN IP addresses of all systems." fi