Technical Stop iptables running on Centos by William Rendell|Published March 19, 2012 At a shell prompt type /etc/init.d/iptables stop This will stop the iptables firewall if running
Published November 8, 2019 Mikrotik Script to calculate Average CPU Load & email notification # Average CPU Load Notification.# This will email you once when average CPU Load reaches the set CPU Threshold value.# When average […]
Published December 12, 2016 Mikrotik VPN place rule before dummy rule /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
Published April 1, 2021 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 […]