Computing Mikrotik Set physical port speed on Mikrotik by William Rendell|Published October 22, 2018 /interface /ethernet set [ find default-name=ether1 ] bandwidth=10M/10M
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 […]
Published November 15, 2021 Remote Failover testing The below is to be used in a script to test failover based on firewall rules
Published February 26, 2020 Convert PFX SSL Cert to PEM openssl pkcs12 -in certname.pfx -out key.pem -nodes
Published July 8, 2022 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 […]