-
Networking
Sophos UTM allow Internet access additional vlans
Sophos UTM has plenty of features to protect your network, home network, or lab. ย Most likely if you are like me you are running multiple VLANs in your environment. ย If you want these VLANs/subnets to also have Internet access, there…
-
Networking
Change an existing Windows static route to persistent
So this is not something that you will find yourself doing terribly often – having to change an existing Windows static route to persistent. ย However, if you have the need to add a persistent route in Windows and you didn’t…
-
Networking
Mikrotik Setup Multiple Virtual APs and VLANs
Recently, I picked up a Mikrotik RB951G-2hnd for an additional AP to play around with in the lab and to eventually replace an aging Netgear SOHO router/AP that currently only handles wireless access traffic and doesn’t do any routing. ย I…
-
Software
Fix Office 2016 won’t launch
I decided to finally take the plunge and update my Office installation to Office 2016 Professional Plus. ย I have been running Office 2010 Professional Plus on my admin VM and haven’t updated to 2013, so decided to pull down 2016…
-
Virtualization
How to enable thinprint VMware Workstation 12
Since VMware Workstation 12 has all but eliminated the problems I was having with the VMware workstation console interfacing with my VMs, I have since moved back to using the console in the dual screen mode which is nice. ย Before…
-
ActiveDirectory
Monitor Account Lockouts Active Directory
One of the time wasters of a system administrator can be chasing down account lockouts and why they happen. ย Many administrators have felt the pain of parsing through logs, etc to try and figure out what is going on with…
-
Virtualization
How to Upgrade to VMware Workstation 12 Pro
I use VMware workstation daily in my work environment for segmenting administrative traffic from Internet browsing, as well as to test new OS’es and other configuration lab work. ย I have been using Workstation 11 for quite some time now and…
-
Virtualization
Equallogic SAN basic initial iSCSI setup
Recently, I configured a couple of Dell Equallogic SANs for two different VMware environments and I wanted to pass along to you guys the steps required to stand up a new Equallogic environment as well as tweaks made to the…
-
Security
Secure SSH with Public Key Authentication and Two Factor with Duo
If you want the ultimate in security for your SSH enabled Linux box that is sitting in the DMZ or in a 1-to-1 NAT scenario, you can basically have 3 factor authentication setup for your SSH enabled server by using…
-
Powershell
Powershell if equals and not null
A while back, I wrote a blog post about using Powershell to email notify you if your home IP address changes if you are dynamically assigned an IP from your ISP. ย However, I wanted to write a quick post about…