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 May 13, 2011 winload error on server 2008 The other day one of my Server 2008’s failed to boot. The error on screen was winload.exe was missing or corrupt. After […]
Published January 28, 2021 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 […]
Published April 17, 2019 Office 365 activation issue run cmd as admin cd C:\program files\Microsoft office\office16 (or program files (x86), whatever’s relevant) type in: cscript ospp.vbs /dstatus this generates a […]
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