wan configuration from console menu @ 2024-04-23T21:13:20.408900 ((root))
This commit is contained in:
parent
248d4b8971
commit
4a1ebe1e33
49
config.xml
49
config.xml
|
|
@ -303,16 +303,8 @@
|
||||||
<reboot/>
|
<reboot/>
|
||||||
</firmware>
|
</firmware>
|
||||||
<language>en_US</language>
|
<language>en_US</language>
|
||||||
<dnsserver>192.168.0.1</dnsserver>
|
<dnsserver>172.16.0.1</dnsserver>
|
||||||
<dnslocalhost>1</dnslocalhost>
|
<dnslocalhost>1</dnslocalhost>
|
||||||
<dns1gw>none</dns1gw>
|
|
||||||
<dns2gw>none</dns2gw>
|
|
||||||
<dns3gw>none</dns3gw>
|
|
||||||
<dns4gw>none</dns4gw>
|
|
||||||
<dns5gw>none</dns5gw>
|
|
||||||
<dns6gw>none</dns6gw>
|
|
||||||
<dns7gw>none</dns7gw>
|
|
||||||
<dns8gw>none</dns8gw>
|
|
||||||
<maximumstates/>
|
<maximumstates/>
|
||||||
<maximumfrags/>
|
<maximumfrags/>
|
||||||
<aliasesresolveinterval/>
|
<aliasesresolveinterval/>
|
||||||
|
|
@ -358,7 +350,7 @@
|
||||||
<descr/>
|
<descr/>
|
||||||
<enable>1</enable>
|
<enable>1</enable>
|
||||||
<spoofmac/>
|
<spoofmac/>
|
||||||
<ipaddr>dhcp</ipaddr>
|
<ipaddr>172.16.0.254</ipaddr>
|
||||||
<dhcphostname/>
|
<dhcphostname/>
|
||||||
<alias-address/>
|
<alias-address/>
|
||||||
<alias-subnet>32</alias-subnet>
|
<alias-subnet>32</alias-subnet>
|
||||||
|
|
@ -377,6 +369,11 @@
|
||||||
<adv_dhcp_config_advanced/>
|
<adv_dhcp_config_advanced/>
|
||||||
<adv_dhcp_config_file_override/>
|
<adv_dhcp_config_file_override/>
|
||||||
<adv_dhcp_config_file_override_path/>
|
<adv_dhcp_config_file_override_path/>
|
||||||
|
<subnet>24</subnet>
|
||||||
|
<gateway>WAN_GW_2</gateway>
|
||||||
|
<ipaddrv6/>
|
||||||
|
<subnetv6/>
|
||||||
|
<gatewayv6/>
|
||||||
</wan>
|
</wan>
|
||||||
<lan>
|
<lan>
|
||||||
<if>vtnet1</if>
|
<if>vtnet1</if>
|
||||||
|
|
@ -671,9 +668,9 @@
|
||||||
<traffic_graphs_interfaces>lan,wan</traffic_graphs_interfaces>
|
<traffic_graphs_interfaces>lan,wan</traffic_graphs_interfaces>
|
||||||
</widgets>
|
</widgets>
|
||||||
<revision>
|
<revision>
|
||||||
<username>mshillam@192.168.1.10</username>
|
<username>(root)</username>
|
||||||
<time>1713870751.1688</time>
|
<time>1713903200.4089</time>
|
||||||
<description>/interfaces.php made changes</description>
|
<description>wan configuration from console menu</description>
|
||||||
</revision>
|
</revision>
|
||||||
<OPNsense>
|
<OPNsense>
|
||||||
<OpenVPN version="1.0.0">
|
<OpenVPN version="1.0.0">
|
||||||
|
|
@ -1078,7 +1075,7 @@
|
||||||
<interface>wan</interface>
|
<interface>wan</interface>
|
||||||
<ipprotocol>inet</ipprotocol>
|
<ipprotocol>inet</ipprotocol>
|
||||||
<gateway/>
|
<gateway/>
|
||||||
<defaultgw>1</defaultgw>
|
<defaultgw>0</defaultgw>
|
||||||
<fargw>0</fargw>
|
<fargw>0</fargw>
|
||||||
<monitor_disable>0</monitor_disable>
|
<monitor_disable>0</monitor_disable>
|
||||||
<monitor_noroute>0</monitor_noroute>
|
<monitor_noroute>0</monitor_noroute>
|
||||||
|
|
@ -1095,6 +1092,30 @@
|
||||||
<loss_interval/>
|
<loss_interval/>
|
||||||
<data_length/>
|
<data_length/>
|
||||||
</gateway_item>
|
</gateway_item>
|
||||||
|
<gateway_item uuid="728a2ab5-ea92-4004-82ce-044ebd569c00">
|
||||||
|
<disabled>0</disabled>
|
||||||
|
<name>WAN_GW_2</name>
|
||||||
|
<descr>Interface WAN Gateway</descr>
|
||||||
|
<interface>wan</interface>
|
||||||
|
<ipprotocol>inet</ipprotocol>
|
||||||
|
<gateway>172.16.0.1</gateway>
|
||||||
|
<defaultgw>1</defaultgw>
|
||||||
|
<fargw>0</fargw>
|
||||||
|
<monitor_disable>1</monitor_disable>
|
||||||
|
<monitor_noroute/>
|
||||||
|
<monitor/>
|
||||||
|
<force_down/>
|
||||||
|
<priority>255</priority>
|
||||||
|
<weight>1</weight>
|
||||||
|
<latencylow/>
|
||||||
|
<latencyhigh/>
|
||||||
|
<losslow/>
|
||||||
|
<losshigh/>
|
||||||
|
<interval/>
|
||||||
|
<time_period/>
|
||||||
|
<loss_interval/>
|
||||||
|
<data_length/>
|
||||||
|
</gateway_item>
|
||||||
</Gateways>
|
</Gateways>
|
||||||
<Kea>
|
<Kea>
|
||||||
<ctrl_agent version="0.0.1">
|
<ctrl_agent version="0.0.1">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue