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 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 February 16, 2010 DHCP lease time on a Zyxel P-660R-D1 router To change the DHCP lease period for a Zyxel P-660R-D1 router, telnet into the router and at the command line type “ip […]
Published September 25, 2012 Delete a nat rule in iptables First of all I list all the rules including line numbers like this; iptables -L -t nat –line-numbers I then look at […]
Published November 28, 2019 Sending Email via Telnet using auth login The username and password needs to be encoded and sent in BASE64So if using username as the username it would become dXNlcm5hbWU= […]