Files
firewall_backups/config.xml
T

3616 lines
145 KiB
XML

<?xml version="1.0"?>
<opnsense>
<theme>opnsense-dark</theme>
<sysctl version="1.0.1">
<item uuid="aa15613b-9e90-4960-b3ba-44ed3510599f">
<tunable>vfs.read_max</tunable>
<value/>
<descr>Increase UFS read-ahead speeds to match the state of hard drives and NCQ.</descr>
</item>
<item uuid="1a471761-2dfd-4656-8c32-078b53820a77">
<tunable>net.inet.ip.portrange.first</tunable>
<value/>
<descr>Set the ephemeral port range to be lower.</descr>
</item>
<item uuid="41499db2-248e-4aaf-90d9-8a794311bacf">
<tunable>net.inet.tcp.blackhole</tunable>
<value/>
<descr>Drop packets to closed TCP ports without returning a RST</descr>
</item>
<item uuid="eca5ab28-7efa-4a71-9aca-6e8d2cb8d576">
<tunable>net.inet.udp.blackhole</tunable>
<value/>
<descr>Do not send ICMP port unreachable messages for closed UDP ports</descr>
</item>
<item uuid="40ada280-bb02-4ce1-8e5c-4cc60805c381">
<tunable>net.inet.ip.random_id</tunable>
<value/>
<descr>Randomize the ID field in IP packets</descr>
</item>
<item uuid="e957b694-6e8d-491a-aa0c-37d5151915cd">
<tunable>net.inet.ip.sourceroute</tunable>
<value/>
<descr>Source routing is another way for an attacker to try to reach non-routable addresses behind your box.
It can also be used to probe for information about your internal networks. These functions come enabled
as part of the standard FreeBSD core system.</descr>
</item>
<item uuid="433edb0f-71ba-4b20-9410-dcd543492008">
<tunable>net.inet.ip.accept_sourceroute</tunable>
<value/>
<descr>Source routing is another way for an attacker to try to reach non-routable addresses behind your box.
It can also be used to probe for information about your internal networks. These functions come enabled
as part of the standard FreeBSD core system.</descr>
</item>
<item uuid="e2f2de03-3ea9-40f8-9b0b-28ba410bec1d">
<tunable>net.inet.icmp.log_redirect</tunable>
<value/>
<descr>This option turns off the logging of redirect packets because there is no limit and this could fill
up your logs consuming your whole hard drive.</descr>
</item>
<item uuid="046781ce-a8d0-46cb-af46-426db0020313">
<tunable>net.inet.tcp.drop_synfin</tunable>
<value/>
<descr>Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)</descr>
</item>
<item uuid="ce057c36-1604-4128-a638-7599a5b52aae">
<tunable>net.inet6.ip6.redirect</tunable>
<value/>
<descr>Enable sending IPv6 redirects</descr>
</item>
<item uuid="9d8b8663-218a-49c3-9b47-c8a9e99c6ed7">
<tunable>net.inet6.ip6.use_tempaddr</tunable>
<value/>
<descr>Enable privacy settings for IPv6 (RFC 4941)</descr>
</item>
<item uuid="cd32dca2-804d-4e12-875a-eee8f5468582">
<tunable>net.inet6.ip6.prefer_tempaddr</tunable>
<value/>
<descr>Prefer privacy addresses and use them over the normal addresses</descr>
</item>
<item uuid="e24e37bf-37c7-4bd1-893f-4e7d6f53041a">
<tunable>net.inet.tcp.syncookies</tunable>
<value/>
<descr>Generate SYN cookies for outbound SYN-ACK packets</descr>
</item>
<item uuid="62227cf8-bbac-4af9-83b2-539ae9495d1e">
<tunable>net.inet.tcp.recvspace</tunable>
<value/>
<descr>Maximum incoming/outgoing TCP datagram size (receive)</descr>
</item>
<item uuid="c6a489d9-535f-4cff-8773-720697730c1b">
<tunable>net.inet.tcp.sendspace</tunable>
<value/>
<descr>Maximum incoming/outgoing TCP datagram size (send)</descr>
</item>
<item uuid="7af57349-717b-44c4-8210-a353eaf3b2d3">
<tunable>net.inet.tcp.delayed_ack</tunable>
<value/>
<descr>Do not delay ACK to try and piggyback it onto a data packet</descr>
</item>
<item uuid="c3d3ff74-3352-4605-95e8-a88d35c0ef1f">
<tunable>net.inet.udp.maxdgram</tunable>
<value/>
<descr>Maximum outgoing UDP datagram size</descr>
</item>
<item uuid="21e6f56e-7474-4c98-a1ed-5bcf83f57e26">
<tunable>net.link.bridge.pfil_onlyip</tunable>
<value/>
<descr>Handling of non-IP packets which are not passed to pfil (see if_bridge(4))</descr>
</item>
<item uuid="b18a8741-2e88-434a-98cb-74f5ee426a8e">
<tunable>net.link.bridge.pfil_local_phys</tunable>
<value/>
<descr>Set to 1 to additionally filter on the physical interface for locally destined packets</descr>
</item>
<item uuid="6714800e-ca53-4d0d-8260-b05ffa5155fb">
<tunable>net.link.bridge.pfil_member</tunable>
<value/>
<descr>Set to 0 to disable filtering on the incoming and outgoing member interfaces.</descr>
</item>
<item uuid="e1769a42-0b1c-4fb2-b64a-c6946d737150">
<tunable>net.link.bridge.pfil_bridge</tunable>
<value/>
<descr>Set to 1 to enable filtering on the bridge interface</descr>
</item>
<item uuid="24f76181-167a-4464-8db7-832ecb33d40c">
<tunable>net.link.tap.user_open</tunable>
<value/>
<descr>Allow unprivileged access to tap(4) device nodes</descr>
</item>
<item uuid="1308d776-a3ea-4ed9-a7a7-36092c1c486b">
<tunable>kern.randompid</tunable>
<value/>
<descr>Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())</descr>
</item>
<item uuid="97d34a30-d39a-456b-a55a-c47cdc0102c5">
<tunable>hw.syscons.kbd_reboot</tunable>
<value/>
<descr>Disable CTRL+ALT+Delete reboot from keyboard.</descr>
</item>
<item uuid="ca85dabc-ded1-4576-82aa-903d7a784bd1">
<tunable>net.inet.tcp.log_debug</tunable>
<value/>
<descr>Enable TCP extended debugging</descr>
</item>
<item uuid="20244df5-ea03-4230-9eb0-ec750e18068a">
<tunable>net.inet.icmp.icmplim</tunable>
<value/>
<descr>Set ICMP Limits</descr>
</item>
<item uuid="d8e59f89-7bf2-453a-9e27-e2141c676b11">
<tunable>net.inet.tcp.tso</tunable>
<value/>
<descr>TCP Offload Engine</descr>
</item>
<item uuid="eacc7540-3fbd-448e-bbaf-466c23059016">
<tunable>net.inet.udp.checksum</tunable>
<value/>
<descr>UDP Checksums</descr>
</item>
<item uuid="1656b4f2-840b-4fc4-9caf-a17673e2cfbf">
<tunable>kern.ipc.maxsockbuf</tunable>
<value/>
<descr>Maximum socket buffer size</descr>
</item>
<item uuid="e1c66a91-fc53-4f98-bdf9-8d12596d000e">
<tunable>vm.pmap.pti</tunable>
<value/>
<descr>Page Table Isolation (Meltdown mitigation, requires reboot.)</descr>
</item>
<item uuid="66c42cea-e06e-4e2b-86d9-ef9a87eef6ad">
<tunable>hw.ibrs_disable</tunable>
<value/>
<descr>Disable Indirect Branch Restricted Speculation (Spectre V2 mitigation)</descr>
</item>
<item uuid="49ed1542-7d04-4f30-8e76-3359bdbae496">
<tunable>security.bsd.see_other_gids</tunable>
<value/>
<descr>Hide processes running as other groups</descr>
</item>
<item uuid="167d69c9-954f-48c7-af97-ef996b24fe56">
<tunable>security.bsd.see_other_uids</tunable>
<value/>
<descr>Hide processes running as other users</descr>
</item>
<item uuid="47774749-19a8-424f-970e-a97f501ee3ad">
<tunable>net.inet.ip.redirect</tunable>
<value/>
<descr>Enable/disable sending of ICMP redirects in response to IP packets for which a better,
and for the sender directly reachable, route and next hop is known.</descr>
</item>
<item uuid="33b3e759-ce63-467c-8259-1dacb8e80d98">
<tunable>net.inet.icmp.drop_redirect</tunable>
<value>1</value>
<descr>Redirect attacks are the purposeful mass-issuing of ICMP type 5 packets. In a normal network, redirects
to the end stations should not be required. This option enables the NIC to drop all inbound ICMP redirect
packets without returning a response.</descr>
</item>
<item uuid="de9323cc-984e-45a2-9bef-0523c340fc1c">
<tunable>net.local.dgram.maxdgram</tunable>
<value/>
<descr>Maximum outgoing UDP datagram size</descr>
</item>
</sysctl>
<system>
<hostname>opnsense-1</hostname>
<domain>wpjones.com</domain>
<dnsallowoverride>1</dnsallowoverride>
<group uuid="753b945a-768d-44b0-8895-345b3d6699db">
<gid>1998</gid>
<name>all</name>
<scope>system</scope>
<description>All Users</description>
<priv/>
<member>0</member>
</group>
<group uuid="24ec95c2-a4fd-43b3-a548-9ced3815909b">
<gid>1999</gid>
<name>admins</name>
<scope>system</scope>
<description>System Administrators</description>
<priv>page-all</priv>
<member>0</member>
</group>
<user uuid="029eb975-e9ac-4cf6-83de-807a633ef1d0">
<uid>0</uid>
<name>root</name>
<disabled>0</disabled>
<scope>system</scope>
<expires/>
<authorizedkeys/>
<otp_seed/>
<shell/>
<password>$2a$11$uHJIl4jWLLQ9OFM2YL5Lj.Ovp/c4nwF.auk0L35tY78frL1rQDu7.</password>
<landing_page/>
<comment/>
<email/>
<apikeys/>
<priv/>
<language/>
<descr>System Administrator</descr>
<dashboard>eyJvcHRpb25zIjpbXSwid2lkZ2V0cyI6W3siaWQiOiJzeXN0ZW1pbmZvcm1hdGlvbiIsIm1pblciOjIsIngiOjAsInkiOjAsImgiOjUzMiwid2lkZ2V0IjpbXSwidyI6Mn0seyJpZCI6ImdhdGV3YXlzIiwibWluVyI6MiwieCI6MiwieSI6MCwic2l6ZVRvQ29udGVudCI6MTcyLCJoIjoxNzIsIndpZGdldCI6eyJnYXRld2F5cyI6WyJXQU5fREhDUCJdfSwidyI6Mn0seyJpZCI6ImludGVyZmFjZXN0YXRpc3RpY3MiLCJtaW5XIjoyLCJ4Ijo0LCJ5IjowLCJ3Ijo4LCJoIjoxNzcsIndpZGdldCI6W119LHsiaWQiOiJpbnRlcmZhY2VzIiwibWluVyI6Miwic2l6ZVRvQ29udGVudCI6Mjc3LCJ4IjoyLCJ5IjoxNzIsImgiOjI3Nywid2lkZ2V0IjpbXSwidyI6Mn0seyJpZCI6InNlcnZpY2VzIiwibWluVyI6MiwieCI6NCwieSI6MTc3LCJ3Ijo0LCJzaXplVG9Db250ZW50Ijo0MzIsImgiOjQzMiwid2lkZ2V0IjpbXX0seyJpZCI6ImZpcmV3YWxsIiwibWluVyI6MiwieCI6OCwieSI6MTc3LCJ3Ijo0LCJoIjo0NDgsIndpZGdldCI6W119LHsiaWQiOiJkZGNsaWVudCIsIm1pblciOjIsInNpemVUb0NvbnRlbnQiOjE1OSwieCI6MiwieSI6NDQ5LCJoIjoxNTksIndpZGdldCI6W10sInciOjJ9LHsiaWQiOiJjcHUiLCJtaW5XIjoyLCJ4IjowLCJ5Ijo1MzIsImgiOjE4Niwid2lkZ2V0Ijp7ImdyYXBocyI6WyJ0b3RhbCJdfSwidyI6Mn0seyJpZCI6ImxpdmVsb2ciLCJtaW5XIjoyLCJ4IjoyLCJ5Ijo2MDksInciOjYsImgiOjc3NSwid2lkZ2V0IjpbXX0seyJpZCI6InRyYWZmaWMiLCJtaW5XIjoyLCJ4Ijo4LCJ5Ijo2MjUsInciOjQsImgiOjQ3MSwid2lkZ2V0Ijp7ImludGVyZmFjZXMiOlsibGFuIiwid2FuIl19fSx7ImlkIjoibWVtb3J5IiwibWluVyI6MSwieCI6MCwieSI6NzE4LCJoIjoxNjAsIndpZGdldCI6W10sInciOm51bGx9LHsiaWQiOiJmaXJld2FsbHN0YXRlcyIsIm1pblciOjEsIngiOjEsInkiOjcxOCwiaCI6MTYwLCJ3aWRnZXQiOltdLCJ3IjpudWxsfSx7ImlkIjoic3dhcCIsIm1pblciOjEsIngiOjAsInkiOjg3OCwiaCI6MTYwLCJ3aWRnZXQiOltdLCJ3IjpudWxsfSx7ImlkIjoibWJ1ZiIsIm1pblciOjEsIngiOjEsInkiOjg3OCwiaCI6MTYwLCJ3aWRnZXQiOltdLCJ3IjpudWxsfSx7ImlkIjoic3BlZWR0ZXN0IiwibWluVyI6MiwieCI6OCwieSI6MTA5NiwidyI6NCwiaCI6MjY3LCJ3aWRnZXQiOltdfV19</dashboard>
</user>
<user uuid="fd8a86cc-5601-40ae-82d6-9853450a465f">
<uid>2001</uid>
<name>pjones</name>
<disabled>0</disabled>
<scope>user</scope>
<expires/>
<authorizedkeys/>
<otp_seed/>
<shell/>
<password>$2a$11$3JdQ2VqbvHYmvLsgF9Gqz.xXjqZVaDI.qiY2pxJ47P/m/TvawSrVe</password>
<landing_page/>
<comment/>
<email/>
<apikeys/>
<priv/>
<language/>
<descr>Pam Jones</descr>
<dashboard/>
</user>
<user uuid="f3010f33-4c0f-45c3-a94e-1fc23ea67422">
<uid>2000</uid>
<name>wjones</name>
<disabled>0</disabled>
<scope>user</scope>
<expires/>
<authorizedkeys/>
<otp_seed/>
<shell/>
<password>$2a$11$/G6bH/rPewYSBWplvZfEGOwV4sV2Qen/LTggWGJ8hpRb0Bg/tWW5S</password>
<landing_page/>
<comment/>
<email/>
<apikeys/>
<priv/>
<language/>
<descr>Wendell Jones</descr>
<dashboard/>
</user>
<nextuid>2002</nextuid>
<nextgid>2000</nextgid>
<timezone>America/New_York</timezone>
<timeservers>2.pfsense.pool.ntp.org</timeservers>
<webgui>
<protocol>https</protocol>
<ssl-certref>687a55d6365a7</ssl-certref>
<port/>
<ssl-ciphers/>
<interfaces/>
<compression/>
</webgui>
<usevirtualterminal>1</usevirtualterminal>
<disablevlanhwfilter>0</disablevlanhwfilter>
<disablechecksumoffloading>0</disablechecksumoffloading>
<disablesegmentationoffloading>0</disablesegmentationoffloading>
<disablelargereceiveoffloading>0</disablelargereceiveoffloading>
<powerd_ac_mode>min</powerd_ac_mode>
<powerd_battery_mode>min</powerd_battery_mode>
<bogons>
<interval>monthly</interval>
</bogons>
<pf_share_forward>0</pf_share_forward>
<lb_use_sticky>0</lb_use_sticky>
<rrdbackup>0</rrdbackup>
<netflowbackup>0</netflowbackup>
<primaryconsole>video</primaryconsole>
<serialspeed>115200</serialspeed>
<disableconsolemenu>1</disableconsolemenu>
<firmware version="1.0.1">
<mirror/>
<flavour/>
<plugins>os-git-backup,os-intrusion-detection-content-snort-vrt,os-qemu-guest-agent,os-upnp</plugins>
<type/>
<subscription/>
<reboot/>
</firmware>
<ssh>
<noauto>1</noauto>
<interfaces>lan</interfaces>
<kex/>
<ciphers/>
<macs/>
<keys/>
<keysig/>
<rekeylimit/>
<enabled>enabled</enabled>
<passwordauth>1</passwordauth>
<permitrootlogin>1</permitrootlogin>
</ssh>
<language>en_US</language>
<dnsallowoverride_exclude/>
<dnsserver>192.168.39.254</dnsserver>
<dns1gw>none</dns1gw>
<dns2gw>none</dns2gw>
<dns3gw>none</dns3gw>
<dns4gw>none</dns4gw>
<dns5gw>none</dns5gw>
<dns6gw>none</dns6gw>
<dns7gw>none</dns7gw>
<dns8gw>none</dns8gw>
<backupcount>14</backupcount>
<autologout>30</autologout>
<backup>
<git version="1.0.0" persisted_at="1757589564.14">
<enabled>1</enabled>
<url>https://gitea.wpjones.com/wjones/firewall_backups.git</url>
<branch>main</branch>
<privkey/>
<user>wjones</user>
<password>Optimus0329!</password>
</git>
</backup>
<secondaryconsole/>
<serialusb/>
</system>
<interfaces>
<wan>
<if>vtnet1</if>
<descr/>
<enable>1</enable>
<spoofmac/>
<ipaddr>192.168.39.2</ipaddr>
<subnet>24</subnet>
<gateway>GATEWAY</gateway>
</wan>
<lan>
<if>vtnet0</if>
<descr/>
<enable>1</enable>
<spoofmac/>
<ipaddr>192.168.128.1</ipaddr>
<subnet>23</subnet>
</lan>
<opt1>
<if>vtnet2</if>
<descr>131_SUBNET</descr>
<enable>1</enable>
<spoofmac/>
<ipaddr>192.168.131.1</ipaddr>
<subnet>24</subnet>
</opt1>
<lo0>
<internal_dynamic>1</internal_dynamic>
<descr>Loopback</descr>
<enable>1</enable>
<if>lo0</if>
<ipaddr>127.0.0.1</ipaddr>
<ipaddrv6>::1</ipaddrv6>
<subnet>8</subnet>
<subnetv6>128</subnetv6>
<type>none</type>
<virtual>1</virtual>
</lo0>
<openvpn>
<internal_dynamic>1</internal_dynamic>
<enable>1</enable>
<if>openvpn</if>
<descr>OpenVPN</descr>
<type>group</type>
<virtual>1</virtual>
<networks/>
</openvpn>
</interfaces>
<dhcpd>
<lan>
<enable>1</enable>
<ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
<numberoptions>
<item/>
</numberoptions>
<range>
<from>192.168.128.40</from>
<to>192.168.128.119</to>
</range>
<winsserver/>
<dnsserver>192.168.128.1</dnsserver>
<ntpserver>192.168.128.10</ntpserver>
<pool>
<ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
<range>
<from>192.168.129.40</from>
<to>192.168.129.119</to>
</range>
<winsserver/>
<dnsserver/>
<ntpserver/>
</pool>
<staticmap>
<mac>bc:24:11:fa:ed:2d</mac>
<ipaddr>192.168.128.3</ipaddr>
<hostname>nextpvr</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:83:83:56</mac>
<ipaddr>192.168.128.4</ipaddr>
<hostname>subsonic</hostname>
</staticmap>
<staticmap>
<mac>02:59:51:94:e0:ee</mac>
<ipaddr>192.168.128.5</ipaddr>
<hostname>homeassistant</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:4c:6d:67</mac>
<ipaddr>192.168.128.7</ipaddr>
<hostname>dbserver</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>a4:86:db:f9:29:82</mac>
<ipaddr>192.168.128.9</ipaddr>
<hostname>NVR</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:50:66:5e</mac>
<cid>rockstor</cid>
<ipaddr>192.168.128.10</ipaddr>
<hostname>rockstor</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>44:8a:5b:8b:7e:9f</mac>
<ipaddr>192.168.128.11</ipaddr>
<hostname>blueiris</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:1f:e6:a6</mac>
<cid>mysql</cid>
<ipaddr>192.168.128.12</ipaddr>
<hostname>mysql</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:8e:cb:5a</mac>
<ipaddr>192.168.128.13</ipaddr>
<hostname>redis</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:16:52:51</mac>
<cid>pbs</cid>
<ipaddr>192.168.128.14</ipaddr>
<hostname>pbs</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:d5:7d:63</mac>
<cid>plex</cid>
<ipaddr>192.168.128.15</ipaddr>
<hostname>plex</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:f2:b2:65</mac>
<ipaddr>192.168.128.18</ipaddr>
<hostname>gitea</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:12:5e:98</mac>
<ipaddr>192.168.128.19</ipaddr>
<hostname>sqlserver2022</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:85:81:f2</mac>
<ipaddr>192.168.128.20</ipaddr>
<hostname>npm</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:e2:02:e2</mac>
<cid>adguard</cid>
<ipaddr>192.168.128.22</ipaddr>
<hostname>adguard</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:82:cb:75</mac>
<ipaddr>192.168.128.23</ipaddr>
<hostname>grafana</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:91:04:46</mac>
<ipaddr>192.168.128.25</ipaddr>
<hostname>casaos</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:c8:d2:01</mac>
<ipaddr>192.168.128.27</ipaddr>
<hostname>actualbudget</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:aa:17:d6</mac>
<ipaddr>192.168.128.29</ipaddr>
<hostname>semaphore</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:a9:d6:7a</mac>
<ipaddr>192.168.128.31</ipaddr>
<hostname>qbitt</hostname>
<gateway>192.168.128.30</gateway>
<winsserver/>
<dnsserver>192.168.128.30</dnsserver>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:ef:85:2a</mac>
<cid>es</cid>
<ipaddr>192.168.128.32</ipaddr>
<hostname>es</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:05:a1:ae</mac>
<ipaddr>192.168.128.33</ipaddr>
<hostname>embystat</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:24:b8:29</mac>
<ipaddr>192.168.128.35</ipaddr>
<hostname>columbus</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:93:45:95</mac>
<ipaddr>192.168.128.36</ipaddr>
<hostname>vaultwarden</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:03:5d:af</mac>
<ipaddr>192.168.128.37</ipaddr>
<hostname>winstation</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:6a:8e:2e</mac>
<cid>ipmi</cid>
<ipaddr>192.168.128.38</ipaddr>
<hostname>ipmi</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:e1:44:ca</mac>
<cid>apt-cacher-ng</cid>
<ipaddr>192.168.128.39</ipaddr>
<hostname>apt-cacher-ng</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>00:18:dd:0a:7f:02</mac>
<ipaddr>192.168.128.218</ipaddr>
<hostname>hdhr-10a7f025</hostname>
</staticmap>
<staticmap>
<mac>00:18:dd:0a:6c:a6</mac>
<ipaddr>192.168.128.219</ipaddr>
<hostname>hdhr-10a6ca64</hostname>
</staticmap>
<staticmap>
<mac>00:18:dd:0b:1c:7d</mac>
<ipaddr>192.168.128.220</ipaddr>
<hostname>hdhr-10b1c7d9</hostname>
</staticmap>
<staticmap>
<mac>e4:fa:c4:42:45:83</mac>
<cid>C120-2</cid>
<ipaddr>192.168.128.221</ipaddr>
<hostname>C120-2</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>a8:42:a1:33:d5:54</mac>
<cid>C120-3</cid>
<ipaddr>192.168.128.222</ipaddr>
<hostname>C120-3</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>e4:fa:c4:c9:bf:58</mac>
<cid>C120-1</cid>
<ipaddr>192.168.128.223</ipaddr>
<hostname>C120-1</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>48:22:54:7c:8f:30</mac>
<ipaddr>192.168.128.241</ipaddr>
<hostname>deco-x55-1</hostname>
</staticmap>
<staticmap>
<mac>f0:a7:31:c3:21:24</mac>
<ipaddr>192.168.128.242</ipaddr>
<hostname>deco-x55-2</hostname>
</staticmap>
<staticmap>
<mac>48:22:54:7c:8f:28</mac>
<ipaddr>192.168.128.243</ipaddr>
<hostname>deco-x55-3</hostname>
</staticmap>
<staticmap>
<mac>48:22:54:7c:8f:2c</mac>
<ipaddr>192.168.128.244</ipaddr>
<hostname>deco-x55-4</hostname>
</staticmap>
<staticmap>
<mac>74:fe:ce:0b:c5:48</mac>
<ipaddr>192.168.128.245</ipaddr>
<hostname>deco-x55-5</hostname>
</staticmap>
<staticmap>
<mac>48:22:54:55:80:08</mac>
<ipaddr>192.168.128.246</ipaddr>
<hostname>deco-x50-outdoor</hostname>
</staticmap>
<staticmap>
<mac>20:d7:78:e8:5a:0a</mac>
<ipaddr>192.168.128.247</ipaddr>
<hostname>envoy</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:b2:82:a8</mac>
<ipaddr>192.168.129.1</ipaddr>
<hostname>dashy</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:86:02:9c</mac>
<ipaddr>192.168.129.5</ipaddr>
<hostname>emby-pvr</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:c0:43:fe</mac>
<cid>mediastation</cid>
<ipaddr>192.168.129.16</ipaddr>
<hostname>mediastation</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>20:47:47:7d:08:78</mac>
<ipaddr>192.168.129.240</ipaddr>
<hostname>idrac-voyager</hostname>
</staticmap>
<staticmap>
<mac>5c:f9:dd:fe:18:8c</mac>
<ipaddr>192.168.129.241</ipaddr>
<hostname>idrac-enterprise-d</hostname>
</staticmap>
<staticmap>
<mac>a4:5d:36:fb:9e:de</mac>
<ipaddr>192.168.129.242</ipaddr>
<hostname>ilo-esxi</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:e7:1a:73</mac>
<ipaddr>192.168.129.249</ipaddr>
<hostname>enterprise-e</hostname>
</staticmap>
<staticmap>
<mac>bc:24:11:46:74:c6</mac>
<cid>enterprise-c</cid>
<ipaddr>192.168.129.250</ipaddr>
<hostname>enterprise-c</hostname>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
</lan>
</dhcpd>
<nat>
<outbound>
<mode>hybrid</mode>
</outbound>
<rule>
<protocol>tcp/udp</protocol>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<descr type="xsd:string">Allow HTTP Traffic</descr>
<associated-rule-id>nat_66c61cd8ccb214.71377085</associated-rule-id>
<target>192.168.128.20</target>
<local-port>80</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>80</port>
</destination>
<updated>
<username>admin@192.168.128.11 (Local Database)</username>
<time>1752757351</time>
</updated>
<created>
<username>admin@192.168.128.10[192.168.128.85] (Local Database)</username>
<time>1724259544</time>
</created>
</rule>
<rule>
<protocol>tcp/udp</protocol>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<descr type="xsd:string">Allow HTTPS Traffic</descr>
<associated-rule-id>nat_66c61cea30ee40.02600368</associated-rule-id>
<target>192.168.128.20</target>
<local-port>443</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>443</port>
</destination>
<updated>
<username>admin@192.168.128.11 (Local Database)</username>
<time>1752757356</time>
</updated>
<created>
<username>admin@192.168.128.10[192.168.128.85] (Local Database)</username>
<time>1724259562</time>
</created>
</rule>
<rule>
<protocol>udp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_687ea9ed9bd075.98535866</associated-rule-id>
<target>192.168.128.25</target>
<local-port>51820</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>51820</port>
</destination>
<updated>
<username>root@192.168.128.90</username>
<time>1756987944.20</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>root@192.168.128.85</username>
<time>1753131501.6385</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule>
<protocol>tcp</protocol>
<interface>wan</interface>
<category/>
<ipprotocol>inet</ipprotocol>
<descr/>
<tag/>
<tagged/>
<poolopts/>
<associated-rule-id>nat_68c1efc2a772d7.22053089</associated-rule-id>
<target>192.168.128.11</target>
<local-port>81</local-port>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
<port>81</port>
</destination>
<updated>
<username>root@192.168.128.90</username>
<time>1757540290.69</time>
<description>/firewall_nat_edit.php made changes</description>
</updated>
<created>
<username>root@192.168.128.90</username>
<time>1757540290.69</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
</nat>
<filter>
<rule uuid="dcd87f9f-17b9-40ac-833b-61229cbc469f">
<protocol>tcp/udp</protocol>
<interface>wan</interface>
<descr type="xsd:string">NAT Allow HTTP Traffic</descr>
<associated-rule-id>nat_66c61cd8ccb214.71377085</associated-rule-id>
<source>
<any>1</any>
</source>
<destination>
<address>192.168.128.20</address>
<port>80</port>
</destination>
<created>
<username>NAT Port Forward</username>
<time>1724259544</time>
</created>
</rule>
<rule uuid="cfee86e0-28a3-48f8-81fb-a64b7c0311e0">
<protocol>tcp/udp</protocol>
<interface>wan</interface>
<descr type="xsd:string">NAT Allow HTTPS Traffic</descr>
<associated-rule-id>nat_66c61cea30ee40.02600368</associated-rule-id>
<source>
<any>1</any>
</source>
<destination>
<address>192.168.128.20</address>
<port>443</port>
</destination>
<created>
<username>NAT Port Forward</username>
<time>1724259562</time>
</created>
</rule>
<rule uuid="6945150c-50c2-46d9-a2ac-1bea748c4092">
<type>pass</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<direction>in</direction>
<quick>1</quick>
<source>
<address>192.168.40.0/24</address>
</source>
<destination>
<network>lan</network>
</destination>
<updated>
<username>root@192.168.128.90</username>
<time>1753041126.9761</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
</rule>
<rule uuid="965d53b6-057c-4d48-aaa4-03d1dbf39c53">
<type>pass</type>
<associated-rule-id>nat_687ea9ed9bd075.98535866</associated-rule-id>
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>udp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.128.25</address>
<port>51820</port>
</destination>
<descr/>
<category/>
<created>
<username>root@192.168.128.85</username>
<time>1753131501.6383</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
<rule uuid="a0417947-02bd-421a-be53-c81501ed7197">
<type>pass</type>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<direction>in</direction>
<quick>1</quick>
<protocol>icmp</protocol>
<source>
<any>1</any>
</source>
<destination>
<network>wanip</network>
</destination>
<updated>
<username>root@192.168.128.90</username>
<time>1757538789.68</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>root@192.168.128.90</username>
<time>1757538613.17</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="6d4ea6a3-1efe-431d-86e3-e75b9edfe1dd">
<interface>lan</interface>
<descr type="xsd:string">Default allow LAN to any rule</descr>
<source>
<any>0</any>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
<type>pass</type>
</rule>
<rule uuid="b2aef2da-fe9a-431a-80c2-e9c82fdd6976">
<interface>lan</interface>
<descr type="xsd:string">Default allow LAN IPv6 to any rule</descr>
<source>
<any>0</any>
<network>lan</network>
</source>
<destination>
<any/>
</destination>
<type>pass</type>
</rule>
<rule uuid="818e49d6-c483-46f8-bd00-c69d5fe9d2ea">
<interface>WireGuard</interface>
<descr type="xsd:string">Pass VPN traffic from WireGuard peers</descr>
<source>
<any>0</any>
</source>
<destination>
<any/>
</destination>
<type>pass</type>
</rule>
<rule uuid="08646286-889b-4776-9327-372aa4471606">
<protocol>tcp</protocol>
<interface>lan,opt1</interface>
<descr type="xsd:string"/>
<source>
<any>0</any>
<network>lan</network>
</source>
<destination/>
<type>block</type>
</rule>
<rule uuid="1f613f6b-7739-4bbc-9ce1-e8bdefd00690">
<protocol>tcp</protocol>
<interface>lan,opt1</interface>
<descr type="xsd:string"/>
<source>
<any>0</any>
<network>opt1</network>
</source>
<destination/>
<type>block</type>
</rule>
<rule>
<type>pass</type>
<associated-rule-id>nat_68c1efc2a772d7.22053089</associated-rule-id>
<source>
<any>1</any>
</source>
<interface>wan</interface>
<statetype>keep state</statetype>
<protocol>tcp</protocol>
<ipprotocol>inet</ipprotocol>
<destination>
<address>192.168.128.11</address>
<port>81</port>
</destination>
<descr/>
<category/>
<created>
<username>root@192.168.128.90</username>
<time>1757540290.69</time>
<description>/firewall_nat_edit.php made changes</description>
</created>
</rule>
</filter>
<widgets>
<sequence>system_information-container:00000000-col3:show,services_status-container:00000001-col4:show,gateways-container:00000002-col4:show,interface_list-container:00000003-col4:show</sequence>
<column_count>2</column_count>
</widgets>
<revision>
<username>root@192.168.128.90</username>
<description>/diag_backup.php made changes</description>
<time>1757589564.14</time>
</revision>
<OPNsense>
<Syslog version="1.0.2" persisted_at="1753817191.39">
<general>
<enabled>1</enabled>
<loglocal>1</loglocal>
<maxpreserve>31</maxpreserve>
<maxfilesize/>
</general>
<destinations>
<destination uuid="834936a4-787b-4246-97b0-bea0277737ce">
<enabled>0</enabled>
<transport>udp4</transport>
<program>audit,configd.py,ddclient,dhcpd,dhcrelay,dnsmasq,filterlog,firewall,dpinger,charon,kea-ctrl-agent,kea-dhcp4,kea-dhcp6,lighttpd,monit,ntp,ntpd,ntpdate,openvpn,pkg,pkg-static,captiveportal,ppp,unbound,bgpd,miniupnpd,olsrd,ospfd,routed,zebra,suricata,wireguard,hostapd</program>
<level>debug,info,notice,warn,err,crit,alert,emerg</level>
<facility>kern,user,mail,daemon,auth,syslog,lpr,news,uucp,cron,authpriv,ftp,ntp,security,console,local0,local1,local2,local3,local4,local5,local6,local7</facility>
<hostname>192.168.128.32</hostname>
<certificate/>
<port>9001</port>
<rfc5424>0</rfc5424>
<description/>
</destination>
</destinations>
</Syslog>
<Swanctl version="1.0.0">
<Connections/>
<locals/>
<remotes/>
<children/>
<Pools/>
<VTIs/>
<SPDs/>
</Swanctl>
<IPsec version="1.0.5" persisted_at="1757586950.34">
<general>
<enabled/>
<preferred_oldsa>0</preferred_oldsa>
<disablevpnrules>0</disablevpnrules>
<passthrough_networks/>
<user_source/>
<local_group/>
</general>
<charon>
<max_ikev1_exchanges/>
<threads>16</threads>
<ikesa_table_size>32</ikesa_table_size>
<ikesa_table_segments>4</ikesa_table_segments>
<init_limit_half_open>1000</init_limit_half_open>
<ignore_acquire_ts>1</ignore_acquire_ts>
<install_routes>0</install_routes>
<cisco_unity>0</cisco_unity>
<make_before_break>0</make_before_break>
<retransmit_tries/>
<retransmit_timeout/>
<retransmit_base/>
<retransmit_jitter/>
<retransmit_limit/>
<syslog>
<daemon>
<ike_name>1</ike_name>
<log_level>0</log_level>
<app>1</app>
<asn>1</asn>
<cfg>1</cfg>
<chd>1</chd>
<dmn>1</dmn>
<enc>1</enc>
<esp>1</esp>
<ike>1</ike>
<imc>1</imc>
<imv>1</imv>
<job>1</job>
<knl>1</knl>
<lib>1</lib>
<mgr>1</mgr>
<net>1</net>
<pts>1</pts>
<tls>1</tls>
<tnc>1</tnc>
</daemon>
</syslog>
<plugins>
<attr>
<subnet/>
<split-include/>
<x_28674/>
<x_28675/>
<x_28672/>
<x_28673>0</x_28673>
<x_28679/>
<dns/>
<nbns/>
</attr>
<eap-radius>
<servers/>
<accounting>0</accounting>
<class_group>0</class_group>
</eap-radius>
<xauth-pam>
<pam_service>ipsec</pam_service>
<session>0</session>
<trim_email>1</trim_email>
</xauth-pam>
</plugins>
</charon>
<keyPairs/>
<preSharedKeys/>
</IPsec>
<TrafficShaper version="1.0.3">
<pipes/>
<queues/>
<rules/>
</TrafficShaper>
<Interfaces>
<loopbacks version="1.0.0"/>
<neighbors version="1.0.0"/>
<vxlans version="1.0.2"/>
</Interfaces>
<wireguard>
<general version="0.0.1">
<enabled>0</enabled>
</general>
<client version="1.0.0">
<clients/>
</client>
<server version="1.0.0">
<servers/>
</server>
</wireguard>
<cron version="1.0.4" persisted_at="1757588622.25">
<jobs>
<job uuid="2a8668b4-b946-4f11-b557-e558b4e748b5">
<origin>IDS</origin>
<enabled>1</enabled>
<minutes>0</minutes>
<hours>0</hours>
<days>*</days>
<months>*</months>
<weekdays>*</weekdays>
<who>root</who>
<command>ids update</command>
<parameters/>
<description>ids rule updates</description>
</job>
</jobs>
</cron>
<Gateways version="1.0.0" persisted_at="1757540354.58">
<gateway_item uuid="ba1888c9-a27e-4549-9a83-2344b9124743">
<disabled>0</disabled>
<name>GATEWAY</name>
<descr/>
<interface>wan</interface>
<ipprotocol>inet</ipprotocol>
<gateway>192.168.39.1</gateway>
<defaultgw>0</defaultgw>
<fargw>0</fargw>
<monitor_disable>1</monitor_disable>
<monitor_noroute>0</monitor_noroute>
<monitor_killstates>0</monitor_killstates>
<monitor_killstates_priority>0</monitor_killstates_priority>
<monitor/>
<force_down>0</force_down>
<priority>255</priority>
<weight>1</weight>
<latencylow/>
<latencyhigh/>
<losslow/>
<losshigh/>
<interval/>
<time_period/>
<loss_interval/>
<data_length/>
</gateway_item>
</Gateways>
<captiveportal version="1.0.4">
<zones/>
<templates/>
</captiveportal>
<Firewall>
<Category version="1.0.0">
<categories/>
</Category>
<Filter version="1.0.4">
<rules/>
<snatrules/>
<npt/>
<onetoone/>
</Filter>
<Alias version="1.0.1">
<geoip>
<url/>
</geoip>
<aliases/>
</Alias>
<Lvtemplate version="0.0.1">
<templates/>
</Lvtemplate>
</Firewall>
<trust>
<general version="1.0.1">
<store_intermediate_certs>0</store_intermediate_certs>
<install_crls>0</install_crls>
<fetch_crls>0</fetch_crls>
<enable_legacy_sect>1</enable_legacy_sect>
<enable_config_constraints>0</enable_config_constraints>
<CipherString/>
<Ciphersuites/>
<SignatureAlgorithms/>
<groups/>
<MinProtocol/>
<MinProtocol_DTLS/>
</general>
</trust>
<monit version="1.0.14" persisted_at="1757586949.59">
<general>
<enabled>1</enabled>
<interval>120</interval>
<startdelay>120</startdelay>
<mailserver>127.0.0.1</mailserver>
<port>25</port>
<username/>
<password/>
<ssl>0</ssl>
<sslversion>auto</sslversion>
<sslverify>1</sslverify>
<logfile/>
<statefile/>
<eventqueuePath/>
<eventqueueSlots/>
<httpdEnabled>0</httpdEnabled>
<httpdUsername>root</httpdUsername>
<httpdPassword/>
<httpdPort>2812</httpdPort>
<httpdAllow/>
<mmonitUrl/>
<mmonitTimeout>5</mmonitTimeout>
<mmonitRegisterCredentials>1</mmonitRegisterCredentials>
</general>
<alert uuid="c3e2cd5f-353e-4ca1-a777-0e4276328986">
<enabled>0</enabled>
<recipient>root@localhost.local</recipient>
<noton>0</noton>
<events/>
<format/>
<reminder/>
<description/>
</alert>
<service uuid="20d5f3a8-257c-42b0-aec3-838c6ecf8003">
<enabled>1</enabled>
<name>$HOST</name>
<description/>
<type>system</type>
<pidfile/>
<match/>
<path/>
<timeout>300</timeout>
<starttimeout>30</starttimeout>
<address/>
<interface/>
<start/>
<stop/>
<tests>45fcbd83-eebf-45d9-88c1-404157e68e5a,6e3713de-6963-4704-82c2-0fe1a7702a08,f079c5c3-3d6d-44ec-94d2-3e998137242f,dffa8190-d5e8-44a0-b040-4a1d7b7588d6</tests>
<depends/>
<polltime/>
</service>
<service uuid="f146cfd4-3a1f-4140-87a6-cd8c40a0961b">
<enabled>1</enabled>
<name>RootFs</name>
<description/>
<type>filesystem</type>
<pidfile/>
<match/>
<path>/</path>
<timeout>300</timeout>
<starttimeout>30</starttimeout>
<address/>
<interface/>
<start/>
<stop/>
<tests>ed8d1995-7863-4440-af2f-b6a561deb6ec</tests>
<depends/>
<polltime/>
</service>
<service uuid="308a3dbb-77f1-47eb-ae98-a8534e3cf19f">
<enabled>0</enabled>
<name>carp_status_change</name>
<description/>
<type>custom</type>
<pidfile/>
<match/>
<path>/usr/local/opnsense/scripts/monit/carp_status.php</path>
<timeout>300</timeout>
<starttimeout>30</starttimeout>
<address/>
<interface/>
<start/>
<stop/>
<tests>5fc1e52f-7779-473e-a6fe-e9253e3eb498</tests>
<depends/>
<polltime/>
</service>
<service uuid="21155b2b-54fa-4c9c-b61d-c9274dbca53f">
<enabled>0</enabled>
<name>gateway_alert</name>
<description/>
<type>custom</type>
<pidfile/>
<match/>
<path>/usr/local/opnsense/scripts/monit/gateway_alert.php</path>
<timeout>300</timeout>
<starttimeout>30</starttimeout>
<address/>
<interface/>
<start/>
<stop/>
<tests>5faf8cd6-aaa2-4366-8c58-63cefa4deafd</tests>
<depends/>
<polltime/>
</service>
<test uuid="e54397f1-3c37-4165-95e1-41f945f67e75">
<name>Ping</name>
<type>NetworkPing</type>
<condition>failed ping</condition>
<action>alert</action>
<path/>
</test>
<test uuid="adb14018-719d-4ff0-b550-440770bcfce9">
<name>NetworkLink</name>
<type>NetworkInterface</type>
<condition>failed link</condition>
<action>alert</action>
<path/>
</test>
<test uuid="4945e875-27c0-4d05-a180-2474dd0dc4dc">
<name>NetworkSaturation</name>
<type>NetworkInterface</type>
<condition>saturation is greater than 75%</condition>
<action>alert</action>
<path/>
</test>
<test uuid="45fcbd83-eebf-45d9-88c1-404157e68e5a">
<name>MemoryUsage</name>
<type>SystemResource</type>
<condition>memory usage is greater than 75%</condition>
<action>alert</action>
<path/>
</test>
<test uuid="6e3713de-6963-4704-82c2-0fe1a7702a08">
<name>CPUUsage</name>
<type>SystemResource</type>
<condition>cpu usage is greater than 75%</condition>
<action>alert</action>
<path/>
</test>
<test uuid="f079c5c3-3d6d-44ec-94d2-3e998137242f">
<name>LoadAvg1</name>
<type>SystemResource</type>
<condition>loadavg (1min) is greater than 48</condition>
<action>alert</action>
<path/>
</test>
<test uuid="dffa8190-d5e8-44a0-b040-4a1d7b7588d6">
<name>LoadAvg5</name>
<type>SystemResource</type>
<condition>loadavg (5min) is greater than 36</condition>
<action>alert</action>
<path/>
</test>
<test uuid="80cc5dc9-6439-4d6f-86f2-c94a0db9bf9a">
<name>LoadAvg15</name>
<type>SystemResource</type>
<condition>loadavg (15min) is greater than 24</condition>
<action>alert</action>
<path/>
</test>
<test uuid="ed8d1995-7863-4440-af2f-b6a561deb6ec">
<name>SpaceUsage</name>
<type>SpaceUsage</type>
<condition>space usage is greater than 75%</condition>
<action>alert</action>
<path/>
</test>
<test uuid="5fc1e52f-7779-473e-a6fe-e9253e3eb498">
<name>ChangedStatus</name>
<type>ProgramStatus</type>
<condition>changed status</condition>
<action>alert</action>
<path/>
</test>
<test uuid="5faf8cd6-aaa2-4366-8c58-63cefa4deafd">
<name>NonZeroStatus</name>
<type>ProgramStatus</type>
<condition>status != 0</condition>
<action>alert</action>
<path/>
</test>
</monit>
<Netflow version="1.0.1">
<capture>
<interfaces>lan,wan</interfaces>
<egress_only>wan</egress_only>
<version>v9</version>
<targets>127.0.0.1:2056</targets>
</capture>
<collect>
<enable>1</enable>
</collect>
<activeTimeout>1800</activeTimeout>
<inactiveTimeout>15</inactiveTimeout>
</Netflow>
<OpenVPN version="1.0.1">
<Overwrites/>
<Instances/>
<StaticKeys/>
</OpenVPN>
<OpenVPNExport version="0.0.1">
<servers/>
</OpenVPNExport>
<unboundplus version="1.0.12" persisted_at="1755261138.82">
<general>
<enabled>1</enabled>
<port>53</port>
<stats>1</stats>
<active_interface/>
<dnssec>0</dnssec>
<dns64>0</dns64>
<dns64prefix/>
<noarecords>0</noarecords>
<regdhcp>1</regdhcp>
<regdhcpdomain/>
<regdhcpstatic>1</regdhcpstatic>
<noreglladdr6>0</noreglladdr6>
<noregrecords>0</noregrecords>
<txtsupport>0</txtsupport>
<cacheflush>1</cacheflush>
<local_zone_type>transparent</local_zone_type>
<outgoing_interface/>
<enable_wpad>0</enable_wpad>
</general>
<advanced>
<hideidentity/>
<hideversion/>
<prefetch/>
<prefetchkey/>
<dnssecstripped/>
<aggressivensec>1</aggressivensec>
<serveexpired/>
<serveexpiredreplyttl/>
<serveexpiredttl/>
<serveexpiredttlreset/>
<serveexpiredclienttimeout/>
<qnameminstrict/>
<extendedstatistics/>
<logqueries/>
<logreplies/>
<logtagqueryreply/>
<logservfail/>
<loglocalactions/>
<logverbosity>1</logverbosity>
<valloglevel>0</valloglevel>
<privatedomain/>
<privateaddress>0.0.0.0/8,10.0.0.0/8,100.64.0.0/10,169.254.0.0/16,172.16.0.0/12,192.0.2.0/24,192.168.0.0/16,198.18.0.0/15,198.51.100.0/24,203.0.113.0/24,233.252.0.0/24,::1/128,2001:db8::/32,fc00::/8,fd00::/8,fe80::/10</privateaddress>
<insecuredomain/>
<msgcachesize/>
<rrsetcachesize/>
<outgoingnumtcp/>
<incomingnumtcp/>
<numqueriesperthread/>
<outgoingrange/>
<jostletimeout/>
<discardtimeout/>
<cachemaxttl/>
<cachemaxnegativettl/>
<cacheminttl/>
<infrahostttl/>
<infrakeepprobing/>
<infracachenumhosts/>
<unwantedreplythreshold/>
</advanced>
<acls>
<default_action>allow</default_action>
</acls>
<dnsbl>
<enabled>1</enabled>
<safesearch>0</safesearch>
<type>bla0,blm,blp,blr,bls,hgz009</type>
<lists/>
<whitelists/>
<blocklists/>
<wildcards/>
<address/>
<nxdomain>0</nxdomain>
</dnsbl>
<forwarding>
<enabled>1</enabled>
</forwarding>
<dots/>
<hosts>
<host uuid="0f55bc31-5792-4b33-ad29-1beb156eed62">
<enabled>1</enabled>
<hostname>enterprise-a</hostname>
<domain>wpjones.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<ttl/>
<server>192.168.128.2</server>
<description/>
</host>
<host uuid="9a782b81-151a-4ba1-84e5-86eddac26930">
<enabled>1</enabled>
<hostname>enterprise-d</hostname>
<domain>wpjones.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<ttl/>
<server>192.168.128.6</server>
<description/>
</host>
<host uuid="1c5145c8-7b1e-4dbf-ab29-b90d9df6b3c4">
<enabled>1</enabled>
<hostname>enterprise-b</hostname>
<domain>wpjones.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<ttl/>
<server>192.168.128.17</server>
<description/>
</host>
<host uuid="68187561-2565-4567-9c6f-892f491abb8b">
<enabled>1</enabled>
<hostname>npm</hostname>
<domain>wpjones.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<ttl/>
<server>192.168.128.20</server>
<description/>
</host>
<host uuid="c93151c3-9070-4a33-87a7-1e196c839882">
<enabled>1</enabled>
<hostname>pgserver</hostname>
<domain>wpjones.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<ttl/>
<server>192.168.128.7</server>
<description/>
</host>
<host uuid="ddd93422-1d17-42ff-9ed7-377de7851711">
<enabled>1</enabled>
<hostname>idstower</hostname>
<domain>wpjones.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<ttl/>
<server>192.168.128.14</server>
<description/>
</host>
<host uuid="b6a3870d-d087-4150-9a31-bbafbfb81575">
<enabled>1</enabled>
<hostname>pbs</hostname>
<domain>wpjones.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<ttl/>
<server>192.168.128.14</server>
<description/>
</host>
<host uuid="47e0c62e-141c-48e9-b757-327ed6ff2f2f">
<enabled>1</enabled>
<hostname>enterprise-c</hostname>
<domain>wpjones.com</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<ttl/>
<server>192.168.129.250</server>
<description/>
</host>
</hosts>
<aliases>
<alias uuid="7f4b653d-bfdc-4d55-9bac-81db3cbeb3a7">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>bw</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="d4be1d95-7846-4cf4-aae8-846fdea04247">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>firewall</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="acef68fe-e12a-4ec7-affc-c31fecf4d18c">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>gitea</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="2b38b295-8a71-49aa-9889-061fa0d105e3">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>iris</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="9f5b6d11-62e3-4a32-9981-b766489e1e33">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>emby</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="c8f2caf6-2c55-4043-9fb6-bdf49c286563">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>remote</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="45586647-cde2-4b57-85d6-70f47f9d604f">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>dashboard</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="0d494921-da0e-442d-bf0f-e879966e1693">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>navi</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="f7b27417-21ff-4e1b-bc2d-4af8c99b2c9b">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>ansible</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="98dd5b86-26d2-49f4-b5da-d5d77e95a35c">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>hassist</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
<alias uuid="ca97b513-62d2-494a-8176-95541f7eed9c">
<enabled>1</enabled>
<host>68187561-2565-4567-9c6f-892f491abb8b</host>
<hostname>ab</hostname>
<domain>wpjones.com</domain>
<description/>
</alias>
</aliases>
</unboundplus>
<DHCRelay version="1.0.1"/>
<IDS version="1.1.0" persisted_at="1757588810.15">
<rules/>
<policies/>
<userDefinedRules/>
<files>
<file uuid="2e6f5a2c-0792-4cb6-8b3f-02f4f49438c9">
<filename>abuse.ch.feodotracker.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="26cbb0d8-2065-481e-96d7-d376343111d6">
<filename>abuse.ch.sslblacklist.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="b4f783b7-33d8-41c7-bc12-7708a447b3a7">
<filename>abuse.ch.sslipblacklist.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="cf1b4194-e4d8-45c8-b871-c7875b97a9e1">
<filename>abuse.ch.threatfox.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="70c954bd-ae97-4b70-8ba5-9ceddb27a25c">
<filename>abuse.ch.urlhaus.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="e0846154-5b36-43d1-acf5-f0d5004267e3">
<filename>compromised.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="3eb3fd23-8e66-44d7-b3a9-999745d79a3f">
<filename>opnsense.file_transfer.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="e8da418a-1fba-4e76-be07-981457f09c1b">
<filename>opnsense.mail.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="ec435a1d-39ce-426d-a54f-3aed1492016b">
<filename>opnsense.media_streaming.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="49265525-8624-4cca-b5bf-f57d6e4f43ac">
<filename>opnsense.messaging.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="5040556b-abe5-4913-9c23-3381e95a682a">
<filename>opnsense.social_media.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="4c78b11b-39ec-4afb-bda9-602840df49d6">
<filename>opnsense.test.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="7c6dd52c-df80-4658-a9d7-712f9c05b22c">
<filename>opnsense.uncategorized.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="a8e3edda-31f0-4117-bc9e-0027b8061c8d">
<filename>snort_vrt.attack-responses.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="fa4603af-0f25-4889-8e2e-102a8b552c31">
<filename>snort_vrt.backdoor.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="34c3b594-e4c9-45ee-bce1-704eee1ca7cf">
<filename>snort_vrt.bad-traffic.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="558f8cb7-d5d3-4ea2-a8e9-8b0dbc3b1e1c">
<filename>snort_vrt.blacklist.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="dc6efbce-bc25-4291-ae6d-adf0faa1404e">
<filename>snort_vrt.ddos.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="3732cab4-11ab-452b-bb8b-18f4f414f533">
<filename>snort_vrt.dos.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="1c4a61bd-eba1-45fc-b8e8-447e06951e7a">
<filename>snort_vrt.exploit.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="af49f139-2efb-441d-bd44-6af175e82b75">
<filename>snort_vrt.exploit-kit.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="368d2d8b-cdd3-487b-a933-10990871b73b">
<filename>snort_vrt.malware-backdoor.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="88806bcc-6d09-4d8d-8a38-ca7c65066eec">
<filename>snort_vrt.malware-cnc.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="77cb489b-9bee-4854-8d0f-f0e5faeed826">
<filename>snort_vrt.malware-other.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="492d82f9-462d-4092-9842-ede7c29abf1e">
<filename>snort_vrt.malware-tools.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="52801840-9931-496d-b50c-39835be62edb">
<filename>snort_vrt.phishing-spam.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="3097724d-803d-4bca-ae9d-dfb1663865c2">
<filename>snort_vrt.policy-spam.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="02d9ef6b-feb3-4475-ae4e-99872796014f">
<filename>snort_vrt.pua-adware.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="71ae6eb6-993b-4d5b-a842-32a133511f12">
<filename>snort_vrt.scan.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="21be4527-9077-4afb-b853-a11bb09ec10d">
<filename>snort_vrt.spyware-put.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="cac48440-9694-4197-82ec-11ce1618e495">
<filename>snort_vrt.specific-threats.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="d62b65d8-3fc0-49e1-b8cd-eddfac87815a">
<filename>snort_vrt.virus.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="1e0e82f2-805a-4e3d-ab6e-848ee1640ee7">
<filename>snort_vrt.web-attacks.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="658acfc4-eadc-4e7c-847e-6bb32f1c6ca9">
<filename>emerging-scan.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="23a59daa-a72f-4967-a739-228048b994a3">
<filename>emerging-shellcode.rules</filename>
<enabled>0</enabled>
</file>
<file uuid="eadf0c93-1007-406f-b73b-a9cab1d5e891">
<filename>emerging-phishing.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="b2172b0e-672b-4ed2-8d16-2952b9f0891e">
<filename>emerging-mobile_malware.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="d55fc0c8-a43e-45a2-8049-552434dc61cb">
<filename>emerging-malware.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="6a3af1c7-c1b8-47c2-a9e0-8e692f03f64d">
<filename>emerging-exploit_kit.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="0b81c737-e64c-45cc-b993-74b7d7f93be8">
<filename>emerging-exploit.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="4ba02c4d-a52f-425a-98bc-f517c6d4ca23">
<filename>emerging-attack_response.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="768f90cf-b828-4c59-b742-1b8b8d0786e5">
<filename>emerging-dos.rules</filename>
<enabled>1</enabled>
</file>
<file uuid="8449760d-0811-45da-b50e-cd664c704a3f">
<filename>snort_vrt.indicator-compromise.rules</filename>
<enabled>1</enabled>
</file>
</files>
<fileTags>
<tag uuid="6b1359f4-c9df-4ebe-9c06-2f960ee123e4">
<property>snort_vrt.oinkcode</property>
<value>ea5e234c9b711404e44011ef63e0e190c2ed0648</value>
</tag>
<tag uuid="0e36dbc3-8dea-4ee1-86df-d98902547d73">
<property>snort_vrt.rulesfile</property>
<value>snortrules-snapshot-29200.tar.gz</value>
</tag>
</fileTags>
<general>
<enabled>1</enabled>
<ips>1</ips>
<promisc>0</promisc>
<interfaces>lan</interfaces>
<homenet>192.168.128.0/23,192.168.131.0/24</homenet>
<defaultPacketSize/>
<UpdateCron>2a8668b4-b946-4f11-b557-e558b4e748b5</UpdateCron>
<AlertLogrotate>W0D23</AlertLogrotate>
<AlertSaveLogs>4</AlertSaveLogs>
<MPMAlgo>hs</MPMAlgo>
<detect>
<Profile/>
<toclient_groups/>
<toserver_groups/>
</detect>
<syslog>1</syslog>
<syslog_eve>1</syslog_eve>
<LogPayload>0</LogPayload>
<verbosity/>
<eveLog>
<http>
<enable>0</enable>
<extended>0</extended>
<dumpAllHeaders/>
</http>
<tls>
<enable>0</enable>
<extended>0</extended>
<sessionResumption>0</sessionResumption>
<custom/>
</tls>
</eveLog>
</general>
</IDS>
<Kea>
<ctrl_agent version="0.0.1">
<general>
<enabled>0</enabled>
<http_host>127.0.0.1</http_host>
<http_port>8000</http_port>
</general>
</ctrl_agent>
<dhcp4 version="1.0.4" persisted_at="1753524825.71">
<general>
<enabled>0</enabled>
<manual_config>0</manual_config>
<interfaces>lan</interfaces>
<valid_lifetime>4000</valid_lifetime>
<fwrules>1</fwrules>
<dhcp_socket_type>raw</dhcp_socket_type>
</general>
<ha>
<enabled>0</enabled>
<this_server_name/>
<max_unacked_clients>2</max_unacked_clients>
</ha>
<subnets>
<subnet4 uuid="b7fb98ec-e000-4b9e-b4fd-11968acab035">
<subnet>192.168.128.0/23</subnet>
<next_server/>
<option_data_autocollect>1</option_data_autocollect>
<option_data>
<domain_name_servers>192.168.128.44</domain_name_servers>
<domain_search>wpjones.com</domain_search>
<routers>192.168.128.44</routers>
<static_routes/>
<domain_name>wpjones.com</domain_name>
<ntp_servers>192.168.128.44</ntp_servers>
<time_servers>192.168.128.1</time_servers>
<tftp_server_name/>
<boot_file_name/>
<v6_only_preferred/>
</option_data>
<match-client-id>1</match-client-id>
<pools>192.168.128.40-192.168.128.220
192.168.129.40-192.168.129.220</pools>
<description/>
</subnet4>
</subnets>
<reservations>
<reservation uuid="feb7b5e1-5994-4da6-a2f3-450742d2f435">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.3</ip_address>
<hw_address>bc:24:11:fa:ed:2d</hw_address>
<hostname>nextpvr</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="b209af2d-0323-4e87-986d-6b29f6214ef0">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.4</ip_address>
<hw_address>bc:24:11:83:83:56</hw_address>
<hostname>subsonic</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="4b7a4b0d-04b9-4853-8e1e-bf834dc47ad4">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.5</ip_address>
<hw_address>02:59:51:94:e0:ee</hw_address>
<hostname>homeassistant</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="4d073332-7a2d-4544-b748-d7c9918ac28d">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.7</ip_address>
<hw_address>bc:24:11:3c:e6:2b</hw_address>
<hostname>dbserver</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="edfbbd9a-3f48-4da0-a177-38a8c21f2fe9">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.8</ip_address>
<hw_address>bc:24:11:dc:96:8f</hw_address>
<hostname>mongodb</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="6a947d56-056a-4de5-b963-73906f3c9317">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.9</ip_address>
<hw_address>a4:86:db:f9:29:82</hw_address>
<hostname>NVR</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="cf39fb9c-48ae-4cfc-8a3c-d51f7192808a">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.10</ip_address>
<hw_address>bc:24:11:ed:7a:db</hw_address>
<hostname>galileo</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="8a42d6c2-9079-4676-ac10-cdee1f02980b">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.11</ip_address>
<hw_address>44:8a:5b:8b:7e:9f</hw_address>
<hostname>blueiris</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="d771ddff-02f6-4cf3-a920-08a680504540">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.13</ip_address>
<hw_address>bc:24:11:8e:cb:5a</hw_address>
<hostname>redis</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="3be99318-fbb6-4348-9a13-d9e9e88105fe">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.14</ip_address>
<hw_address>bc:24:11:ac:28:ad</hw_address>
<hostname>mediastation</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="ad63c24c-8bc8-4682-a821-ae94e4b55d1e">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.15</ip_address>
<hw_address>bc:24:11:1b:ba:91</hw_address>
<hostname>beszel</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="4d002efb-dc38-4ea7-be55-5ef96b37aa99">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.16</ip_address>
<hw_address>bc:24:11:87:bd:c7</hw_address>
<hostname>sfab</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="2e4a6a23-7acd-479e-bdf3-c8c4ff6c562b">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.18</ip_address>
<hw_address>bc:24:11:f2:b2:65</hw_address>
<hostname>gitea</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="6f269b4a-986e-4365-bd0e-b8e721abbde6">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.19</ip_address>
<hw_address>bc:24:11:12:5e:98</hw_address>
<hostname>sqlserver2022</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="da3b9ca2-7a47-4f3e-92e6-2c6e938091c8">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.20</ip_address>
<hw_address>bc:24:11:85:81:f2</hw_address>
<hostname>npm</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="edb3a836-5390-4808-8fca-bc2b73f1e6cc">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.21</ip_address>
<hw_address>bc:24:11:dc:ba:cd</hw_address>
<hostname>prometheus</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="50a7e9d9-532a-42ba-ae0a-affe9cac94bd">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.22</ip_address>
<hw_address>bc:24:11:63:e4:31</hw_address>
<hostname>influxdb</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="21a00fd1-2a43-4f35-a8b7-81f5f172d267">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.23</ip_address>
<hw_address>bc:24:11:82:cb:75</hw_address>
<hostname>grafana</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="23364d3e-9fea-434e-950b-a8929d2d031d">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.24</ip_address>
<hw_address>bc:24:11:b9:91:91</hw_address>
<hostname>transmission</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="eaf0a243-a1d6-4538-b0c6-4cec3053b081">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.25</ip_address>
<hw_address>bc:24:11:91:04:46</hw_address>
<hostname>casaos</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="32394c8e-b9ab-44fe-b9fd-631e93f9d301">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.26</ip_address>
<hw_address>bc:24:11:1d:85:22</hw_address>
<hostname>deluge</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="1b7be9e7-a4ee-4a9c-848c-cef209095cf5">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.27</ip_address>
<hw_address>bc:24:11:c8:d2:01</hw_address>
<hostname>actualbudget</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="e9f3a8bd-d300-4aee-938d-a15a24228ddf">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.28</ip_address>
<hw_address>bc:24:11:0d:63:22</hw_address>
<hostname>it-tools</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="1620cce3-4621-49dd-9524-89196a7de27a">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.29</ip_address>
<hw_address>bc:24:11:aa:17:d6</hw_address>
<hostname>semaphore</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="acf1a029-aaa1-4705-b849-1767abc09185">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.31</ip_address>
<hw_address>bc:24:11:a9:d6:7a</hw_address>
<hostname>qbitt</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="16ff2185-378c-4ae5-8b23-6a0119612fee">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.32</ip_address>
<hw_address>bc:24:11:49:ab:e4</hw_address>
<hostname>jackett</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="5b15a43b-60f0-41c3-8cf9-c43288f716de">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.33</ip_address>
<hw_address>bc:24:11:05:a1:ae</hw_address>
<hostname>embystat</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="11da5005-4df0-40d2-9836-23386ffcfc14">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.35</ip_address>
<hw_address>bc:24:11:24:b8:29</hw_address>
<hostname>columbus</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="ad7088e2-394b-4d10-808e-ecd0f1fa45f2">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.36</ip_address>
<hw_address>bc:24:11:93:45:95</hw_address>
<hostname>vaultwarden</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="0d7c3465-10b7-415f-81d9-ff20e4264f33">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.37</ip_address>
<hw_address>bc:24:11:03:5d:af</hw_address>
<hostname>winstation</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="056aa675-88a8-41fc-9068-ba5def8f4219">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.39</ip_address>
<hw_address>bc:24:11:e1:44:ca</hw_address>
<hostname>apt-cacher-ng</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="5c02c979-33c4-49de-bec6-4f970c959637">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.200</ip_address>
<hw_address>50:c7:bf:3c:12:53</hw_address>
<hostname>lb130</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="3a33b2be-09b2-4126-b896-7eef7f664f32">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.201</ip_address>
<hw_address>50:c7:bf:59:86:f9</hw_address>
<hostname>lb130</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="6e4f7425-164e-4f9d-9149-c2bd49043ee8">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.202</ip_address>
<hw_address>a8:42:a1:cb:66:90</hw_address>
<hostname>kl125</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="0196556f-f802-4565-bb6b-8d981c7adf83">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.203</ip_address>
<hw_address>e4:fa:c4:af:f2:81</hw_address>
<hostname>kl125</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="6fb18a8b-2fa5-4bfb-8d21-3f59abb60c3d">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.204</ip_address>
<hw_address>e4:fa:c4:4b:67:31</hw_address>
<hostname>kl125</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="2a4e24c6-0417-49db-a021-1372a6972eb5">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.205</ip_address>
<hw_address>e4:fa:c4:af:d6:8f</hw_address>
<hostname>kl125</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="7a07584e-1bc0-4e80-a895-843700d606d6">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.206</ip_address>
<hw_address>e4:fa:c4:83:7a:45</hw_address>
<hostname>kl125</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="54a5bfbc-159d-4499-ac60-de3da5298a08">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.207</ip_address>
<hw_address>e4:fa:c4:2b:d0:86</hw_address>
<hostname>kl125</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="4313871a-f10e-449a-92ed-0205d2935d4e">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.208</ip_address>
<hw_address>e4:fa:c4:9b:fd:24</hw_address>
<hostname>kl125</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="e945c8d7-8152-4dba-a4bf-0c865f0b1b27">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.209</ip_address>
<hw_address>b0:be:76:be:fc:93</hw_address>
<hostname>hs220</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="a2c062d1-5b64-4eea-a2b5-4d98f98a1425">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.210</ip_address>
<hw_address>0c:80:63:03:01:63</hw_address>
<hostname>hs220</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="1e7e8ac0-60cb-4af4-ab85-c384d27e31ae">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.211</ip_address>
<hw_address>d8:07:b6:bf:73:df</hw_address>
<hostname>hs200</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="3ffd3530-697c-4143-a9be-d389e141e449">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.212</ip_address>
<hw_address>d8:07:b6:f7:ee:61</hw_address>
<hostname>hs200</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="777a9c84-3ca3-4f39-91c0-0405973b3f61">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.213</ip_address>
<hw_address>6c:5a:b0:1d:f1:af</hw_address>
<hostname>hs200</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="9080c178-237a-40cd-a7d6-b94d40c4dda3">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.214</ip_address>
<hw_address>6c:5a:b0:1d:f5:e4</hw_address>
<hostname>hs200</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="7d56dd86-c950-4a18-95ac-804d593af9ec">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.215</ip_address>
<hw_address>6c:5a:b0:26:81:d3</hw_address>
<hostname>hs200</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="c64c7773-defd-436b-b23d-190e815482e1">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.216</ip_address>
<hw_address>60:32:b1:cb:35:fd</hw_address>
<hostname>hs103</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="0e6ca4f1-965b-48bd-b7d6-aa104562baa1">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.217</ip_address>
<hw_address>60:32:b1:e2:20:3e</hw_address>
<hostname>hs103</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="809aaa0c-f874-4b52-a49c-81ec7b8cd185">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.218</ip_address>
<hw_address>00:18:dd:0a:7f:02</hw_address>
<hostname>hdhr-10a7f025</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="e56cab41-c508-417c-ab15-020922c5ff2c">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.219</ip_address>
<hw_address>00:18:dd:0a:6c:a6</hw_address>
<hostname>hdhr-10a6ca64</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="0ffb59c7-2202-4074-afb2-795f875261e8">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.220</ip_address>
<hw_address>00:18:dd:0b:1c:7d</hw_address>
<hostname>hdhr-10b1c7d9</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="885b7ed7-69c5-47a3-b507-8dd9fad6f1d4">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.239</ip_address>
<hw_address>64:16:66:8d:d5:4f</hw_address>
<hostname>nest-thermostat</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="a6b18009-07d3-454a-9de0-ad5c9ac61fe3">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.241</ip_address>
<hw_address>48:22:54:7c:8f:30</hw_address>
<hostname>deco-x55-1</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="99de26ba-8c05-49c7-a544-d89d8d18b002">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.242</ip_address>
<hw_address>f0:a7:31:c3:21:24</hw_address>
<hostname>deco-x55-2</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="2682f84a-0bd7-4403-b493-b3d457866c65">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.243</ip_address>
<hw_address>48:22:54:7c:8f:28</hw_address>
<hostname>deco-x55-3</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="1c0cd7be-b7ae-492d-a6fb-ae23304e8b25">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.244</ip_address>
<hw_address>48:22:54:7c:8f:2c</hw_address>
<hostname>deco-x55-4</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="ae0beaa1-961f-4217-b6d0-6b53f9aa688d">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.245</ip_address>
<hw_address>74:fe:ce:0b:c5:48</hw_address>
<hostname>deco-x55-5</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="677d9fa2-81ee-4a2b-825d-7d04ff77a679">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.246</ip_address>
<hw_address>48:22:54:55:80:08</hw_address>
<hostname>deco-x50-outdoor</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="e369ef4a-5b17-4828-86c8-8886c7e5721c">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.128.247</ip_address>
<hw_address>20:d7:78:e8:5a:0a</hw_address>
<hostname>envoy</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="97d61fce-00a1-499c-82ec-e7d3bdea2c9a">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.1</ip_address>
<hw_address>bc:24:11:b2:82:a8</hw_address>
<hostname>dashy</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="7f6e438d-0395-4097-a962-c4f49f6cdaa7">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.5</ip_address>
<hw_address>bc:24:11:86:02:9c</hw_address>
<hostname>emby-pvr</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="b8fc21cb-cb6e-4110-b308-8fa8023f31f6">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.16</ip_address>
<hw_address>bc:24:11:c0:43:fe</hw_address>
<hostname>pvr</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="cd97c1b1-e4aa-499b-9735-6e9fd45559ea">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.240</ip_address>
<hw_address>20:47:47:7d:08:78</hw_address>
<hostname>idrac-voyager</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="e370225b-3918-4d88-be11-b213e545c7f8">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.241</ip_address>
<hw_address>5c:f9:dd:fe:18:8c</hw_address>
<hostname>idrac-enterprise-d</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="0fbce5e4-8bc5-4828-96fe-135fddc51e3e">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.242</ip_address>
<hw_address>a4:5d:36:fb:9e:de</hw_address>
<hostname>ilo-esxi</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="6444ec8e-b544-4686-bc29-af3ef76d76ea">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.249</ip_address>
<hw_address>bc:24:11:e7:1a:73</hw_address>
<hostname>enterprise-e</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="786584a4-2b0e-465a-90ef-b7bf9a5f6284">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.250</ip_address>
<hw_address>bc:24:11:2f:ce:5a</hw_address>
<hostname>printservice</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
<reservation uuid="6bd23374-9a24-4ee4-a332-09d36ba0fda3">
<subnet>b7fb98ec-e000-4b9e-b4fd-11968acab035</subnet>
<ip_address>192.168.129.251</ip_address>
<hw_address>bc:24:11:46:74:c6</hw_address>
<hostname>enterprise-c</hostname>
<description/>
<option_data>
<domain_name_servers/>
<domain_search/>
<routers/>
<static_routes/>
<domain_name/>
<ntp_servers/>
<time_servers/>
<tftp_server_name/>
<boot_file_name/>
</option_data>
</reservation>
</reservations>
<ha_peers/>
</dhcp4>
<dhcp6 version="1.0.0">
<general>
<enabled>0</enabled>
<manual_config>0</manual_config>
<interfaces/>
<valid_lifetime>4000</valid_lifetime>
<fwrules>1</fwrules>
</general>
<ha>
<enabled>0</enabled>
<this_server_name/>
<max_unacked_clients>2</max_unacked_clients>
</ha>
<subnets/>
<reservations/>
<pd_pools/>
<ha_peers/>
</dhcp6>
</Kea>
<QemuGuestAgent version="1.0.0">
<general>
<Enabled>1</Enabled>
<LogDebug>1</LogDebug>
<DisabledRPCs/>
</general>
</QemuGuestAgent>
<maltrail>
<general version="0.0.2">
<heuristics>1</heuristics>
<checkhostheader>0</checkhostheader>
<updateperiod>86400</updateperiod>
<adminpassword>9ab3cd9d67bf49d01f6a2e33d0bd9bc804ddbe6ce1ff5d219c42624851db5dbc</adminpassword>
<monitorinterface/>
<whitelist/>
</general>
<server version="0.0.2">
<enabled>0</enabled>
<addblocklistalias>0</addblocklistalias>
<listenaddress>0.0.0.0</listenaddress>
<listenport>8338</listenport>
<loglistenaddress/>
<loglistenport/>
</server>
<sensor version="0.0.3">
<enabled>0</enabled>
<captureall>0</captureall>
<capturebuffer/>
<remoteserver/>
<remoteport>8337</remoteport>
<syslogserver/>
<syslogport>514</syslogport>
</sensor>
</maltrail>
<DynDNS version="1.5.1">
<general>
<enabled>1</enabled>
<verbose>1</verbose>
<allowipv6>0</allowipv6>
<daemon_delay>300</daemon_delay>
<backend>ddclient</backend>
</general>
<accounts>
<account uuid="02c7ef76-3bb2-457f-a964-13082ff19965">
<enabled>1</enabled>
<service>cloudflare</service>
<protocol/>
<server/>
<username>wpjonesnh@gmail.com</username>
<password>9234c95d586bd80e17e077caefbf1542d6742</password>
<resourceId/>
<hostnames>www.wpjones.com,wpjones.com</hostnames>
<wildcard>0</wildcard>
<zone>wpjones.com</zone>
<checkip>web_cloudflare</checkip>
<dynipv6host/>
<checkip_timeout>10</checkip_timeout>
<force_ssl>1</force_ssl>
<ttl>300</ttl>
<interface>wan</interface>
<description>Dynamic DNS for Cloudflare</description>
</account>
</accounts>
</DynDNS>
<telegraf>
<input version="1.0.4" persisted_at="1755880254.90">
<cpu>1</cpu>
<cpu_percpu>1</cpu_percpu>
<cpu_totalcpu>1</cpu_totalcpu>
<collect_cpu_time>0</collect_cpu_time>
<disk>1</disk>
<disk_mount_points/>
<disk_ignore_fs/>
<diskio>1</diskio>
<internet_speed>1</internet_speed>
<internet_speed_saving>0</internet_speed_saving>
<internet_speed_interval>360</internet_speed_interval>
<mem>1</mem>
<processes>1</processes>
<swap>0</swap>
<system>1</system>
<network>1</network>
<pf>1</pf>
<ping>0</ping>
<ping_count/>
<ping_hosts/>
<ping6>0</ping6>
<ping6_count/>
<ping6_hosts/>
<haproxy>0</haproxy>
<zfs>0</zfs>
<ntpq>0</ntpq>
<ntpq_dns_lookup>0</ntpq_dns_lookup>
<intrusion_detection_alerts>1</intrusion_detection_alerts>
<unbound>1</unbound>
<apcupsd>0</apcupsd>
<apcupsd_server/>
</input>
<general version="1.0.2" persisted_at="1753738587.40">
<enabled>1</enabled>
<wheelgroup>1</wheelgroup>
<interval>10</interval>
<roundinterval>1</roundinterval>
<metric_batch_size>1000</metric_batch_size>
<metric_buffer_limit>10000</metric_buffer_limit>
<collection_jitter>0</collection_jitter>
<flush_interval>10</flush_interval>
<flush_jitter>0</flush_jitter>
<hostname/>
<omit_hostname>0</omit_hostname>
<quiet>0</quiet>
<debug>0</debug>
</general>
<output version="1.4.6" persisted_at="1756982681.52">
<influx_enable>0</influx_enable>
<influx_url>http://192.168.128.22:8086</influx_url>
<influx_database>firewall_metrics</influx_database>
<influx_timeout>5</influx_timeout>
<influx_username/>
<influx_password/>
<influx_insecure_skip_verify>0</influx_insecure_skip_verify>
<graphite_enable>0</graphite_enable>
<graphite_server/>
<graphite_prefix/>
<graphite_template/>
<graphite_ssl_disable>0</graphite_ssl_disable>
<graphite_verify>0</graphite_verify>
<graphite_tagsupport>0</graphite_tagsupport>
<graylog_enable>0</graylog_enable>
<graylog_server>192.168.128.99:1514</graylog_server>
<elastic_enable>0</elastic_enable>
<elastic_url>http://192.168.128.32:9200</elastic_url>
<elastic_username>elastic</elastic_username>
<elastic_password>Optimus0329</elastic_password>
<elastic_timeout>5</elastic_timeout>
<elastic_indexname>telegraf-%Y.%m.%d</elastic_indexname>
<prometheus_enable>0</prometheus_enable>
<prometheus_listen/>
<prometheus_exclude/>
<prometheus_stringaslabel>0</prometheus_stringaslabel>
<influx_v2_enable>1</influx_v2_enable>
<influx_v2_url>http://192.168.128.32:8086</influx_v2_url>
<influx_v2_token>A3Hwvjyvhmy7KbvuEFo1Kaf_MtX3aYUKCM3baBv2KlKr5IEPUJd1QgZ-o73vMZlyRjh_iC_GnA5eKwY5Bn5C8A==</influx_v2_token>
<influx_v2_organization>Jones Residence</influx_v2_organization>
<influx_v2_bucket>firewall_metrics</influx_v2_bucket>
<influx_v2_insecure_skip_verify>1</influx_v2_insecure_skip_verify>
<influx_v2_timeout>5</influx_v2_timeout>
<datadog_enable>0</datadog_enable>
<datadog_url/>
<datadog_apikey/>
<mqtt_enable>0</mqtt_enable>
<mqtt_topic_prefix/>
<mqtt_topic/>
<mqtt_servers/>
<mqtt_insecure_skip_verify>0</mqtt_insecure_skip_verify>
<mqtt_client_id/>
<mqtt_qos>2</mqtt_qos>
<mqtt_retain>0</mqtt_retain>
<mqtt_timeout>5</mqtt_timeout>
<mqtt_username/>
<mqtt_password/>
<mqtt_layout>non-batch</mqtt_layout>
<mqtt_data_format>influx</mqtt_data_format>
<opentelemetry_enable>0</opentelemetry_enable>
<opentelemetry_server/>
<opentelemetry_insecure_skip_verify>0</opentelemetry_insecure_skip_verify>
<opentelemetry_timeout>5</opentelemetry_timeout>
<opentelemetry_compression>gzip</opentelemetry_compression>
</output>
<key version="1.0.0">
<keys/>
</key>
</telegraf>
<filebeat version="0.0.0" persisted_at="1753972202.26">
<enabled>1</enabled>
<modules>
<enabled>suricata</enabled>
</modules>
<inputs>
<enabled>audit,configd,boot,system,lighttpd</enabled>
</inputs>
<output>
<elasticsearch>
<hosts>http://192.168.128.32:9200</hosts>
<api_key>UW1YallKZ0I3LWdydWdMZHJEZ2I6NzdQWmZ2VXhfc3czbFNxdUZCay04UQ==</api_key>
<ssl>
<verification_mode>certificate</verification_mode>
<ca_trusted_fingerprint/>
</ssl>
</elasticsearch>
</output>
</filebeat>
<AutoRecovery version="1.0.0" persisted_at="1753962279.93">
<general>
<countdown>1</countdown>
<action>noop</action>
<configd_command/>
</general>
</AutoRecovery>
</OPNsense>
<laggs version="1.0.0">
<lagg/>
</laggs>
<vlans version="1.0.0">
<vlan/>
</vlans>
<gres version="1.0.0">
<gre/>
</gres>
<gifs version="1.0.0">
<gif/>
</gifs>
<virtualip version="1.0.1">
<vip/>
</virtualip>
<hasync version="1.0.2">
<disablepreempt>0</disablepreempt>
<disconnectppps>0</disconnectppps>
<pfsyncinterface/>
<pfsyncpeerip/>
<pfsyncversion>1400</pfsyncversion>
<synchronizetoip/>
<verifypeer>0</verifypeer>
<username/>
<password/>
<syncitems/>
</hasync>
<ifgroups version="1.0.0"/>
<openvpn>
<openvpn-server/>
</openvpn>
<staticroutes version="1.0.0">
<route/>
</staticroutes>
<bridges version="1.0.0">
<bridged/>
</bridges>
<ppps>
<ppp/>
</ppps>
<wireless>
<clone/>
</wireless>
<ca uuid="f616dcf3-5208-425f-bbf0-3f4e5198bce3">
<refid>687adb23c5341</refid>
<descr>Home</descr>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUdSVENDQkMyZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBRENCbFRFTE1Ba0dBMVVFQmhNQ1ZWTXgKRmpBVUJnTlZCQWdNRFU1bGR5QklZVzF3YzJocGNtVXhEekFOQmdOVkJBY01Ca1Y0WlhSbGNqRVlNQllHQTFVRQpDZ3dQU205dVpYTWdVbVZ6YVdSbGJtTmxNU0l3SUFZSktvWklodmNOQVFrQkZoTjNjR3B2Ym1WemJtaEFaMjFoCmFXd3VZMjl0TVI4d0hRWURWUVFEREJabWFYSmxkMkZzYkMweExuZHdhbTl1WlhNdVkyOXRNQjRYRFRJMU1EY3gKT0RJek16a3lORm9YRFRJM01UQXlNVEl6TXpreU5Gb3dnWlV4Q3pBSkJnTlZCQVlUQWxWVE1SWXdGQVlEVlFRSQpEQTFPWlhjZ1NHRnRjSE5vYVhKbE1ROHdEUVlEVlFRSERBWkZlR1YwWlhJeEdEQVdCZ05WQkFvTUQwcHZibVZ6CklGSmxjMmxrWlc1alpURWlNQ0FHQ1NxR1NJYjNEUUVKQVJZVGQzQnFiMjVsYzI1b1FHZHRZV2xzTG1OdmJURWYKTUIwR0ExVUVBd3dXWm1seVpYZGhiR3d0TVM1M2NHcHZibVZ6TG1OdmJUQ0NBaUl3RFFZSktvWklodmNOQVFFQgpCUUFEZ2dJUEFEQ0NBZ29DZ2dJQkFKOHE1eEY1cHpwdFdOZVpFTWpKaThFa284eFpIMVZOY2ZuWE9oQ2tQSzdZCllzZm1XeWRUOGdtVVZhNTZrVndidytMaTI3UVkrMGdRWE5EeGNyMlB3aTBOKzhTWFRmcTFBUlp1QXF4bkltamcKVWtuUU1IQkRXN3EyQlh2cjBuS2c3UW1lRmtQaWQwbE1jcXFhOC9YcEdFMVpvSCszb0o1MGRWam1KdjE1N3hNYQppL0dwaTl4UE5sOVI1N3dSZURJdkhwSnorV09NdS83VnV6aDlhWnJId00wYzZGQnY2WEhsZ0NrYTVSU296TXR2CjllcENtYlhwMmZ4cEg4VG5IOXlDTWtGODQ5S2VnNU4yblVmM3VIWDY0NTVCQnlUN3psNTA3c1U0OXpRb3NjdUsKVmlDVGRFa1NzZGQva1BsRzA3ek1NRUFJQWpwNzNUcUFwbWdYbGhFRGMrS2ExTExoMDhyMXV1ZWR6REtBUHRVdQpmbU84STRtNjVKTzI1cENBeWZUY1YvWWxwMjlrRHRjeXgrVTkvaXVyQ0ZXaTVVVnNqREw1YzFxb0Z1K21qYkxpCktOMUF2T2wvWGZJaDJaeG84SVVIT3BwMzJNcmlNN09JdXZZQW9HUjBqVTJqdGk2TDlZc0NEQ2VHQTBHYnVjLzcKQ1RtWStzeTM1NFM4ZUxDQlhGbHVCNmdZSml5djNybHFoTkorbDFwY0VZZFlxaFdxZ3lrRXIvaGpkN1lXR2phVQo4NFBNTHNpQjIyWHAwZ01lZ3Z3ZmdEbytDYmNsQU1NeU12TDJ5bzhMZjNEZEM1cmdBRWYxYlVrcWJIWWF4OWlpCkN6QlpjNGZwTGRZVUN2UU9CTG1FazU3UmRMVHF1aVo4aGQvdEpMZGlCeVR0alhlVUZCSW5DeGYvcmE4MlowOGgKQWdNQkFBR2pnWjB3Z1pvd053WUpZSVpJQVliNFFnRU5CQ29XS0U5UVRuTmxibk5sSUVkbGJtVnlZWFJsWkNCRApaWEowYVdacFkyRjBaU0JCZFhSb2IzSnBkSGt3SFFZRFZSME9CQllFRklaeUt5Qm1ab1hqQkhtaGo4NTFzd0FyCnhBTFdNQjhHQTFVZEl3UVlNQmFBRklaeUt5Qm1ab1hqQkhtaGo4NTFzd0FyeEFMV01BOEdBMVVkRXdFQi93UUYKTUFNQkFmOHdEZ1lEVlIwUEFRSC9CQVFEQWdHR01BMEdDU3FHU0liM0RRRUJDd1VBQTRJQ0FRQ1FvTHpqSVRPRQpEYkN6cUZQM0hJdnVsQk1QQTdmM3lZL2xIV2Jib2RvUHMrNW9nTHFVVS9iYjVXN0gvZU5FRVJKdTJza1FTa0hoCjc0R2xQclFwc2RsNVZBdVNaZEI5dVNrdnliM3Z6MEg0YVFBb1NTZHp2TXQ4dzBzWGlxVkV4eEg2UGVyK0lYdXoKbDFMS0FpN2Jzemswa3N3TWdpN2hQeWNYZkFwV0dEd01RZyt4OG9UVmRqbHVUcndURlhYTHd0WDhSYWt0c2NZRwp0clZPUGEyVzM4UFl0aTBxendaeWFJQ0hOSkdPQnpCWG5NNVJBM0NKd2xKVVFVc2k5L3BvMXN6Yk9yQnFBakk3Ckd3b0l1c1lJa1VtWDRaYkExYVVkWk5YMnVRamRGVnFEVDhmeTBnNzZMSDhndENpNW5JbW01Nk5lejJCRjhDOFIKUS9qRktWcWR0WFA3dnorNGZsak1CZTFWT1I3KzlDaVV1cUlMVHNyT3QwNnhDVkhWZmNQdkRSOWs4aGd5Y0k4ZwpxWWJaR2w4Z1kyWGpiM0FqWkc3WjZPa29CWGtrMEg3UitGdjgyTC9nOUdtMk91MmIrQkkzdDZRdEl6T1l6ZS90Cnk5SVRmYmN1UE9VZ0dmK3ZYaWVTLzh6aVJTSytBZTVCaWhieFJzNjFpNTM4NTRrTCt5bmdXbHVuVTlFL3BVRGYKa1VlWjdFai9jN29QcUlqVE9LUmUxV2Y4TjhHTkFUTlJUTTNURVJ0elZHc24rZkdGekU3ZmZ2d3R3djduNU8wSQpPdjFCY2p2cXJ2cTN6ZGpJTk9aN3dZQU1IMDBjY25TS2M4c3JSS3BXMHRNam5MY2xYT2pMNXdCdUplaWVGQUxNCjh3eTUyMnVEWWRuNmIrU0U0SHRiY293VnlNaGJRTDlwS0E9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUpRUUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQ1Nzd2dna25BZ0VBQW9JQ0FRQ2ZLdWNSZWFjNmJWalgKbVJESXlZdkJKS1BNV1I5VlRYSDUxem9RcER5dTJHTEg1bHNuVS9JSmxGV3VlcEZjRzhQaTR0dTBHUHRJRUZ6UQo4WEs5ajhJdERmdkVsMDM2dFFFV2JnS3NaeUpvNEZKSjBEQndRMXU2dGdWNzY5SnlvTzBKbmhaRDRuZEpUSEtxCm12UDE2UmhOV2FCL3Q2Q2VkSFZZNWliOWVlOFRHb3Z4cVl2Y1R6WmZVZWU4RVhneUx4NlNjL2xqakx2KzFiczQKZldtYXg4RE5IT2hRYitseDVZQXBHdVVVcU16TGIvWHFRcG0xNmRuOGFSL0U1eC9jZ2pKQmZPUFNub09UZHAxSAo5N2gxK3VPZVFRY2srODVlZE83Rk9QYzBLTEhMaWxZZ2szUkpFckhYZjVENVJ0Tzh6REJBQ0FJNmU5MDZnS1pvCkY1WVJBM1BpbXRTeTRkUEs5YnJubmN3eWdEN1ZMbjVqdkNPSnV1U1R0dWFRZ01uMDNGZjJKYWR2WkE3WE1zZmwKUGY0cnF3aFZvdVZGYkl3eStYTmFxQmJ2cG8yeTRpamRRTHpwZjEzeUlkbWNhUENGQnpxYWQ5aks0ak96aUxyMgpBS0JrZEkxTm83WXVpL1dMQWd3bmhnTkJtN25QK3drNW1Qck10K2VFdkhpd2dWeFpiZ2VvR0NZc3I5NjVhb1RTCmZwZGFYQkdIV0tvVnFvTXBCSy80WTNlMkZobzJsUE9EekM3SWdkdGw2ZElESG9MOEg0QTZQZ20zSlFERE1qTHkKOXNxUEMzOXczUXVhNEFCSDlXMUpLbXgyR3NmWW9nc3dXWE9INlMzV0ZBcjBEZ1M1aEpPZTBYUzA2cm9tZklYZgo3U1MzWWdjazdZMTNsQlFTSndzWC82MnZObWRQSVFJREFRQUJBb0lDQUFRclhzbXZwdUNLTUQ5WGtGKytIZFhWCnBKL0wvdHpnYmptbCtHeXFyTGRFemxPZnRtZ1JsQi9KbmJQNEhIb3Q5UVBxdnVnWkZtNEZGYlZZZWRHNjVCS0QKa1FLTmx4cVg1cnNrYnhmK2pLRjBMTnVub3preG5vUEYxRjl5WmowZjk0MmVzVVVlZDlMNCtIRDlKYUpkdElnRQpMc2JoczhpcTBzOGRHa3plQnBQNHlFMHdqSXdkSEJiRG9iOGtzd0lYaDJTOU9uMXYySlhjbWU2cEpGek1Xa0hWClBjV3JwTkVadXJGNDlhTEVxRGExREZ0U1dzM3YzZ2kxWlVKbWJvaDdkWjhQQ3pXL2RzRmtaRXJZRTZJdGpBeGYKZGpVekRtMGRnWXF6aXhBMzk2NVdCWnNOV2NpM1AyYmVmZGoxME1LYms3RDl0TGM4K3ViWEsyVERKMmh6TDNRbgoxK1FSOXpmaEtlcWJXdXo4QnNVRVZkMGFIMGJWZDFXL3NNS2xYVFk5RHBnbktwVGR4YmNPVkNGOXo0ZWhwd05lClhneXh0SWp4RkFLM1A3Z20vdk0yMFg5SFp6d1cwSUpEN0orMEIvVFJyS2M5Y2JjTS84YTJoU2wvekJWVWVONHgKNzhBSTVuYlo4Q2ZVMGRQSWYwOGZwbklqajRmN2dOQVNxOXlTNW1EdU1zR2VwUzRQc0EyaFdwSjFEaXI1Y2RkSAoxMlVwSEd6NXdvNU1LNUpQYTRLVXBVd0tsc0hNYTRKekVFSTMwcSt2RnJIRXhFSmxkWE1HTjZnTmpmekc4eFVTCnpPTVlDbTVnRDdieW9QZ2ZpK2lMREtzOTYxa2lYUldrZGhheWhobU05MGlLT0JLMFVvR0ZXRHRDck9NMHU4WVMKb1N5SGxPSUsxOHU1TWwraXNZdGxBb0lCQVFETlpIdnRSdFpQdjBsWW5sZ2txZzlMZitpUXJqc09kamNkTWRGUwpmSnRneC93VDloL3B0TnAyT1d5Q2RxaTMyQS9BK0FPU2pXZmhtSE9BSjRUR0NORXhDVmtacWhmdUdpVnIweFVICmpJWjBhY3BTSHhRTE13blNPTlZiajdWQmlyUHVXY3dPVmxPQWtUZzBLS0tPNkQ3UDR3K1JsTFdWOUNqcGpyRzMKMzFYVWlpc0t5VFhoWStFNURsSmdYMUY3SlJNQy9JcTNSUUZVOVM0STl2QTJnWXZnQm9jenJLSVV5YXRnMzBsYwpiekFWcDNySFRLZ3VURFlxZHBpeXR1di9KZzJXelNzdEptWVZTTi9CM01wZ1B6YU8yL05GNk1ZUkgrOUV3WmV1Cm16WXpVMGxvaURkVVFOWmVuZjNjZlA1RXVGTHl4M1BucHZsQ2E1b3Rjb3ZPV00yMUFvSUJBUURHWXJIczNZREQKWThaWHZWUk9rZVZmVnY0WkxBV2JPRSt5cFJPUVMyVk1LdUZRVXl5Ykc3ZnBZRThRQUllN1cvWXlQVk12bDdydgpKeGlmOHNtU29GemNoY0tTNG00L01wQ0RvOHNGSXdBN1NYYU1zdVNNMTNsM1RPMHE0eHdNUHpySlBUa2dBenoyCmt5bnRYSWFlNTNneWU1cUFPLzYvSFlLL0RiOU1SZFA3VytPcEpkVjEvM25IQ1V5S2lRQjVVRUdJVUpxazNpOGQKWFZ2Y0pPc25pU2lLT0t5SkxlQ2NxclQ0S096MzR1S05QUmJIWHRRSGQ0YkhsbStpRFl4UkpyaWdEb0tsd3gzdgpNSm5TSmxydzY0OW5jVUU5RHVmcGl3eCtJYUplQnBsRDdnNXR5bVFhb3ZESEN5dmJCbHRXZjMvS3k0SU5FWHVBClp1UVVwaWY3Vy84OUFvSUJBQWw2OXVGbjRLS0RzTTMvV1JBd0xVNk4wOTFCdllZWVhNampNTWMrNnlrWGNnSTEKM1JrN2VNMzJMcFVEQnh5ZFEzVGp2YjU0K20rR1N1YUNiSFY3bUxSTHV5b2RHTWVydTBoejBNZXRhOU5ad3JYeApxMG90QytvQko0LzNYU1Z1VW9uUTZVTk1Kc1NMYjIydzVuZjBMbG9JSUFMWE8xNTFpNkhrTFQzUWVEUzhQK3BhCmlUc2pFaFZCSFBwSHpBb0VGeEdQT0pQbkFuMjZaMnFRZzF2d3ROVWRXQVpCbEtXaS9WOFdUMXVONGtsTmxyUTIKVEpqK2VZMlNOZEFoODFpdWwvZjY5bUE2SW9JZS8vMEJ4UEdXV1YxVXQ3RGxZcWNOczB5WUp2a3ZQdHcxbnZETgpRTWlKeVp0S2JacE14cXZEV2tqTWZnUVdSL0VSNkdicW41dGhxL1VDZ2dFQVk5eityN3Q0dStLWHowYnhEM1FGCndJNXI3b1BvZHBCTUhpTld5OFlJUWVVNzhsRk1IUEJCRGV0N0lSVURQbDgyZVdmQlhpM0UzZW9TVFVITUVsRkQKTFlidndUeldQbDNYdlV4UVFFKzBLQ1A4MXlxZVBmK2hsMXBUOE1qT0w2UU1sWXlLR3dGR1NPRWZzK3Bsb2N2bgpCNUtNM1l4VjJpS2kxRVc1VEUzQ1BiK3R4RkhWT0ViWUtFY1lEb3lVZm56VjRDYWpFZWIrVkl2UVYrc0ZyS3N3Cml4T29WbzJQaVkyczkxYXlvcjNGU1UrOURiTkFqRm13c1B1YlNqb0RyajROcGhSbjA4VjZaaE5TK3lSdmx1TWQKRnZjOTNkeUpCVmtIZXQ2M2V4bGJRWVN1SXJwRTFkdTcxSlpkQnk0V0FGN0NGM1dHQzhvSEgwV3IvbkQ5bzF4VwpDUUtDQVFBSDlWbFp3aE5wY2k1d25aWU9uWWcxS3ZxaEhvcVZ1dnNzR1FxOHhoc3Y1MWFXZ3ZTMUQyaThGQThBCnlnWm5LUFp5MkVkbWZsU21rQ01VTDFlK0VnYXRyejJ6Y2diT0xueEFZVW5OeVUydWtJYkNIcDBSSWZ1NXNaT0cKZzMxd0ZIUDEwb2FhS1ZjRlUrZkd4bGpKRXJMRmRhQVJzRjA3TlVTWGFMMVNWOVR2cSt5cXI2ckVvYmZvMmlCOApzSlFRdE5NOWpwZk5KVFhYTFhQbUFGYlV4bDRvb3JVVDIzelN5Sm5hcFpEVG9VU0dhT1BBOFdXSFVzSHpuRWdsCmRicFhkdVFqZmxEUnBsbnhGVmNabGN3b3JOUE5Ld1N3S2lvTXUxTFNiS0NWUTcrT0djQWkwT3VPbWlNSEhzWlQKUy9VYnkrRGc3TVpGYXAvS3ZzL25BV1MrRmxDVAotLS0tLUVORCBQUklWQVRFIEtFWS0tLS0tCg==</prv>
<serial/>
<caref/>
</ca>
<dhcpdv6/>
<cert uuid="364ae48f-3f67-44b1-8e54-63f32c4a2f7a">
<refid>687a55d6365a7</refid>
<descr>Web GUI TLS certificate</descr>
<caref/>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUhKakNDQlE2Z0F3SUJBZ0lVREd6bk85Z1p0S3ZMdmpCeE90R2hqb0ZHVHJVd0RRWUpLb1pJaHZjTkFRRUwKQlFBd2dZc3hIekFkQmdOVkJBTU1GbVpwY21WM1lXeHNMVEV1ZDNCcWIyNWxjeTVqYjIweEN6QUpCZ05WQkFZVApBazVNTVJVd0V3WURWUVFJREF4YWRXbGtMVWh2Ykd4aGJtUXhGVEFUQmdOVkJBY01ERTFwWkdSbGJHaGhjbTVwCmN6RXRNQ3NHQTFVRUNnd2tUMUJPYzJWdWMyVWdjMlZzWmkxemFXZHVaV1FnZDJWaUlHTmxjblJwWm1sallYUmwKTUI0WERUSTFNRGN4T0RFME1UQXpOMW9YRFRJMk1EZ3hPVEUwTVRBek4xb3dnWXN4SHpBZEJnTlZCQU1NRm1acApjbVYzWVd4c0xURXVkM0JxYjI1bGN5NWpiMjB4Q3pBSkJnTlZCQVlUQWs1TU1SVXdFd1lEVlFRSURBeGFkV2xrCkxVaHZiR3hoYm1ReEZUQVRCZ05WQkFjTURFMXBaR1JsYkdoaGNtNXBjekV0TUNzR0ExVUVDZ3drVDFCT2MyVnUKYzJVZ2MyVnNaaTF6YVdkdVpXUWdkMlZpSUdObGNuUnBabWxqWVhSbE1JSUNJakFOQmdrcWhraUc5dzBCQVFFRgpBQU9DQWc4QU1JSUNDZ0tDQWdFQXhHcmpVZnpyN1VIU2Q2RlBiYVhma2l2T0hKUmg0Ry9UT3hWTlVNN1dtamJGCk9BeXZ6Nmx5b1hwRHNjdXd1S2kyT0sxQ0Y0MjB1NTZINGx6RVdGQS9ZNjhLVW5Jejdta0ZsUHJqaXpFOWhiQmsKVEU4b2dYUXU4YjIrMjVkbGVueUpCQVNTYStOS21BcHRYckJEWjdPRnFlVkNORWZmS09ZTENaYjZSbjBQWFh3bQphajdyNGdQVDFPNmFrNEZNcXhiZFVnamduZGFPSWFXRGxzOEdseitUaVpTRHFwaWpUcmZma2VpTWg0LzE1eXFYClJjMjRoTzBjODhyMUtzL29aOUlZVVR2cXE4bUtvR2xpQnpVR0VCTWxCZG5QQXZldXBrRkQ4SldrbWZaNnFRMDUKUzY0cTZZQjVVclIwU0lXU2lkcUVUQllHQU90UU9Nc0dpSDg4MXpvOVd5REVFdkJFa2ZYRmVJaC9NNGFvekRMaQp0MUFHSmx3Y1ZacUdmMVBIdHRqL1hobHNnMk9oUFN1YWVtU1BHYStUbmZselllNy9BZ0g0bmJJclBPM25idS9BCjFGbUZBZ3NRaXpxUlNJak1GWUY0TnduVTdiRHFsUnVkZXExaUJRdjhIMzh6L1Fqbk56cmNEdGRpVDJjcURUNncKT3BjVGtoVU42UnhUU0ZjaTI2WjVLZytreGxJK2NQdGd3L3lUSUhNZ1pXWEsyMmd6d004Z0RNeE9leU4wTHFjQgpaWW1jN2loQ3ZZQXB3bzRKaW5zNWFkVXZ6ZElPM2lzZnp0eExueE9PdWxMK0JwOFQ5a1hHcXp0Z0pJL1NUbGZFCkpzOGgvUWoyM2pySXUxL0RRMlRra3ZIZTV3NFBJOFJBK1Fya2NOWlRZTG4xWEtnaEQ2SHJpNm1mMjhhOFl5OEMKQXdFQUFhT0NBWDR3Z2dGNk1Ba0dBMVVkRXdRQ01BQXdFUVlKWUlaSUFZYjRRZ0VCQkFRREFnWkFNRFFHQ1dDRwpTQUdHK0VJQkRRUW5GaVZQVUU1elpXNXpaU0JIWlc1bGNtRjBaV1FnVTJWeWRtVnlJRU5sY25ScFptbGpZWFJsCk1CMEdBMVVkRGdRV0JCU2NTTi8wZnlqQUVtYm92MVYyQWV1bStVa1FpakNCdFFZRFZSMGpCSUd0TUlHcW9ZR1IKcElHT01JR0xNUjh3SFFZRFZRUUREQlptYVhKbGQyRnNiQzB4TG5kd2FtOXVaWE11WTI5dE1Rc3dDUVlEVlFRRwpFd0pPVERFVk1CTUdBMVVFQ0F3TVduVnBaQzFJYjJ4c1lXNWtNUlV3RXdZRFZRUUhEQXhOYVdSa1pXeG9ZWEp1CmFYTXhMVEFyQmdOVkJBb01KRTlRVG5ObGJuTmxJSE5sYkdZdGMybG5ibVZrSUhkbFlpQmpaWEowYVdacFkyRjAKWllJVURHem5POWdadEt2THZqQnhPdEdoam9GR1RyVXdIUVlEVlIwbEJCWXdGQVlJS3dZQkJRVUhBd0VHQ0NzRwpBUVVGQ0FJQ01Bc0dBMVVkRHdRRUF3SUZvREFoQmdOVkhSRUVHakFZZ2habWFYSmxkMkZzYkMweExuZHdhbTl1ClpYTXVZMjl0TUEwR0NTcUdTSWIzRFFFQkN3VUFBNElDQVFBUHBnNFh0bHlBdjVvRmNsN1pQbmZsTHJnN3VrcUIKcERXa21XcWlEQ1RMYVlSNllndTlsY04zM21acFo5YnhKOWJkR1ZRTlYxNGtWNzRjNUJNbUtpcTBkTTc2ZjkrVgp6TElVNDRnNEpnZFg3clVnNmdJWTl3S3A0TkR6RlJ4aERmczYrNEd2bHJPNmVwOFdKOW0zSDFXQUMzRnlIendKCmIzSWo1c3d0MkpyZGJETEJRRWhWLy9Pcjl5aEFQRVM1ZFFxQnBYZmtIUDJoN3JOY3IrVEVxblVIa1orQjU5VGIKL3U0YUs3VWZxc2ZacW03WFE0cExCUjVuRkVnaEN2V2VFTjFnYmk3dDBFaW8rSXdEZXB0MU9JM0NaSWsyY1hLYwpMWFJmVVFXUHdpckhZRDg4cE9RUVprNFV5ejU4K1FyVmE4bHVtd3c2ZFJiZ3M4a2dKWWNBZVZ2VnRiL2g2YUNlCkdXT1dRamlKdVJ0YVY1SGJmVWQ4aEJ6UG1iK2tjMW9Wc0xXVFdaR1haKzI2RFJuOGg3aG9nVDliNG53STl3V3EKN1IwS2VIM1hoNDlHMWhhWXJIRHVXUVZXc1lXajZ6ZEtWUkVLUEcyMldCUnRvMlpIYmUzVmZpbDZpQzlMUWRQbAozS0JKT3dtbE1Lb2lMRlQ3c08zdklkaHd3ZmxtT2xFMHJzeGdHVlNxYUtqVkNwVTNjZXpiTlRwbXBEdHdQa28wCkI2ZkowZ1VsbEwzR2ZLZlhxeWpYUUswMWs3azZPL2UrVVB4ajV0Y0RYR2w5OGlGVHV5bVFRd25LMktvdmM4eTAKa28rQ0ZUNmtiSHpmVVFYUENaRlY1WU9OL1ZrNFhqNXVlM0dGR1Fjb1pOZU16MnJEalFCa3dwdUNMTFkyeFRQSgpMdnFhbEdEdGxkTHF2UT09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K</crt>
<csr/>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUpRZ0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQ1N3d2dna29BZ0VBQW9JQ0FRREVhdU5SL092dFFkSjMKb1U5dHBkK1NLODRjbEdIZ2I5TTdGVTFRenRhYU5zVTRESy9QcVhLaGVrT3h5N0M0cUxZNHJVSVhqYlM3bm9maQpYTVJZVUQ5anJ3cFNjalB1YVFXVSt1T0xNVDJGc0dSTVR5aUJkQzd4dmI3YmwyVjZmSWtFQkpKcjQwcVlDbTFlCnNFTm5zNFdwNVVJMFI5OG81Z3NKbHZwR2ZROWRmQ1pxUHV2aUE5UFU3cHFUZ1V5ckZ0MVNDT0NkMW80aHBZT1cKendhWFA1T0psSU9xbUtOT3Q5K1I2SXlIai9YbktwZEZ6YmlFN1J6enl2VXF6K2huMGhoUk8rcXJ5WXFnYVdJSApOUVlRRXlVRjJjOEM5NjZtUVVQd2xhU1o5bnFwRFRsTHJpcnBnSGxTdEhSSWhaS0oyb1JNRmdZQTYxQTR5d2FJCmZ6elhPajFiSU1RUzhFU1I5Y1Y0aUg4emhxak1NdUszVUFZbVhCeFZtb1ovVThlMjJQOWVHV3lEWTZFOUs1cDYKWkk4WnI1T2QrWE5oN3Y4Q0FmaWRzaXM4N2VkdTc4RFVXWVVDQ3hDTE9wRklpTXdWZ1hnM0NkVHRzT3FWRzUxNgpyV0lGQy93ZmZ6UDlDT2MzT3R3TzEySlBaeW9OUHJBNmx4T1NGUTNwSEZOSVZ5TGJwbmtxRDZUR1VqNXcrMkRECi9KTWdjeUJsWmNyYmFEUEF6eUFNekU1N0kzUXVwd0ZsaVp6dUtFSzlnQ25DamdtS2V6bHAxUy9OMGc3ZUt4L08KM0V1ZkU0NjZVdjRHbnhQMlJjYXJPMkFrajlKT1Y4UW16eUg5Q1BiZU9zaTdYOE5EWk9TUzhkN25EZzhqeEVENQpDdVJ3MWxOZ3VmVmNxQ0VQb2V1THFaL2J4cnhqTHdJREFRQUJBb0lDQUJGWms3emhSNEhNcDZlemt3MlBjbUU2CkIxblU3WlJpckZqeXQ4S2trcVpLb2o4aU44RnpLVklFTjhpVHdvZDlONk5vQW9lTUYrUGV6QWY5dzhZOVNHd28Kd1JPcFROY0paZG5VRTVkdkFRMDNHSlQ1QlEzeVVsYytPSWF6Sjk2YTg0dHNUL2JCdkF3VUY3Y2VnTVcvUU5aUwpEdmdKUlRnYW9lejE3aU9kMW1hZW1kSVd2c1ZYS3pZSzRaS1lBRXE0bVZJdXdKQ1FyRHRpb0c0STJYOHd1WHFVCnFOQy83T1QrTHZ4M2V6cGFTQkZrWExwb3dwelRTUlJyNEI0cEFWRnlhSDE4ZW0wMFAwK09IMytkZW15ZkZFMGgKQVQwMDNiT0gzbFY1RW5JYktKaVlOM0JzOFJOeEtzWllkRkVYbzJzVDUwM0ZRRUNDaUxLTGxJY29IaHF3NVV4bwpxVHFBMldKeWNxeUd6V1hjTndhSG9ES3hyUVpUMW95cW1wcEp1UWxxc3NNS3Vsa2xhaVZVTGNscm1GcFlndTFqCkRLMGtKWXpzSys3RmNnZWQ1TTdsN0lNZXptRm5yQnVqRm9iaEFEQllFdzZHdVZUTkxVRTFjaDlpYTdtVmlWazYKNE0yZGV4QUQrMCtxOUxML3NuZ0gvNGdYd0N0M1lOeWpzQXVsN0djemszNmloeGMvNjhhcnlzcWpUbHRsT0x0YwpSWGdybUJlTUF0Q1BUc1h0UEQvazkxRHBxSGp5ZWZFTUlFMjlGaG8xOUwycEw0azE3bEhRS0FaYVR1MU5HWDk5CjZWZ2VQdUZ5NmR6RlJ0SGcvREFodnJmM1lpYmFVRmtaYnduRW1ZR2pBQ2ZJanVJNUpOY3N6UjFYaEhJbEpGekUKdzAxV1d0eEZTYkNOYzRNV3JsbFJBb0lCQVFEekFUL2tPenZQdzMzRlVqV3lyOHR5OFIzaFp3ZVdUc21EUXBtRAowSzBtdmpVaHA4eC94dUwwVjd1bXZQOHAwWmJ0OUJVTXZLOHVWR2ljdDA5VE5PazBaTzBneG93bzhpYXkwYkxYCjc0RjZoYkhmd3lReTNWMUJWeUZLZm1yRDMrNk5LOGt2V3dwQjZ5UE45YnBiZVJTK2hhRXkwZkdlWUpGdmlLOG8Kd2ZGVmlEQkpaQ3dxdGlFc2hLb3FrZkJrK2FzM1d2VzBpNW9BeUNDd09GV09FYVFUTWRpRE43SUVJSVFETlhJdgpOdnFPNWcvMDlJOS90bCtKSTRkL2hHalFBZm4yQVJpNUJlZlRtUkV2U3d2cGJMa05abzd6MG1xeXlVRVpVQjdrCllUZWlJZ05iSkxYK2hGZXUxdkxCcldyU2ViaG51MFIwZ0tQYUIzN3RDR0pyN2R1WkFvSUJBUURPNjlyZTcyalIKUmY1cGFLbGhxaFFMd0grK3JPclJjRTRzYjRGVGQxMEZtczhodDdnQmpweWZaZC82dVdMZ0YwcXBPODgybW9zQQpMZDlTTFp6YjBUaTFsNDUwVlRRSTRPa2tqVGV5T3NGakZuMTZ2SUVVTHFIL2lnUWFSYVJsbStvQTd1NFpkbG8xCm1WU0p5S2RzcGlYNzltblhPSzgxbk1JdVZMdC9wKzRUY1RXbVZocVM4akpnRzZEcDRuZDkrNHFDbVVUejVrYm8KRUlYb1lHS0ZVeG9uOGNpdWE5ZG4rWS9EQjhjTFlneCtUY3ZMWk8xVXRkQmd1S1FnQVVyZXU2VUVIQVFTYU5BbApoeW8wUVFCczBTdHRMTDJwYkdUUDBzN2owZUxhMklGMDhGY0tzUXdpWUxwcEtFMzhYZWpOZXF4THJkR001dGF6CjNDOXh6MDFqdzdJSEFvSUJBRmxZZkVWT0FnL0JzTng3L1lKVllGaENqdG54SjdqNy90dGtBVTJWekJRU216WmsKbTZ2ZlZGTENieHcvSVJJZkhYOGYzeDF2d25rbVQ5QlBGYnRpR054S3YyVHRtMXJ5cllmUjBnL1MzNmhNdjdtbAo1Z2xObXB3TGpSSDJxUXFicXZuOHYxdkovVnQvT1FyZzdrUHpvTXpzRlBpNmVEdmpCWlljaTBwUkJJcU9LRExUCndlbHlUWUF3eHVBZ0NHTVg2UHZSVmNXc0RsTjdRWW1KTE91dlVNUTk3MzFQWFFSbmNDSTk1RjIzdVNnUkxvekIKM29EMmJPbmZSbEo4UEkwK0xNbG1YZENwZXpNeGRFQVBON0g3WjQ2bHhxbWZFOXZvWXljTGJsQko3a3FPZHUxcgo4ZjVDYW5xK1RVTW9uNzREUXVuZzBLcUZJYmxvU0NLZWtwRmNRd0VDZ2dFQWVvaE9odi9zNlNoeXZNYitydGdCCm9PZndmZUIxK1dwdzBIMkRid0xiTWd0M3B6YmRId2J0bHJMRVRQdmxJbUNJbE9qWER6VzdKSE1Gc090VDNSUHIKYWhXQ2hUOURYaEtaM1V4RzlDTTVDODF3cHZMajJTaTRROVBlRkJTemdud3V1VGpFQkk0Q1k0VVYrN1czOTIzNApSbG1vV1l1MnJaL1RtWTRScmttcWdSYmtOMGo3MlpMVTQvYllka2Ztak5NZE5iTS9rdE1Gb0R6UW4wZ2NiMmxECnJ1M044Z1BvZmlqWnlodGI4bEN3cDBhNGJReXFRaVNjYmZwSkxxNjFRR3FNRUgvcXBXQXVDbHNkVWU1QUt6QSsKY0JzemdSV3dLU1ZqNEtNVW5KWGpLM1Y3aGRoTUlEdDVoL1lYSUdBWUVUNFlzNFFOK0V0bVR3SVBrbXk1SGwvdgpsd0tDQVFFQWxkczYyT3FqWHZXTjhETUVCSGwzVTJBTndPWXlnd3BjNllvQ2lMNjZQUjlNOXRaRWw1U284WHlKCjFPbU1VR1AzWURVYjAzQjR0UFE1Z3c1QTFCanlka1BDQnkxOWcrNjVsNUZMdVg2MXhTNVgrNHFiWngvYXlWNU8KUnI5RW1HZmJTcUZMR0ltaUJreGxIZC9NcTZTdEo5NjZZY0lQenZNM0xaK0hDMEdVNlV6UGx0YTJoRWhrTlFjbAptdlFZQi9WV0FFR3NZbUVyeHB3eGVFRERXb2dOVFU3T2ZGS2VnTldyZFk0bkVlWVNIYW5HRlQ2OXNJT1psM1dyClFzVkV0NFBKeXhWejdJYjB6Q0FwdFIwRlFGc2pBVWhwRXBwZmdmZE9NU0IxU3dxcWlmNE9yRGlueURBVVpxUzUKc1dadlVteVY0ZGw3aEovSXVhbWY4bERLMkJFMk9RPT0KLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLQo=</prv>
</cert>
<cert uuid="7f9bb42c-dfa8-4792-85cd-027d5bd0fabb">
<refid>687adb6a49fa0</refid>
<descr>OpenVPN</descr>
<caref/>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUcrekNDQk9PZ0F3SUJBZ0lCQURBTkJna3Foa2lHOXcwQkFRc0ZBRENCbFRFTE1Ba0dBMVVFQmhNQ1ZWTXgKRmpBVUJnTlZCQWdNRFU1bGR5QklZVzF3YzJocGNtVXhEekFOQmdOVkJBY01Ca1Y0WlhSbGNqRVlNQllHQTFVRQpDZ3dQU205dVpYTWdVbVZ6YVdSbGJtTmxNU0l3SUFZSktvWklodmNOQVFrQkZoTjNjR3B2Ym1WemJtaEFaMjFoCmFXd3VZMjl0TVI4d0hRWURWUVFEREJabWFYSmxkMkZzYkMweExuZHdhbTl1WlhNdVkyOXRNQjRYRFRJMU1EY3gKT0RJek5EQXlPVm9YRFRJM01USXpNREl6TkRBeU9Wb3dnWlV4Q3pBSkJnTlZCQVlUQWxWVE1SWXdGQVlEVlFRSQpEQTFPWlhjZ1NHRnRjSE5vYVhKbE1ROHdEUVlEVlFRSERBWkZlR1YwWlhJeEdEQVdCZ05WQkFvTUQwcHZibVZ6CklGSmxjMmxrWlc1alpURWlNQ0FHQ1NxR1NJYjNEUUVKQVJZVGQzQnFiMjVsYzI1b1FHZHRZV2xzTG1OdmJURWYKTUIwR0ExVUVBd3dXWm1seVpYZGhiR3d0TVM1M2NHcHZibVZ6TG1OdmJUQ0NBaUl3RFFZSktvWklodmNOQVFFQgpCUUFEZ2dJUEFEQ0NBZ29DZ2dJQkFOS2VRQ3ZSQUxhajBJTjBGelRNSTFkQU1mSm5BcFJma25aY0VRcXZuTzlMCkxMWllUSjVHaEIzcGlLdS9QcEdVd2ZOMmh2aWRGNk1MZjdHVXdUTlY1TVNlWUVNUDlsYkIybXBLaU9QTDRYNC8Kc0FZZDROTHBidlJCMVRxclJ2bDJyLy94MG1TWityZWdXbG1rV2RaOXp3ZU4vUFFWcXRGTzhsYzM5OExIeU9reAo1dThBcXdqRUNlQ3ljaVJJOUhGVm96amZMYytkZjNYVmIzbTVDNnFZS1Yrb2xJaHphMnhINnk0ekllZXhHZmZxCndxZUFNczlPT1cyelRCUVYvcmlSQUdabFhyYTRqbThFcS94TkQ3T1NkcUQ4NnZKa0JrTXYvSlpkM09UbHhkKysKUk1PaXZ0dm1wS0hVbFprUGRESEpwV2xaL2hlQ25xcm5Kb1JTeS91YnNEYmJZMDBlUGMvRzV0NlJuVkR0a3FSdQpJeXFkanRQRGdrWlFVbHVNb2VTaWplQ2RsdURlVEp4QWlCcTBleE1TQURsTHJJaDhjQTJ5ZzAyN1ZNeEhoTmFXCjBlbXlVR3hJWnRnSmdVam1hK2h3VmdMd0NlOUNUKytabzZCOTh6a2Z2V1BvanpVeXZJb2p0S3M0bXN4U1NFNFAKTktvclpZQ0hoeHJoQWVlYklyZlZLcUMxV2JVZ3NVOGEzZVZaVHZRbG1oQ1VLK29uaTRPd3BoYkc0MU5VNDZuTgpVVnBQN3REazhxbGVUejdSYXFBRTR6UFdpTXRyVTIrRWh3MFhHTE9xcmVHTXViK0o2S3ZmM0hWL1N4eWJMK0ZkCnRTbUpCRWxVNHhtSUxKU21MNWFwblNGb2ZxSHdBdXYxcG5hTk51ZG5OZWRCMTkwYnFsRDlha1lMQWl1QlBzVC8KQWdNQkFBR2pnZ0ZTTUlJQlRqQUpCZ05WSFJNRUFqQUFNQkVHQ1dDR1NBR0crRUlCQVFRRUF3SUdRREEwQmdsZwpoa2dCaHZoQ0FRMEVKeFlsVDFCT2MyVnVjMlVnUjJWdVpYSmhkR1ZrSUZObGNuWmxjaUJEWlhKMGFXWnBZMkYwClpUQWRCZ05WSFE0RUZnUVVmQ3BaenhIL0RaMVp6QTBUNmpCaXhmaTZsVnd3Z2F3R0ExVWRJd1NCcERDQm9hR0IKbTZTQm1EQ0JsVEVMTUFrR0ExVUVCaE1DVlZNeEZqQVVCZ05WQkFnTURVNWxkeUJJWVcxd2MyaHBjbVV4RHpBTgpCZ05WQkFjTUJrVjRaWFJsY2pFWU1CWUdBMVVFQ2d3UFNtOXVaWE1nVW1WemFXUmxibU5sTVNJd0lBWUpLb1pJCmh2Y05BUWtCRmhOM2NHcHZibVZ6Ym1oQVoyMWhhV3d1WTI5dE1SOHdIUVlEVlFRRERCWm1hWEpsZDJGc2JDMHgKTG5kd2FtOXVaWE11WTI5dGdnRUFNQjBHQTFVZEpRUVdNQlFHQ0NzR0FRVUZCd01CQmdnckJnRUZCUWdDQWpBTApCZ05WSFE4RUJBTUNCYUF3RFFZSktvWklodmNOQVFFTEJRQURnZ0lCQUx2cnk2bnc1RTZ5QUtUSUU0dkcwNGhXCm84a01EUG1KZm9TamkrQndLRGNlWnhQU3NCVTNoVW0rTit4Y2ZKTjNvaGtYR2FkcFB5TGFNdWplSTg4L3QyV2YKbGNPSlJkYWh1MkRvWDEvMVdTK0JYdnF0NWM1bTFTdk5JRTIzeDBTL1pyZDBYQVlJTDdpbUxZVTFwUExubmlreQpDaGZ5dC9ueTJIa2p4eXlGRXhKSDltMkMyV090bFFLUXVpK0FyY2FzRHlha04xcFJzcnNZV3p1WTE0MnVwcE1tCm5rV09uZ0lURXdaUnN5QXBPYWR6RXJoNDgrUkY0RnM0WTlZSHNBV2xnOEJhRDBSUGJvdWhrQnZxWVVlTHd3UmIKdUExWXBSMHdlSzEyamFCU1kxMGp6Wmd5aU1Wald6TEN6cElrQ3ZpRTBsbDdrNXFkNGhxSmdUNnJRMkZQVGZyZQpkWFc4ZVJlZXJHYjRaVkhGVHdTR3VXVERBek5zMGRWMlFNQ0RpQ1JSTWQySEdtUEZkT1c4dVBMT0gxMURiRXBFCjUrZEcyNHRpVmVSbHBTR1B0QnYzQk5qSnNBSHVmclBrdnNtdkFEMVpRRWp1MEd6UUUvb0VGcEo4QndVc0pPWmkKZzUzVDlUVkdRWlBod1p6T0g5SURPZDdab1R0aGhLUi8vaFlRN01BdzYvOFp6NlQzVTZWaGFYQUtCSU9WWW5FZwpsYnVzUmgyVERsRTNaKzMrVHVrNU51a0IyVjMybitSV1Jhd3ZBSHV2MHRWY05DRG5GM0NycHQ5UkoxRWpMMFlyCkkzVGFrcXVtcWptSjB3STB0T3F1V2NucjExcVg5NmhZVExwRnlqWnh4L0grWVR2d1lGd2JMK1hOQ05Fa2xyeVkKakJzdGRUN1d1TE1XRSt4d25YaUQKLS0tLS1FTkQgQ0VSVElGSUNBVEUtLS0tLQo=</crt>
<csr/>
<prv>LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1JSUpRZ0lCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQ1N3d2dna29BZ0VBQW9JQ0FRRFNua0FyMFFDMm85Q0QKZEJjMHpDTlhRREh5WndLVVg1SjJYQkVLcjV6dlN5eTJXRXllUm9RZDZZaXJ2ejZSbE1IemRvYjRuUmVqQzMreApsTUV6VmVURW5tQkREL1pXd2RwcVNvamp5K0YrUDdBR0hlRFM2VzcwUWRVNnEwYjVkcS8vOGRKa21mcTNvRnBaCnBGbldmYzhIamZ6MEZhclJUdkpYTi9mQ3g4anBNZWJ2QUtzSXhBbmdzbklrU1BSeFZhTTQzeTNQblg5MTFXOTUKdVF1cW1DbGZxSlNJYzJ0c1Irc3VNeUhuc1JuMzZzS25nRExQVGpsdHMwd1VGZjY0a1FCbVpWNjJ1STV2Qkt2OApUUSt6a25hZy9PcnlaQVpETC95V1hkems1Y1hmdmtURG9yN2I1cVNoMUpXWkQzUXh5YVZwV2Y0WGdwNnE1eWFFClVzdjdtN0EyMjJOTkhqM1B4dWJla1oxUTdaS2tiaU1xblk3VHc0SkdVRkpiaktIa29vM2duWmJnM2t5Y1FJZ2EKdEhzVEVnQTVTNnlJZkhBTnNvTk51MVRNUjRUV2x0SHBzbEJzU0diWUNZRkk1bXZvY0ZZQzhBbnZRay92bWFPZwpmZk01SDcxajZJODFNcnlLSTdTck9Kck1Va2hPRHpTcUsyV0FoNGNhNFFIbm15SzMxU3FndFZtMUlMRlBHdDNsCldVNzBKWm9RbEN2cUo0dURzS1lXeHVOVFZPT3B6VkZhVCs3UTVQS3BYazgrMFdxZ0JPTXoxb2pMYTFOdmhJY04KRnhpenFxM2hqTG0vaWVpcjM5eDFmMHNjbXkvaFhiVXBpUVJKVk9NWmlDeVVwaStXcVowaGFINmg4QUxyOWFaMgpqVGJuWnpYblFkZmRHNnBRL1dwR0N3SXJnVDdFL3dJREFRQUJBb0lDQUZrR0JNL0FidEhFR2gyR0UwMEF3Q3RmCitmeWdwOGw1UUJvQlBqN0xEY1ZqZkFteTl1ZXJuS3BjREtXemwwbkhtOWRCa1RsQ2hUd29YeGY3YlZJNml4REUKZEtIRC9IYWRSNm5IeVdhbnhhOHNVa1d6bVZUczBEWTBJV0hFQmFMcUZPaFZHWDNtUzhBVDZqeWJxRkZ1S2ZUaQpnam5WY3JjMzdGMExUaEVwaXZWdVgxTkVjQWFyZmhWWXQ4QTRpZ0hobGJVek9GVGFHSWNBNlRhRkRiWlV6S0FmClRIRUVnREpyajYrZWMwVlFhVTZPRHlybm1CSmgyUXBTVCtUcGl4b09TQ0gvMVBIY3ZtK1VoUEdHelEwMDZpbVAKM2VzSWRsRXQxbERrYWJyaW1DbkRiYU5YaGQ3QzlYRmx2cm5NZTJ1VDlQTzcweGV5NFVnUm5na3VTZ1FXd1hzWgpQMnZDUW12ckVNa05GR0dKTzZiWG1VMkJRSmdLQ2V0MUN2eUhxaGcwbzNQQzAyWmtSR2ZMUHl0ekJYUnFRL212Cjc1WkdneVQ2bEZiRXRoMUU4ZW5kekxZVjJTbXZZOW9kUjEwanJ0dUFTdmxTOGw2LzhVOWhNSDFIUU5HU3o3aFMKalRrbnVJdTd0MWxUMm43aEs1WXMxRU42VFVMa0VXSkU5b0RFVXdxUSthT1FpUDNOaDNOSVJWb1hqeTVhY3NKbQpqNXR1SDNQbG5LODVFdU03VGhwYU93Q3BWT1ZWbWQram85SWdUcWpoS2VKYW5SRmFjRXhPYmlVaENWMXBsOEp4CmN3ZnpJdnh3aW1LUktnYlM2NTJlK2t6MUtyUU1oNGNVSlBCc2lvWmNiSWxwRUljV3RPU2tNczc1MDZPL3RSUG8KZGpoNzAyaXVlOXRSVHQwOHhCVnhBb0lCQVFEL1ZpY1hoMGFYSXloNXFWaWFDamxqMzVvTi82emJuWEJXVitzWApUZ1h2blFmNmVuclhUL1ZpLzR1NnJ3ZlBLSjFRNE5XMmprVlZPU3lBRnc2MmY5M0RLZGVEeFJyRnlPTGFwQWRlCnUyYm9qTlhoT0dpWFdmOStNMzhkTy8vUkpFUEwzMjFmU243RVFqbXA1Q2gzWFRuRExvSkc5UzRaT0w0VEFWZDkKclZvMVA5c01VNzQ2UWhEc0cyWDMwVE9ZOU5JWEd0WGdFdkxNKzlDOFlUSTl0cmJUUldTdHpnaktVUXptWjlFNQoyWlRDOFlidWNydnZuSWdSOXlySnY0SHlobDZvaHRET3REMmZiQVgxZTRab1VUZ01QZlE2M2w0Z3doMDhyeGQyCjhGN094eVJYeDV1ZXplSkxpTUxkTGJuRWVsa2dZbzc3ZTU2aXlabVpiL0V1Zi9aSkFvSUJBUURUS2xvTXdWMkcKYUI0R2RHdjZnZUkzZTBEV2pVT1Y4eEtPSGJvNlAvbGRBY0VybVFtSUlVLzlJOHorZHdTTGlyWDZHWnloR3lHVApXWU9HSlJ5cFVxK1V1YnVRblBsYitTRlJ5SjJoZmV6ZytMb3ZyTXN3NDNyRm5PM1hEK0VzZ04xNlgxT1BBV0JtCjRHRnQyaVlHZjBGSDdRMk8xalZPeDlsR25aM0IxdTRCVWpCeDFqOUxKK0dtVDg2QisySHJYc20zKzBLUU5sVG0KNERWeUNsR3VSKzJvNXhZMDZBWHZRa0UyYnNOdmdhZXpPRWFwckpQclROS2crbWYxL2liUWthUU9yK3UxTGc3VAo4ZklaQitWQ3R3ZFdFWlJlWTM1QXYxb3NhNEpLYXVVRitmTHIrSnhKYlF3ckNtZHBTNTZnK25UcUx2REpJeVk1CnVRYmpuRFFpZ3NFSEFvSUJBUURLdzFSNXg2L1QxMVNPQUYvZXUxM0ZwTXdHYjlHSitLVTd1OGR4azBEOWZiclgKT3FvUUQydnkrTEd5UnNveHhMUGdoUnJSUkh0a2FPbWdzaTY1MkNKM2wrT1B2VmM4VndGbTFMa1Jqa256UTl1WQpaUjRSaXFOc1NXS1pDWXRsUHFJajVNSksyTEtBRVlNUEdhTFUzeEErb2RGTW5lakVtSjNBSStHaGFLYnBBRk5uCm41ekJVTE4xZTNCbThoZENVTEFCTHd0R1RHWEpSL01EbFQrN2FEd1kyOU5PZmYzWEE3UDF4OTJMVGZCbk9qdUgKWVU5Q3dSQUJERUZMUXF2anRyYTJwNUJyaFJBbWFEYjNNT2VVTVdNTHZhc1RrSUE1RFUwQVlwNkVrZThIejNaWgp5cVlXM3JIa2Y2OFd5dmZwUWF0REgyRWg3WklVL1hqZk10allyejhaQW9JQkFCTTlNWlVsN1BKNCsvdFVraDN4CnhYMk9ranE2QmlWY1R4MTVvZVQ2dlNwM0pYVm1iUkxsRGhlZk1tY2d5dDQzMWhxaVNMMzQ3ZGN4K2FTNEx1TlMKY0VMWnBUZ294U05YRUcwV0hSNkFqWnQxcmVqNEVrOHkrcFdVbGFyWmZJZUVlaWxURkJiY1pqOFpSR2N3ei9RWgpsZ1lLbUFpaWhaclc1SG5sbEdEN3h4V0J1bjQwcWZHY0FaZ1lmMVVpWlNwL3FWdEUzaXlyZHBMT2JMQW1Ob2p0CmJyN0x4eDhzNEpXSzhNd1h6V0NVYklZTW80dUQrTG9nZHJSSi9EelNXaEQ0by96ZWxGZ2VpU1ZRVHVGdThibGgKV1o3QzNVUzRSZUY2VGFuc1phT0lGN095c1NwRXJXQ1hPZHVXQ0JQMDJ0QUo0YXNRZWNtcGxTci9LNXlETjlESgpIdk1DZ2dFQUFtNEtuYThpekl6ZzRzS2RmMkdNcis0bi83dUdHUVBKYzBBS2YyTVV1UGtQMks4RmcxYXUrSVE5CmRtMHR6VklWaGJ4TTdaVlgxdmRWRmdjUzU0YitJNVVrb1Q3MERYbVNFMjd3bU1UNmw0VnZ4eUZwb2wycUN3ZlgKVW9yUXJZM2ZUUTl3dURxV3pqenc5cWxlQmdrdXNibEFyY0ZNSGFOM3gwd0ZLZUltVFg2SnNXMytKM25lZlNkaQpseVkyeUNiVVpCdE93WmV0QVZyQnB6OVIvNmZ4VnIwV2wyeHVPRTBHRTZGN25PclJzclJvWDJhSDVPMUVkZ2FWCnR0TjdNZzBnWW85TW5HN2U3TU1jTDZQYmNkelpKVm5VYWtJTUtvR1VDb0k4dGtDN3k4ME5TYVhSOFIrQVVWK1cKZDU5UlVmZ2NXZHd4ZGdSTng2YnlDNWFycG5wTFNnPT0KLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLQo=</prv>
</cert>
<cert uuid="1dc7be2c-f1ca-4981-bc3a-01254bd7d9d3">
<refid>6887cabb1c974</refid>
<descr>elasticsearch cert</descr>
<caref/>
<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUZhakNDQTFLZ0F3SUJBZ0lWQU4xWVJyNXorM3ZrOWZrZEwwbmFybC9JNktLNU1BMEdDU3FHU0liM0RRRUIKQ3dVQU1Ed3hPakE0QmdOVkJBTVRNVVZzWVhOMGFXTnpaV0Z5WTJnZ2MyVmpkWEpwZEhrZ1lYVjBieTFqYjI1bQphV2QxY21GMGFXOXVJRWhVVkZBZ1EwRXdIaGNOTWpVd056STRNVGd3TmpVeldoY05Namd3TnpJM01UZ3dOalV6CldqQThNVG93T0FZRFZRUURFekZGYkdGemRHbGpjMlZoY21Ob0lITmxZM1Z5YVhSNUlHRjFkRzh0WTI5dVptbG4KZFhKaGRHbHZiaUJJVkZSUUlFTkJNSUlDSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQWc4QU1JSUNDZ0tDQWdFQQpwbU5oQTZ6UlVwN09nUWtPaHlYT3BCNC9tZ055VFJOeVc4dzBvY1NyQnV6eFBRV2Q5NnY2UlJGV2VzQlRjMWhUCkdvMDd5ZDJyYSt0d2xoRUQ5dVUyMnhQQUNXdkU3NGdjdXZhUm9kYTRSVmYvUUEvcUFKZnlPeGRTTUk0NlZ1bDQKRXJLT2hmK3Q1UE83d2tzMXN4MS8xQnRERVhqNjcrbEpNYVFMTEhoUElrd2lrWURVTVdpaWU2dW1hR29KR0d5MwpaTVVsMkJaMmRMa3F3dHdUZVJHWXE0TURvdE9FZ2RqQURRNnY4MWx5bTREeDhmTVIxVldlWEJULzRQMWprQkV4CnA0c0Z3QTkwMlg2aWU0eGlsNmFHTW5NMzVKSHNqY2h0Kzhtb1ZYZXMrSzNMck1SVitoOWFFNGZNY2dFNnNBTjEKVGpsS25yNU1sMHh4Qm4vbVhjam1WYWhXZ3pLUENRTFFEdDQ4REZld3FLYktsZ2dPTkNGSEJPbVB6d2lXaFlMcwppK2hrZHc4cVFKS0xEN3lDQ3NEV3JOdk1yZEorK3RYeWlWTmovVEo4ZTg5S3RBSDFYK0ZNS1IybUZMODhDbXFRCndKTEkzNVgzSUR1NmZ1TERES09HQ1pXRDNjTVRYaHVYV2RFdlVrcXZieXMvTjZZZE5JSnc5R3FoMkdxdWpNajgKRThSNW5EUWlkVkkrdkVvdStpcVE4MjFLQzJ0RGpMMmZncjFSdHJzUTNDbjVJMThUWXZmTmwyT24vekZab2FwZwoycHhOdjhNVmJiME9OazJNb3ZSMjJiRERab3d0WkxhVEg5bmRtS1EvZlZyNmppQXFHTXBPcktPRXMwVVM2N2x5CkdDeU9VRDkzcENqRURCV2tiUHh6anVtekprNnArbWxsNnVQbzdvVWQvUkVDQXdFQUFhTmpNR0V3SFFZRFZSME8KQkJZRUZKVVhKelg2YWhpVUZwRUszYmU4eEc3S3VsM3pNQjhHQTFVZEl3UVlNQmFBRkpVWEp6WDZhaGlVRnBFSwozYmU4eEc3S3VsM3pNQThHQTFVZEV3RUIvd1FGTUFNQkFmOHdEZ1lEVlIwUEFRSC9CQVFEQWdFR01BMEdDU3FHClNJYjNEUUVCQ3dVQUE0SUNBUUFEcDBSZnhmZkhqdjgvY3NWd1dsNUNteTlqMHVUbW02YXlRbEk2N1J0bG5RbEsKVmloelYxODFJcVM3YUlIZ3BHOWxJU3NYWlRteUJRUkF6SVFIQlAxRnI4Sy9pOE42K1RoeWt2OUZ2MmdkZjNTNgp3TjQzNG5sWndPTkduOUNQWWliQ1RhS1ZqZy9LMll4dTdEdW9RdWh1c1dYMDhiQS81TVBNSzh3MU5QM1ZnMXNhClpCVVJtOGkwTFR3ZGNhTEpzay9pUTk3NUNreDMwR0dWL2FnVWZhOVl2UDFXcGR2Y0JVK01tWS9kZmEzM3VZOE0KaWlpS1B1Q0pjU2c0bUlCSkhTSHBLbVdWc3RITVFpQ3JyVS96WGJtR2t1WjJvdHQycW5VTmtUQ1gwc1NQbGcvaQp5RW5GV1NMUlVzUnk2SitXYzNITmQ2OHFiSW9Na2lFUk1DbW44bFZtbXBuMFhKZitRYjdwR2JTTzJWQmQ4Vmc2CmI4bUk5emw4YUp1R3JvZFlERmpVVVZEWTZYNTJnUE5YR0NPeFNPQlVsb3pPcXVOdzdOMEdCN3d5RUJsRm1HQ1QKaWFwYVI3d05tQXNOODVmQjdIM3VpbjhKbGpmbnVsSW5XdnB6RktFaENIV2hGdHMyOEFvV2pncnVHSjFiQ0NyWApiVU4rUmNuOHl4aVFYUnpVRkR5WFdnVERPVnB2WkJ0SnB0VEhtcU1pOFRCWkxFNHJVWGdyQTFmQi91YUMrc2JjCm93WGIwWFRzZTI2V3p6Mmk3TkcwZlRvNzBqSFcwSkhEN1VqTkU2cndoY0U1d2RHQW5lcHpZZ1BCejBQOXJKV0MKYUo2c2tXaGEwLzFYVm1mc2F2MXVtdldvU0pINVFiNUsydzhNenQrRTVLUG5HNkgxNEdkc1hNV1NtMm9nZ0E9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0t</crt>
<csr/>
<prv/>
</cert>
<dnsmasq version="1.0.8" persisted_at="1755880264.22">
<enable>0</enable>
<regdhcp>0</regdhcp>
<regdhcpstatic>0</regdhcpstatic>
<dhcpfirst>0</dhcpfirst>
<strict_order>0</strict_order>
<domain_needed>0</domain_needed>
<no_private_reverse>0</no_private_reverse>
<no_resolv>0</no_resolv>
<log_queries>0</log_queries>
<no_hosts>0</no_hosts>
<strictbind>0</strictbind>
<dnssec>0</dnssec>
<regdhcpdomain/>
<interface/>
<port/>
<dns_forward_max/>
<cache_size/>
<local_ttl/>
<add_mac/>
<add_subnet>0</add_subnet>
<strip_subnet>0</strip_subnet>
<dhcp>
<no_interface/>
<fqdn>1</fqdn>
<domain/>
<local>1</local>
<lease_max/>
<authoritative>0</authoritative>
<default_fw_rules>1</default_fw_rules>
<reply_delay/>
<enable_ra>0</enable_ra>
<nosync>0</nosync>
</dhcp>
<no_ident>1</no_ident>
<dhcp_ranges/>
</dnsmasq>
<syslog/>
<ntpd>
<logpeer>on</logpeer>
<logsys>on</logsys>
<statsgraph>on</statsgraph>
</ntpd>
<installedpackages>
<miniupnpd>
<config>
<enable>1</enable>
<enable_upnp>1</enable_upnp>
<enable_natpmp>1</enable_natpmp>
<ext_iface>wan</ext_iface>
<download/>
<upload/>
<overridewanip/>
<overridesubnet/>
<stun_host/>
<stun_port/>
<permuser1/>
<permuser2/>
<permuser3/>
<permuser4/>
<permuser5/>
<permuser6/>
<permuser7/>
<permuser8/>
<iface_array>lan</iface_array>
</config>
</miniupnpd>
</installedpackages>
<rrd>
<enable>1</enable>
</rrd>
<Pischem>
<caddy version="1.3.7" persisted_at="1753962020.03">
<general>
<enabled>0</enabled>
<EnableLayer4>0</EnableLayer4>
<HttpPort/>
<HttpsPort/>
<TlsEmail>wpjonesnh@gmail.com</TlsEmail>
<TlsAutoHttps/>
<TlsDnsProvider>cloudflare</TlsDnsProvider>
<TlsDnsApiKey>9234c95d586bd80e17e077caefbf1542d6742</TlsDnsApiKey>
<TlsDnsPropagationTimeout>0</TlsDnsPropagationTimeout>
<TlsDnsPropagationTimeoutPeriod/>
<TlsDnsPropagationDelay/>
<TlsDnsPropagationResolvers/>
<TlsDnsEchDomain/>
<accesslist/>
<ClientIpHeaders/>
<DisableSuperuser>0</DisableSuperuser>
<GracePeriod>10</GracePeriod>
<HttpVersions>h1,h2,h3</HttpVersions>
<timeout_read_body/>
<timeout_read_header/>
<timeout_write/>
<timeout_idle/>
<LogCredentials>0</LogCredentials>
<LogAccessPlain>0</LogAccessPlain>
<LogAccessPlainKeep>10</LogAccessPlainKeep>
<LogLevel/>
<DynDnsSimpleHttp/>
<DynDnsInterface>wan</DynDnsInterface>
<DynDnsInterval/>
<DynDnsIpVersions>ipv4</DynDnsIpVersions>
<DynDnsTtl/>
<DynDnsUpdateOnly>0</DynDnsUpdateOnly>
<AuthProvider/>
<AuthToDomain/>
<AuthToPort/>
<AuthToTls>0</AuthToTls>
<AuthToUri/>
<CopyHeaders/>
</general>
<reverseproxy/>
</caddy>
</Pischem>
</opnsense>