Compare commits

...

19 Commits

Author SHA1 Message Date
Matthew Shillam fe9f1cb35c /api/unbound/settings/setHostOverride/e02c5e16-3c99-4975-bf15-e83aefa12938 made changes @ 2024-04-08T22:47:50.814800 (mshillam@192.168.1.10) 2024-04-08 22:47:51 +01:00
Matthew Shillam 887b7c4f3b /api/unbound/settings/toggleHostOverride/ddb01973-3f49-478e-9815-08b5af3552b0 made changes @ 2024-04-08T22:47:21.768400 (mshillam@192.168.1.10) 2024-04-08 22:47:22 +01:00
Matthew Shillam d9b44a11dd /api/unbound/settings/toggleHostOverride/ddb01973-3f49-478e-9815-08b5af3552b0 made changes @ 2024-04-08T22:47:19.853400 (mshillam@192.168.1.10) 2024-04-08 22:47:20 +01:00
Matthew Shillam 14fe428f94 /api/unbound/settings/addHostOverride/ made changes @ 2024-04-08T19:33:07.168700 (mshillam@192.168.1.10) 2024-04-08 19:33:07 +01:00
Matthew Shillam d5862ec791 /api/routes/routes/addroute/ made changes @ 2024-04-08T17:52:02.581500 (mshillam@192.168.1.10) 2024-04-08 17:52:03 +01:00
Matthew Shillam 78e5aaff33 Saved Gateways Filter via Dashboard @ 2024-04-08T17:37:48.128300 (mshillam@192.168.1.10) 2024-04-08 17:37:48 +01:00
Matthew Shillam bb1b382c64 /api/routing/settings/toggleGateway/b367c55e-b078-4c55-ab2b-1ce0cf83555f made changes @ 2024-04-08T17:33:43.098700 (mshillam@192.168.1.10) 2024-04-08 17:33:43 +01:00
Matthew Shillam ee9e0bbcda /api/routing/settings/toggleGateway/b367c55e-b078-4c55-ab2b-1ce0cf83555f made changes @ 2024-04-08T17:33:40.858400 (mshillam@192.168.1.10) 2024-04-08 17:33:41 +01:00
Matthew Shillam ee17798ba9 /api/routing/settings/addGateway/ made changes @ 2024-04-08T17:24:02.736000 (mshillam@192.168.1.10) 2024-04-08 17:24:03 +01:00
Matthew Shillam 015acf6efa /firewall_rules.php made changes @ 2024-04-08T16:45:42.736800 (mshillam@192.168.1.10) 2024-04-08 16:45:43 +01:00
Matthew Shillam 227739318d /api/firewall/alias/setItem/8d0626b3-233d-46ef-8942-7e5f5552843c made changes @ 2024-04-08T16:44:56.938900 (mshillam@192.168.1.10) 2024-04-08 16:44:57 +01:00
Matthew Shillam e46669ba2b /api/firewall/alias/setItem/001ac62d-2301-4da1-b423-438abca0300d made changes @ 2024-04-08T16:41:12.295200 (mshillam@192.168.1.10) 2024-04-08 16:41:12 +01:00
Matthew Shillam 439b23739e /services_dhcp_edit.php made changes @ 2024-04-08T16:21:22.078800 (mshillam@192.168.1.10) 2024-04-08 16:21:22 +01:00
Matthew Shillam bb10924821 /interfaces.php made changes @ 2024-04-08T15:11:47.149800 (mshillam@192.168.1.10) 2024-04-08 15:11:47 +01:00
Matthew Shillam 7a1457529a /api/unbound/settings/set made changes @ 2024-04-08T15:11:31.853400 (mshillam@192.168.1.10) 2024-04-08 15:11:32 +01:00
Matthew Shillam 4ddda0a10e /api/unbound/settings/set made changes @ 2024-04-08T15:10:59.394800 (mshillam@192.168.1.10) 2024-04-08 15:10:59 +01:00
Matthew Shillam cbe727b102 /system_general.php made changes @ 2024-04-08T15:10:23.121800 (mshillam@192.168.1.10) 2024-04-08 15:10:23 +01:00
Matthew Shillam f139d87a5a /interfaces.php made changes @ 2024-04-08T15:09:48.506800 (mshillam@192.168.1.10) 2024-04-08 15:09:49 +01:00
Matthew Shillam 27c31c4f92 /services_dhcp_edit.php made changes @ 2024-04-08T14:38:46.400800 (mshillam@192.168.1.10) 2024-04-08 14:38:47 +01:00
1 changed files with 70 additions and 91 deletions

View File

@ -337,6 +337,8 @@
<disablevlanhwfilter>1</disablevlanhwfilter>
<secondaryconsole/>
<serialusb/>
<dnsallowoverride>1</dnsallowoverride>
<dnsallowoverride_exclude/>
</system>
<interfaces>
<lan>
@ -363,6 +365,7 @@
<if>igb1</if>
<descr/>
<enable>1</enable>
<lock>1</lock>
<spoofmac/>
<blockpriv>1</blockpriv>
<blockbogons>1</blockbogons>
@ -410,6 +413,15 @@
<ipaddr>10.32.0.1</ipaddr>
<subnet>24</subnet>
</opt1>
<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>
@ -1400,6 +1412,15 @@
<dnsserver/>
<ntpserver/>
</staticmap>
<staticmap>
<mac>bc:24:11:e2:1d:29</mac>
<ipaddr>192.168.249.1</ipaddr>
<hostname>opnsense-rama</hostname>
<descr>Rama NET opnsense network</descr>
<winsserver/>
<dnsserver/>
<ntpserver/>
</staticmap>
<pool/>
</lan>
<opt1>
@ -1968,89 +1989,6 @@
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="0c91e996-c997-4562-8580-4dadfd69f755">
<type>pass</type>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Allowing all Jessicas Devices</descr>
<sched>8am_12pm_7days</sched>
<direction>any</direction>
<floating>yes</floating>
<quick>1</quick>
<source>
<address>jessica_devices</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.2.8</username>
<time>1597023302.5007</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.2.6</username>
<time>1589546925.423</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule uuid="b74cc510-c7aa-4ae5-97ee-19571cbfc68e">
<type>pass</type>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<descr>Allowing all Davids Devices</descr>
<sched>8am_12pm_7days</sched>
<direction>any</direction>
<floating>yes</floating>
<disabled>1</disabled>
<quick>1</quick>
<source>
<address>david_devices</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.1.10</username>
<time>1643201222.3983</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.2.6</username>
<time>1589546960.9538</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
</rule>
<rule uuid="5dee67fa-1745-40b2-b07c-d8fa5e16f9ac">
<type>block</type>
<interface>lan,wan</interface>
<ipprotocol>inet</ipprotocol>
<statetype>keep state</statetype>
<direction>any</direction>
<floating>yes</floating>
<log>1</log>
<quick>1</quick>
<source>
<address>192.168.100.52</address>
</source>
<destination>
<any>1</any>
</destination>
<updated>
<username>mshillam@192.168.100.81</username>
<time>1671395530.9826</time>
<description>/firewall_rules_edit.php made changes</description>
</updated>
<created>
<username>mshillam@192.168.1.10</username>
<time>1649875469.8912</time>
<description>/firewall_rules_edit.php made changes</description>
</created>
<disabled>1</disabled>
</rule>
<rule uuid="1e7cd6a1-a8e4-4f72-99a3-2004396deb4c">
<type>pass</type>
<interface>lan</interface>
@ -2604,12 +2542,12 @@
<sequence>interface_statistics-container:00000000-col1:show,system_information-container:00000001-col1:show,gateways-container:00000002-col2:show,interface_list-container:00000003-col2:show,dyn_dns_status-container:00000004-col2:show,traffic_graphs-container:00000005-col2:show,services_status-container:00000006-col4:show</sequence>
<column_count>2</column_count>
<gatewaysinvert>1</gatewaysinvert>
<gatewaysfilter>WAN_DHCP</gatewaysfilter>
<gatewaysfilter>WAN_DHCP,LandLab</gatewaysfilter>
</widgets>
<revision>
<username>mshillam@192.168.1.10</username>
<time>1711413333.7828</time>
<description>/vpn_openvpn_server.php made changes</description>
<description>/api/unbound/settings/setHostOverride/e02c5e16-3c99-4975-bf15-e83aefa12938 made changes</description>
<time>1712612870.8148</time>
</revision>
<OPNsense>
<captiveportal version="1.0.1">
@ -3048,7 +2986,8 @@ fire_tv_cube_front_room
192.168.100.86
nikita_pc
management
proxmox_network</content>
proxmox_network
192.168.249.1</content>
<categories/>
<description>All our essential devices ( online always! )</description>
</alias>
@ -3510,7 +3449,8 @@ david_iphones</content>
<counters>0</counters>
<updatefreq/>
<content>192.168.1.0/24
192.168.10.0/24</content>
192.168.10.0/24
192.168.249.0/24</content>
<categories/>
<description>All Mats devices</description>
</alias>
@ -4541,13 +4481,13 @@ AL</content>
</host>
<host uuid="e02c5e16-3c99-4975-bf15-e83aefa12938">
<enabled>1</enabled>
<hostname>gimp</hostname>
<hostname>humbug</hostname>
<domain>shillam.me.uk</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>192.168.0.30</server>
<description>gimp Proxmox Server</description>
<description>Humbug Proxmox Server</description>
</host>
<host uuid="c72b92e8-ed69-4c25-bc80-bccb286c6356">
<enabled>1</enabled>
@ -4729,6 +4669,16 @@ AL</content>
<server>192.168.0.30</server>
<description>Visual studio code Server</description>
</host>
<host uuid="2ed12115-cbd5-4173-a4c7-dc3069ebfb9f">
<enabled>1</enabled>
<hostname>router-edge</hostname>
<domain>ramanet.al</domain>
<rr>A</rr>
<mxprio/>
<mx/>
<server>10.100.0.1</server>
<description/>
</host>
</hosts>
<aliases/>
<domains/>
@ -5306,6 +5256,30 @@ AL</content>
<loss_interval/>
<data_length/>
</gateway_item>
<gateway_item uuid="b367c55e-b078-4c55-ab2b-1ce0cf83555f">
<disabled>0</disabled>
<name>LandLab</name>
<descr>Router for greenhouse land</descr>
<interface>lan</interface>
<ipprotocol>inet</ipprotocol>
<gateway>192.168.249.1</gateway>
<defaultgw>0</defaultgw>
<fargw>0</fargw>
<monitor_disable>0</monitor_disable>
<monitor_noroute>0</monitor_noroute>
<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>
<Kea>
<ctrl_agent version="0.0.1">
@ -5809,7 +5783,12 @@ AL</content>
</gateways>
<crl/>
<staticroutes version="1.0.0">
<route/>
<route uuid="8cd0f3c1-5a3b-44c2-b93e-3002ef646971">
<network>10.100.0.0/24</network>
<gateway>LandLab</gateway>
<descr>Landlab Lab</descr>
<disabled>0</disabled>
</route>
</staticroutes>
<vlans version="1.0.0">
<vlan uuid="480a8bf0-e304-492f-aa7f-49d491bc7af9">