Compare commits
15 Commits
9633cba271
...
515cac6d4d
| Author | SHA1 | Date |
|---|---|---|
|
|
515cac6d4d | |
|
|
b914584508 | |
|
|
7d423e7941 | |
|
|
5e28e35a8d | |
|
|
a5001f0fef | |
|
|
e93d3b9e07 | |
|
|
262441e6eb | |
|
|
57df922892 | |
|
|
7bd661d33b | |
|
|
f8e78e2035 | |
|
|
5079315139 | |
|
|
b9d4cb699c | |
|
|
488bacaeab | |
|
|
3f4b428396 | |
|
|
13e3cc700f |
51
config.xml
51
config.xml
|
|
@ -1483,11 +1483,11 @@
|
|||
</snmpd>
|
||||
<syslog>
|
||||
<reverse>1</reverse>
|
||||
<nologdefaultpass>1</nologdefaultpass>
|
||||
<nologbogons>1</nologbogons>
|
||||
<nologprivatenets>1</nologprivatenets>
|
||||
<nologlighttpd>1</nologlighttpd>
|
||||
<nologdefaultblock>1</nologdefaultblock>
|
||||
<nologdefaultpass>1</nologdefaultpass>
|
||||
</syslog>
|
||||
<nat>
|
||||
<outbound>
|
||||
|
|
@ -1537,20 +1537,19 @@
|
|||
<poolopts/>
|
||||
<poolopts_sourcehashkey/>
|
||||
<ipprotocol>inet</ipprotocol>
|
||||
<target/>
|
||||
<targetip_subnet>0</targetip_subnet>
|
||||
<sourceport/>
|
||||
<updated>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1713270335.7727</time>
|
||||
<description>/firewall_nat_out_edit.php made changes</description>
|
||||
</updated>
|
||||
<created>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1713270335.7727</time>
|
||||
<description>/firewall_nat_out_edit.php made changes</description>
|
||||
</created>
|
||||
<disabled>1</disabled>
|
||||
<target/>
|
||||
<targetip_subnet>0</targetip_subnet>
|
||||
<sourceport/>
|
||||
<updated>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1714039128.5366</time>
|
||||
<description>/firewall_nat_out_edit.php made changes</description>
|
||||
</updated>
|
||||
</rule>
|
||||
</outbound>
|
||||
<rule>
|
||||
|
|
@ -2494,6 +2493,32 @@
|
|||
<description>/firewall_rules_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
<rule uuid="c794f2f7-64ea-4037-9040-c9fef0d64594">
|
||||
<type>pass</type>
|
||||
<interface>lan</interface>
|
||||
<ipprotocol>inet</ipprotocol>
|
||||
<statetype>keep state</statetype>
|
||||
<descr>Allow access to all devices on the secondary router LAN</descr>
|
||||
<direction>in</direction>
|
||||
<quick>1</quick>
|
||||
<protocol>tcp/udp</protocol>
|
||||
<source>
|
||||
<network>lan</network>
|
||||
</source>
|
||||
<destination>
|
||||
<address>10.100.0.0/24</address>
|
||||
</destination>
|
||||
<updated>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1714039289.3119</time>
|
||||
<description>/firewall_rules_edit.php made changes</description>
|
||||
</updated>
|
||||
<created>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1714039289.3119</time>
|
||||
<description>/firewall_rules_edit.php made changes</description>
|
||||
</created>
|
||||
</rule>
|
||||
<rule uuid="ff0bf7aa-17c6-427d-8abd-3e4c258fcc00">
|
||||
<descr>OpenVPN Remote My Dental Security Staf wizard</descr>
|
||||
<source>
|
||||
|
|
@ -2641,9 +2666,9 @@
|
|||
<gatewaysfilter>WAN_DHCP,LandLab</gatewaysfilter>
|
||||
</widgets>
|
||||
<revision>
|
||||
<username>mshillam@192.168.250.138</username>
|
||||
<time>1713993397.084</time>
|
||||
<description>/firewall_nat.php made changes</description>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1714039289.3992</time>
|
||||
<description>/firewall_rules_edit.php made changes</description>
|
||||
</revision>
|
||||
<OPNsense>
|
||||
<captiveportal version="1.0.1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue