Advanced Search
Search Results
8 total results found
OPNSENSE IN BRIDGE MODE
Docker Network
Easy Pihole install
Alta labs config for wireguard alerts
Step by step Guide
Configuration Steps Disable Outbound NAT Rule GenerationNavigate to Firewall > NAT > Outbound and select Disable Outbound NAT rule generation. This ensures that the firewall doesn't alter the source IP addresses of packets passing through the bridge. ...
Setting up docker network for Vlans
Setting Up a VLAN and Docker IPvlan Network This guide demonstrates how to create a VLAN on a host interface and then use it to run a Docker container on a dedicated subnet using the IPvlan driver. 1. Create a VLAN Interface sudo ip link add lin...
Step by step pihole install
First you will need to flash raspberry pi os, this can easily be done with the raspberry pi imager that you can get here. After that is done you can access you new linux install and first update repositories with sudo apt update and sudo apt upgrade. Ne...
Config files
This sends alerts to discord to know when someone connects. First i created a script called check_wg_peer.sh in /cfg so its persistent between reboots. #!/bin/sh # -------- Configuration -------- PEER="" NAME="Dale" WEBHOOK_URL="" STATE_FILE="/cfg/...