OneLogin and JAMF/Casper Suite SSO Setup

I have a project to implement SSO for hosted JAMF/Casper Suite. First I setup the OneLogin virtual LDAP connection to JAMF. Then I found out there’s no way to mass import users. This was important to me because I wanted users to be able to self enroll with AD credentials. I didn’t want to import …

Cisco ASA 5506-X Complete Wan Failover Guide

The situation: Company XYZ has decided to invest in a new internet connection, this connection should be used as a backup. The new WAN connection has been plugged into interface g0/8 of our 5506-X and we are ready to begin the configuration. The solution from the CLI:   Go into the interface Conf t Int …

Azure – User Defined Routing for one subnet with PFsense

My goal: Setup a pfsense in azure so I can route all my traffic through that. I didn’t want two subnets for this since I already had my VMs deployed. I also wanted to get over the “only 1 ikev1 tunnel” in Azure. I was setting up site to site VPNs with Meraki MX64s which …

Azure to Sophos UTM Site to Site VPN IPSEC Settings ( IKEv1 Policy Based)

The Sophos UTM Azure Policy: The sophos UTM Azure Remote Gateway: notes: the pre-shared key should match on both sides, the gateway object should be the public IP assigned to your gateway.   When creating your Azure Virtual network gateway, you must choose policy-based VPN, NOT route-based. Policy based is IKEv1, while route based is …

Microsoft AD DNS – How to force Google Safe Search

Forcing safe-search for Google is very simple, and pretty hard to turn off. Couple it together with filtering DNS queries and you’ve got yourself a pretty robust content filter. First I’m going to show you the powershell way (run powershell as admin), then I will show you the GUI way.   add-dnsserverprimaryzone -ReplicationScope Forest -Name …