Latest posts
Technical notes, renewable energy projects, useful fixes and updates.
WiFi
Reality is that the WIFI protocol was designed to go as slow as required to make it still work!
Read more →nmap quick guide
nmap -sT targetIP/hostname nmap –script vuln targetIP/hostname -O trys to identify Operating System, example nmap -sT -O targetIP/hostnam
Read more →
Remote Failover testing
The below is to be used in a script to test failover based on firewall rules
Read more →rsync local to remote qnap
sudo rsync -ravzh /home/source/ admin@ipaddress:/share/destination
Read more →SCP command local to remote location
scp -r /local/directory remote_username@ipaddress:/remote/directory
Read more →
Block TikTok using Mikrotik
/ip firewall filter add action=drop chain=forward dst-address-list=TikTok src-address=10.0.0.0/24 /ip firewall mangle add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktok.com src-address=10.0.0.0/24 add action=add-dst-to-address-list address-list=TikTok address-list-timeout=4w2d chain=prerouting content=.tiktokv.com…
Read more →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 the below,…
Read more →Change IP of DC
We can change the IP address of the domain controller as below. Change the IP address on DC and run the following command to…
Read more →
Time based PPP connections
If you have a user that can only log into a PPP (L2TP, PPTP etc) session on a Mikrotik during a certain time period,…
Read more →