Advanced Search
Search Results
72 total results found
Telegraf Agent --> InfluxDB
With my influxDB + Grafana connection already set up, I just need to create an OPNsense bucket in my InfluxDB container and connect it to a Telegraf agent to my OPNsense set-up. First, download the Telegraf plug in to your OPNsense machine. Navigate to Syste...
The Dashboard
In Grafana, either load a template or build your own custom dashboard by navigating to Home ---> Dashboards ---> New: Given that OPNsense was forked from PFsense, you can either find PFsense dashboards and configure variables accordingly, use OPNsense templ...
Setting Up Server as Active Directory Domain Controller
Keeping it simple, select install Active Directory Domain Services and DNS Server, via Manage ---> Add Roles and Features. After installation, promote your Windows server to a Domain Controller : A Deployment Configuration Wizard screen will pop-up. This s...
Proxmox VMs for Users
Use, the following configurations to set up VMs for Windows 11 on Proxmox... Name your machine, then move on to Operating System: Select your ISO and change the Type and Version accordingly. Select q35, OVMF, and QEMU agent. More importantly, mak...
DNS Configurations
After setting up your VM and installing Windows 11 Pro, you'll need to configure some DNS routing to make sure your VMs can reach your Domain Controller. I've done this via my OPNsense router and I'll be using "User 2" to demonstrate, Windows 11 Pro VM I've se...
Adding Users
With everything configured properly, you should now be able to join your User VM to the Domain/Workgroup. To do this, navigate to Settings ---> About ---> Domain or workgroup in your Windows Settings: Select Change and enter your Domain details. You will be...
Active Directory - User Creation
First, lets confirm we've successfully added the Employee VMs to the domain. Navigate to Windows Administrative Tools ---> Active Directory Users and Computers ---> your domain ---> Computers: Here, you can see I have 4 Computers connected. Lets move on t...
Active Directory - Structuring and Group Creation
To get started, I'm going to create an Organizational Unit called "TheCompany". Here, we'll store our Users and Security Groups: The I've made 2 security groups: Sales and Marketing Marketing SG Properties: Sales SG Properties: Next, I'll load 2...
ENTRA ID - Licenses and Features
Licenses FREE Provides user and group management, on prem directory synchronization and cloud resources, basic reports, self-service password change for cloud users, and SSO across Azure, MS 365, and other SaaS applications. P1 - Everything in Free plus: H...
Key Terms
Azure Tenant A dedicated and trusted instance of Entra ID. Automatically created when an organization signs up for MS Cloud Services. Single Tenant Azure Tenants that access other services in a dedicated environment. Multitenant Azure ten...
User Types & Creation
Always try and enforce the concept of least privilege: Users should only have the level of access required for them to perform their work tasks. Nothing more. User Types Internal Member These users are most likely full time employees in your organization....
Groups, Memberships, Access Management
Group Types Security Groups Used to manage user and computer access to shared resources Can consist of: Users Devices Service Principles Nested Groups SGs are owned by Users and/or Service Principals Microsoft 365 Group Provides collabora...
OPNsense Local Configuration
To get started with WireGuard in OPNsense, download & install the plug-in available by naviagting through the Web GUI @ System ---> Firmware ---> Plugins: Instance/Peer Next, find Wireguard under the VPN tab in the menu and select WireGuard. Navigate to...
Cloudflare DDNS
If you have a Dynamic WAN IP, you'll need to set up some sort of DDNS client. Most ISPs use Dynamic IPs with residential customers, so this is pretty common and there are multiple options for working around this. I currently manage my domains with Cloudflare, ...
Firewall Rules
The last step of your WireGuard set up involved creating 2 firewall rules. One for your WAN firewall, and one for your Tunnel. If you haven't done so already, assign your WireGuard VPN as an interface. To do so, navigate to Interfaces ---> Assignments: Se...
Connection Results
To test this, I went to a library and tried connecting to my network via my WireGuard Client: You can see my connection status is active My latest handshake was 2 seconds ago I can connect to local devices when trying to ping or through accessing their ...
Hugo Static Site Generator
There are plenty of static site generators out there: Hugo, Jekyll, Ghost, Gatsby, are just a few popular ones. I've grown to like Hugo as I've found it's speed to be unmatched. To get started, simply follow their installation docs! I'll summarize shortly how ...
Ubuntu 22.04 Template with Cloud-Init
Creating a cloud-init template is relatively simple and straightforward to do. Essentially, you'll want to create your VM with base configurations, and then convert it to a template within Proxmox VE. Follow the steps below to create your own template with clo...