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 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 September 30, 2010 Apple has sued Nokia in Britain The two firms have been locked in a legal tussle since last October, when Nokia sued Apple in the United States, arguing […]
Published December 2, 2022 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 […]
Published February 3, 2015 What version of Centos is my server running? This post shows how to find out what version of Centos you are running from the command line. tail /etc/redhat-release This will […]