Toggen Blog
20 years of tech tips
Articles
Latest
OPNsense OpenVPN – Have OpenVPN as the default gateway and exclude some subnets from the tunnel
Newer versions of OPNsense OpenVPN don't have a field for pushing custom routes to the OpenVPN client using CSO's (Client Specific Overrides). So if you have a configuration that redirects all traffic over the OpenVPN tunnel and also want to add some custom routes to...
AllowIPs Calculator for Wireguard
Enables one to exclude IP ranges from going across the Wireguard tunnel as needed. https://www.procustodibus.com/blog/2021/03/wireguard-allowedips-calculator
How many Windows 11 pings was my Synology DS415+ NAS down for after I issued a reboot command from the SSH cli?
Answer: 31 pings
OPNsense automatic Outbound NAT rules not created or created on wrong interface
OPNsense in Azure with DHCP assigned IPv6 and IPv4 interfaces Automatic outbound NAT rules created on the LAN interface Disable the auto-created LAN gateways (Look under System => Gateways => Configuration) (Disable the LAN_DHCP and LAN_DHCP6 Gateways) No...
Limit the number of WordPress revisions
Make wordpress keep a smaller number of revisions # wp-config.php # limit post revisions define('WP_POST_REVISIONS', 5); # put the setting before this comment /* That's all, stop editing! Happy blogging. */ Remove extra revisions DELETE r FROM wp_posts...
OPNsense – You do not have the permission to perform this action.
Problem: Cannot restore a configuration backup using the GUI in OPNsense Error: You do not have the permission to perform this action. Resolution: Remove all access privileges leaving <priv>pages-all</priv> in /conf/config.xml for the root user Doing it with the...
