After investigation, PR_CONNECT_RESET_ERROR occurs on apply button of Aliases, Virtual IP, firewalls pages.
Problem seems to be bound to gateways. I've two wan interfaces so two gateways configure with monitoring enable, if a disable gateway monitoring no more "PR_CONNECT_RESET_ERROR"
Config to avoid error is as following:
Regards,
Math
Problem seems to be bound to gateways. I've two wan interfaces so two gateways configure with monitoring enable, if a disable gateway monitoring no more "PR_CONNECT_RESET_ERROR"
Config to avoid error is as following:
Code Select
<gateways>
<gateway_item>
<interface>opt5</interface>
<gateway>A.B.C.D</gateway>
<name>WAN_GTW_V6</name>
<priority>240</priority>
<weight>1</weight>
<ipprotocol>inet</ipprotocol>
<interval/>
<descr>WAN outgoing via public vlan 6</descr>
<monitor_disable>1</monitor_disable>
<defaultgw>1</defaultgw>
</gateway_item>
<gateway_item>
<interface>wan</interface>
<gateway>E.F.G.H</gateway>
<name>WAN_GTW_V7</name>
<priority>250</priority>
<weight>1</weight>
<ipprotocol>inet</ipprotocol>
<interval/>
<descr>WAN outgoing via public vlan 7</descr>
<monitor_disable>1</monitor_disable>
<force_down>1</force_down>
</gateway_item>
</gateways>
Regards,
Math