/firewall_rules_edit.php made changes @ 2024-04-23T12:18:43.710400 (mshillam@192.168.1.10)
This commit is contained in:
parent
f75d27ecb5
commit
ad031a784e
35
config.xml
35
config.xml
|
|
@ -434,7 +434,7 @@
|
||||||
</outbound>
|
</outbound>
|
||||||
</nat>
|
</nat>
|
||||||
<filter>
|
<filter>
|
||||||
<rule>
|
<rule uuid="d95bec34-aceb-43d7-8a9d-65edc759f106">
|
||||||
<type>pass</type>
|
<type>pass</type>
|
||||||
<ipprotocol>inet</ipprotocol>
|
<ipprotocol>inet</ipprotocol>
|
||||||
<descr>Default allow LAN to any rule</descr>
|
<descr>Default allow LAN to any rule</descr>
|
||||||
|
|
@ -446,7 +446,7 @@
|
||||||
<any/>
|
<any/>
|
||||||
</destination>
|
</destination>
|
||||||
</rule>
|
</rule>
|
||||||
<rule>
|
<rule uuid="146f8cd9-2063-4b25-afac-72317d7d1c3b">
|
||||||
<type>pass</type>
|
<type>pass</type>
|
||||||
<ipprotocol>inet6</ipprotocol>
|
<ipprotocol>inet6</ipprotocol>
|
||||||
<descr>Default allow LAN IPv6 to any rule</descr>
|
<descr>Default allow LAN IPv6 to any rule</descr>
|
||||||
|
|
@ -458,6 +458,33 @@
|
||||||
<any/>
|
<any/>
|
||||||
</destination>
|
</destination>
|
||||||
</rule>
|
</rule>
|
||||||
|
<rule uuid="8e3560e6-a404-4871-8d95-bd3109598b54">
|
||||||
|
<type>pass</type>
|
||||||
|
<interface>opt1</interface>
|
||||||
|
<ipprotocol>inet46</ipprotocol>
|
||||||
|
<statetype>keep state</statetype>
|
||||||
|
<descr>Allow access from LandLab router LAN to the Internet and block access to everything else</descr>
|
||||||
|
<direction>in</direction>
|
||||||
|
<quick>1</quick>
|
||||||
|
<protocol>tcp/udp</protocol>
|
||||||
|
<source>
|
||||||
|
<address>LANDLAB</address>
|
||||||
|
</source>
|
||||||
|
<destination>
|
||||||
|
<address>PrivateNetworks</address>
|
||||||
|
<not>1</not>
|
||||||
|
</destination>
|
||||||
|
<updated>
|
||||||
|
<username>mshillam@192.168.1.10</username>
|
||||||
|
<time>1713867523.4808</time>
|
||||||
|
<description>/firewall_rules_edit.php made changes</description>
|
||||||
|
</updated>
|
||||||
|
<created>
|
||||||
|
<username>mshillam@192.168.1.10</username>
|
||||||
|
<time>1713867523.4808</time>
|
||||||
|
<description>/firewall_rules_edit.php made changes</description>
|
||||||
|
</created>
|
||||||
|
</rule>
|
||||||
<bypassstaticroutes>yes</bypassstaticroutes>
|
<bypassstaticroutes>yes</bypassstaticroutes>
|
||||||
</filter>
|
</filter>
|
||||||
<rrd>
|
<rrd>
|
||||||
|
|
@ -517,8 +544,8 @@
|
||||||
</widgets>
|
</widgets>
|
||||||
<revision>
|
<revision>
|
||||||
<username>mshillam@192.168.1.10</username>
|
<username>mshillam@192.168.1.10</username>
|
||||||
<description>/api/routing/settings/setGateway/94528dc3-b901-4800-867d-fbc2139671b7 made changes</description>
|
<time>1713867523.7104</time>
|
||||||
<time>1713866615.9603</time>
|
<description>/firewall_rules_edit.php made changes</description>
|
||||||
</revision>
|
</revision>
|
||||||
<OPNsense>
|
<OPNsense>
|
||||||
<wireguard>
|
<wireguard>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue