Latest posts
Technical notes, renewable energy projects, useful fixes and updates.
Check open for an open port
From a Windows powershell terminal in the above just change name/ip-here to the name or ip of what you are testing then change port-number-here…
Read more →
Disable Mikrotik Interface based on volume of data
This is a simple and crude method to disable an interface based on the volume of data that has gone through it. In the…
Read more →
Make VOIP traffic a priority
Below is a simple example of how to use QOS for VOIP in ROS /ip firewall mangleadd action=mark-connection chain=prerouting comment=\“Mark Voip Connections SRC” new-connection-mark=voip_connections…
Read more →EFA Project Quarantined mail
This adjusts the number of days to keep quarantined email etc/MailScanner/defaults /var/www/mailscanner/conf.php days to keep need to be edited in both the above files
Read more →
Block access to Facebook on Mikrotik
These are the domains to harvest IP addresses for; .facebook.com.fbcdn.net.facebook.net Add your local src IP Subnet to the rule below, then repeat twice more…
Read more →Change Nagios web users password
htpasswd -c /etc/nagios/htpasswd.users nagiosuser Then enter new password for nagiosuser
Read more →
MailScanner Domain admin release Bad Content
Here’s a setting for domain admins: /var/www/html/mailscanner/conf.php
Read more →How to Open Port for a Specific IP Address in Firewalld
The best way is to create a new firewalld zone and we add the specific IP to that zone. To start with lets create…
Read more →
Disable unused Mikrotik Ports with one command
interface/ethernet/set [find where !running ] disabled=yes
Read more →