Compare commits
7 Commits
fe9f1cb35c
...
c2c87ff1b5
| Author | SHA1 | Date |
|---|---|---|
|
|
c2c87ff1b5 | |
|
|
2ebcd4380b | |
|
|
a0c6886fd7 | |
|
|
e2b85b5f9d | |
|
|
4da80ce3cf | |
|
|
6bf7bc22ee | |
|
|
94d7502c3a |
75
config.xml
75
config.xml
|
|
@ -339,6 +339,7 @@
|
|||
<serialusb/>
|
||||
<dnsallowoverride>1</dnsallowoverride>
|
||||
<dnsallowoverride_exclude/>
|
||||
<pfdebug>urgent</pfdebug>
|
||||
</system>
|
||||
<interfaces>
|
||||
<lan>
|
||||
|
|
@ -1485,6 +1486,35 @@
|
|||
<description>/firewall_nat_out_edit.php made changes</description>
|
||||
</updated>
|
||||
</rule>
|
||||
<rule>
|
||||
<source>
|
||||
<network>10.100.0.0/24</network>
|
||||
</source>
|
||||
<destination>
|
||||
<any>1</any>
|
||||
</destination>
|
||||
<descr/>
|
||||
<category/>
|
||||
<interface>wan</interface>
|
||||
<tag/>
|
||||
<tagged/>
|
||||
<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>
|
||||
</rule>
|
||||
</outbound>
|
||||
<rule>
|
||||
<protocol>tcp</protocol>
|
||||
|
|
@ -2399,6 +2429,31 @@
|
|||
<description>/firewall_rules_edit.php made changes</description>
|
||||
</updated>
|
||||
</rule>
|
||||
<rule uuid="53d13475-62a6-4b0b-9432-e999f489865b">
|
||||
<type>pass</type>
|
||||
<interface>lan</interface>
|
||||
<ipprotocol>inet</ipprotocol>
|
||||
<statetype>keep state</statetype>
|
||||
<descr>Allow access from secondary router LAN to primary router networks and the Internet</descr>
|
||||
<direction>in</direction>
|
||||
<quick>1</quick>
|
||||
<source>
|
||||
<address>10.100.0.0/24</address>
|
||||
</source>
|
||||
<destination>
|
||||
<any>1</any>
|
||||
</destination>
|
||||
<updated>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1713268139.8551</time>
|
||||
<description>/firewall_rules_edit.php made changes</description>
|
||||
</updated>
|
||||
<created>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1713268014.0464</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>
|
||||
|
|
@ -2488,6 +2543,7 @@
|
|||
</created>
|
||||
</rule>
|
||||
</scrub>
|
||||
<bypassstaticroutes>yes</bypassstaticroutes>
|
||||
</filter>
|
||||
<rrd>
|
||||
<enable/>
|
||||
|
|
@ -2546,8 +2602,8 @@
|
|||
</widgets>
|
||||
<revision>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<description>/api/unbound/settings/setHostOverride/e02c5e16-3c99-4975-bf15-e83aefa12938 made changes</description>
|
||||
<time>1712612870.8148</time>
|
||||
<time>1713270337.6192</time>
|
||||
<description>/firewall_nat_out.php made changes</description>
|
||||
</revision>
|
||||
<OPNsense>
|
||||
<captiveportal version="1.0.1">
|
||||
|
|
@ -2987,7 +3043,8 @@ fire_tv_cube_front_room
|
|||
nikita_pc
|
||||
management
|
||||
proxmox_network
|
||||
192.168.249.1</content>
|
||||
192.168.249.1
|
||||
SecondaryRouter</content>
|
||||
<categories/>
|
||||
<description>All our essential devices ( online always! )</description>
|
||||
</alias>
|
||||
|
|
@ -3948,6 +4005,18 @@ AL</content>
|
|||
<categories/>
|
||||
<description>Wireguard port</description>
|
||||
</alias>
|
||||
<alias uuid="ae3a8283-13f9-4970-95ef-5c45fae0abda">
|
||||
<enabled>1</enabled>
|
||||
<name>SecondaryRouter</name>
|
||||
<type>network</type>
|
||||
<proto/>
|
||||
<interface/>
|
||||
<counters>0</counters>
|
||||
<updatefreq/>
|
||||
<content>10.100.0.0/24</content>
|
||||
<categories/>
|
||||
<description>Secondary Router Lan</description>
|
||||
</alias>
|
||||
</aliases>
|
||||
</Alias>
|
||||
<Filter version="1.0.3">
|
||||
|
|
|
|||
Loading…
Reference in New Issue