/services_dhcp_edit.php made changes @ 2024-04-08T14:38:46.400800 (mshillam@192.168.1.10)
This commit is contained in:
parent
a5fd5d44a5
commit
27c31c4f92
22
config.xml
22
config.xml
|
|
@ -410,6 +410,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 +1409,15 @@
|
|||
<dnsserver/>
|
||||
<ntpserver/>
|
||||
</staticmap>
|
||||
<staticmap>
|
||||
<mac>bc:24:11:e2:1d:29</mac>
|
||||
<ipaddr>192.168.200.1</ipaddr>
|
||||
<hostname>opnsense-rama</hostname>
|
||||
<descr>Rama NET opnsense network</descr>
|
||||
<winsserver/>
|
||||
<dnsserver/>
|
||||
<ntpserver/>
|
||||
</staticmap>
|
||||
<pool/>
|
||||
</lan>
|
||||
<opt1>
|
||||
|
|
@ -2608,8 +2626,8 @@
|
|||
</widgets>
|
||||
<revision>
|
||||
<username>mshillam@192.168.1.10</username>
|
||||
<time>1711413333.7828</time>
|
||||
<description>/vpn_openvpn_server.php made changes</description>
|
||||
<time>1712583526.4008</time>
|
||||
<description>/services_dhcp_edit.php made changes</description>
|
||||
</revision>
|
||||
<OPNsense>
|
||||
<captiveportal version="1.0.1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue