System > Gateways - can't change DSL
-
I have a cable (WAN) and a DSL (OPT2) connection and I wanted to disable the monitoring on both.
That worked fine for the WAN but any edit I make to the gateway for the DSL doesn't ask me to save the changes, returns immediately to the main System > Gateways menu and shows the Monitor IP still in place and the Description on a blue background.
-
The above post was done in a bit of a hurry. Now I've had a chance to look through the config XML and the gateways section showed:
<gateways><gateway_item><interface>wan</interface> <gateway>dynamic</gateway> <name>GW_WAN</name> <weight>1</weight> <interval><monitor_disable><defaultgw></defaultgw></monitor_disable></interval></gateway_item> <gateway_item><gateway>dynamic</gateway> <name>GW_OPT2</name> <interface>opt2</interface></gateway_item></gateways>
I changed it to look like this and all seems to be OK.
<gateways><gateway_item><interface>wan</interface> <gateway>dynamic</gateway> <name>GW_WAN</name> <weight>1</weight> <interval><monitor_disable><defaultgw></defaultgw></monitor_disable></interval></gateway_item> <gateway_item><interface>opt2</interface> <gateway>dynamic</gateway> <name>GW_OPT2</name> <weight>1</weight> <interval><monitor_disable></monitor_disable></interval></gateway_item></gateways>
I suspect it might have been corrupted when I switched this interface to PPOE after finally working out how to get the old ADSL modem to run in bridge mode.
Biggsy
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.