Compare commits

...

12 Commits

Author SHA1 Message Date
(system) 13b72fd76c /usr/local/opnsense/mvc/app/models/OPNsense/Sensei/CLI.php made changes @ 2022-12-19T18:09:05.229400 ((system)) 2022-12-19 18:09:05 +00:00
Matthew Shillam 3f8677ef62 /api/trafficshaper/settings/togglePipe/675f6f4d-cf3d-467f-84f6-319a4daad0bb made changes @ 2022-12-19T18:07:39.452300 (mshillam@192.168.100.81) 2022-12-19 18:07:40 +00:00
Matthew Shillam a9af990b9e /services_dhcp.php made changes @ 2022-12-19T14:40:09.253400 (mshillam@192.168.1.10) 2022-12-19 14:40:09 +00:00
Matthew Shillam 547d358158 /interfaces.php made changes @ 2022-12-19T14:38:35.286300 (mshillam@192.168.1.10) 2022-12-19 14:38:35 +00:00
Matthew Shillam 0467cb7a3b Interface Vlan1(opt1) is now disabled. @ 2022-12-19T14:33:36.732000 (mshillam@192.168.1.10) 2022-12-19 14:33:37 +00:00
Matthew Shillam a952ad054f /interfaces_assign.php made changes @ 2022-12-19T14:33:13.241000 (mshillam@192.168.1.10) 2022-12-19 14:33:13 +00:00
Matthew Shillam cdafb5ad05 /api/interfaces/vlan_settings/addItem/ made changes @ 2022-12-19T14:31:40.350100 (mshillam@192.168.1.10) 2022-12-19 14:31:40 +00:00
Matthew Shillam fea718eef5 /api/trafficshaper/settings/setPipe/675f6f4d-cf3d-467f-84f6-319a4daad0bb made changes @ 2022-12-19T14:24:48.047000 (mshillam@192.168.1.10) 2022-12-19 14:24:48 +00:00
Matthew Shillam 959bf53829 /api/trafficshaper/settings/setPipe/9bd79685-8663-485d-a938-60ddba240284 made changes @ 2022-12-19T14:24:35.730800 (mshillam@192.168.1.10) 2022-12-19 14:24:36 +00:00
(system) 68175146cf /usr/local/opnsense/mvc/app/models/OPNsense/Sensei/CLI.php made changes @ 2022-12-19T09:09:05.132200 ((system)) 2022-12-19 09:09:05 +00:00
Matthew Shillam eb38572bb6 /api/trafficshaper/settings/setPipe/675f6f4d-cf3d-467f-84f6-319a4daad0bb made changes @ 2022-12-19T02:29:52.902000 (mshillam@192.168.1.10) 2022-12-19 02:29:53 +00:00
(system) 797aea7cab /usr/local/opnsense/mvc/app/models/OPNsense/Sensei/CLI.php made changes @ 2022-12-19T01:09:05.042400 ((system)) 2022-12-19 01:09:05 +00:00
1 changed files with 46 additions and 7 deletions

View File

@ -387,6 +387,14 @@
<virtual>1</virtual> <virtual>1</virtual>
<networks/> <networks/>
</wireguard> </wireguard>
<opt1>
<if>vlan01</if>
<descr>Vlan1</descr>
<enable>1</enable>
<spoofmac/>
<ipaddr>10.0.0.1</ipaddr>
<subnet>24</subnet>
</opt1>
</interfaces> </interfaces>
<dhcpd> <dhcpd>
<lan> <lan>
@ -1328,6 +1336,20 @@
</staticmap> </staticmap>
<pool/> <pool/>
</lan> </lan>
<opt1>
<enable>1</enable>
<ddnsdomainalgorithm>hmac-md5</ddnsdomainalgorithm>
<numberoptions>
<item/>
</numberoptions>
<range>
<from>10.0.0.200</from>
<to>10.0.0.254</to>
</range>
<winsserver/>
<dnsserver/>
<ntpserver/>
</opt1>
</dhcpd> </dhcpd>
<unbound> <unbound>
<enable>1</enable> <enable>1</enable>
@ -2188,9 +2210,9 @@
<gatewaysfilter>WAN_DHCP</gatewaysfilter> <gatewaysfilter>WAN_DHCP</gatewaysfilter>
</widgets> </widgets>
<revision> <revision>
<username>mshillam@192.168.100.81</username> <username>(system)</username>
<time>1671397283.1012</time> <time>1671473345.2294</time>
<description>/api/trafficshaper/settings/delPipe/0c1baef2-465f-4b69-b0e5-c8f826710938 made changes</description> <description>/usr/local/opnsense/mvc/app/models/OPNsense/Sensei/CLI.php made changes</description>
</revision> </revision>
<OPNsense> <OPNsense>
<captiveportal version="1.0.1"> <captiveportal version="1.0.1">
@ -3562,8 +3584,8 @@ WS</content>
<pipes> <pipes>
<pipe uuid="675f6f4d-cf3d-467f-84f6-319a4daad0bb"> <pipe uuid="675f6f4d-cf3d-467f-84f6-319a4daad0bb">
<number>10000</number> <number>10000</number>
<enabled>1</enabled> <enabled>0</enabled>
<bandwidth>5</bandwidth> <bandwidth>10</bandwidth>
<bandwidthMetric>Mbit</bandwidthMetric> <bandwidthMetric>Mbit</bandwidthMetric>
<queue/> <queue/>
<mask>src-ip</mask> <mask>src-ip</mask>
@ -3584,7 +3606,7 @@ WS</content>
<pipe uuid="9bd79685-8663-485d-a938-60ddba240284"> <pipe uuid="9bd79685-8663-485d-a938-60ddba240284">
<number>10001</number> <number>10001</number>
<enabled>1</enabled> <enabled>1</enabled>
<bandwidth>1000</bandwidth> <bandwidth>915</bandwidth>
<bandwidthMetric>Mbit</bandwidthMetric> <bandwidthMetric>Mbit</bandwidthMetric>
<queue>2</queue> <queue>2</queue>
<mask>none</mask> <mask>none</mask>
@ -5158,5 +5180,22 @@ WS</content>
<staticroutes version="1.0.0"> <staticroutes version="1.0.0">
<route/> <route/>
</staticroutes> </staticroutes>
<vlans version="1.0.0"/> <vlans version="1.0.0">
<vlan uuid="b49183d8-4bf1-43b6-a8c4-7d856e9b3f61">
<if>igb0</if>
<tag>1</tag>
<pcp>0</pcp>
<descr>Default</descr>
<vlanif>vlan01</vlanif>
</vlan>
</vlans>
<bridges>
<bridged/>
</bridges>
<gifs>
<gif/>
</gifs>
<gres>
<gre/>
</gres>
</opnsense> </opnsense>