Redirect all DNS Requests to Opnsense

This tutorial will show you how to force all DNS querys to go through Opnsense router regardless of DNS servers specified on the local system. This will redirect anything going through 53 to the router itself. Go to Services -> Unbound DNS -> General Verify that ether ALL is selected or localhost with your LAN … Read more

Plex indirect connection locally via browser at Plex.tv

in Adguard I had to do a DNS rewrite under Filters>DNS rewrite. domain being “plex.direct” and router IP address in the second field “192.168.1.1” Then in addition I had to add “plex.direct” to the Unbound private domains setting in opnsense > services > unbounddns > advanced > private domains Original discussion:https://www.reddit.com/r/opnsense/comments/1bq62zh/plex_indirect_connection_locally_via_browser_at/

How to Enable and Configure SNMP in ESXi

Configuring SNMP Agent Parameters in ESXi Specify the monitoring server IP address (SNMP target), port (by default, 161 UDP) and SNMP community name (usually, public): esxcli system snmp set –targets=192.168.99.99@161/public Or you can set the community name as follows: esxcli system snmp set –communities YOUR_COMMUNITY_STRING Additionally, you can specify the location: esxcli system snmp set –syslocation … Read more