Please use this link to calculate IP Subnet
You may also like
To check how many emails have been queuing in Postfix (an email server for Linux) and for what period of time you can […]
Acer has interwoven Firefox 2 with the rest of the system, that’s why a quite unusual approach is required to install the […]
/ip firewall filter add chain=forward dst-address=”remoterange” src-address=”localrange” place-before=0 /ip firewall filter add chain=forward dst-address=”localrange” src-address=”remoterange” place-before=0
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 […]