RUTX50 RutOS 7.11 - UI getting confused

Hi,

I have a WAN interface named ‘WiFi_Uplink’ where the Gateway Metric = 3 but is showing in position 5 on the UI. If I edit, then discard the ‘WiFi_Uplink’ interface, then the UI displays it correctly in position 3. Unfortunately, this does not remain the case, as it returns to being in the last position, should I leave that page and then return back to it.

I have tried various browsers but the behaviour remains the same.

I use this in conjunction with a Multi AP client configured to use Captive Portals. The settings for this interface are …

NETWORK > WAN > WAN INTERFACES > WiFi_Uplink

Enable = off
Failover = off

GENERAL SETTINGS:

Enable = off
Name = WiFi_Uplink
Protocol = DHCP
Hostname to send when requesting DHCP = RUTX

ADVANCED SETTINGS

Force link = on
Use broadcast flag = off
Use default gateway = on
Use gateway metric = 3
Use custom DNS servers = (blank)
Client ID to send when requesting DHCP = (blank)
Vendor class to send when requesting DHCP = (blank)
Override MAC address = (blank)
Override MTU = (blank)
IP4 table = (blank)

PHYSICAL SETTINGS:

Bridge interfaces = off
Interface = – no interface –

FIREWALL SETTINGS:

Create / Assign firewall-zone = wan: wan, wan6, mob1s1a1, mob1s2a1, WiFi_Uplink

Hi,

  1. Which firmware version you are using?
  2. What values other four interfaces have for “Use gateway metric”? (from first look it looks like all of them have it unset or 0)

Hello @Mike ,

Could you also log into the device using SSH, and run the following command:

cat /etc/config/network

Then copy the output from config interface 'wan' secion till the end and paste it in your next comment?
This output may contain some sensitive information in the mobile interface sections, so if it’s present, feel free to remove it.
Thank you!

Best regards,

Hi @Daumantas ,
Thanks for getting back to me, and here’s the output …

config interface ‘wan’
option device ‘eth1’
option proto ‘dhcp’
option area_type ‘wan’
option disabled ‘1’
option metric ‘1’

config interface ‘wan6’
option device ‘eth1’
option proto ‘dhcpv6’
option area_type ‘wan’
option disabled ‘1’
option metric ‘2’

config switch
option name ‘switch0’
option reset ‘1’
option enable_vlan ‘1’

config switch_vlan
option device ‘switch0’
option vlan ‘1’
option vid ‘1’
option ports ‘0t 1 2 3 4’

config switch_vlan
option device ‘switch0’
option vlan ‘2’
option vid ‘2’
option ports ‘0t 5’

config interface ‘mob1s1a1’
option proto ‘wwan’
option modem ‘2-1’
option sim ‘1’
option dhcpv6 ‘0’
option method ‘nat’
option area_type ‘wan’
option pdp ‘1’
option framed_routing ‘0’
option pdptype ‘ip’
option auth ‘none’
option auto_apn ‘0’
option apn ‘lowi.private.omv.es’
option metric ‘4’

config interface ‘mob1s2a1’
option proto ‘wwan’
option modem ‘2-1’
option sim ‘2’
option dhcpv6 ‘0’
option method ‘nat’
option area_type ‘wan’
option framed_routing ‘0’
option pdp ‘1’
option auto_apn ‘0’
option apn ‘lowi.private.omv.es’
option auth ‘none’
option disabled ‘1’
option pdptype ‘ip’
option metric ‘5’

config interface ‘ifLan1’
option proto ‘static’
option netmask ‘255.255.255.0’
option area_type ‘lan’
option ipaddr ‘192.168.11.1’
option name ‘WuTangLAN’
option device ‘br-ifLan1’

config switch_vlan
option device ‘switch0’
option vlan ‘3’
option ports '0t ’
option vid ‘11’

config device ‘br_ifLan1’
option name ‘br-ifLan1’
option type ‘bridge’
list ports ‘eth0.11’

config interface ‘WIVWG’
option proto ‘wireguard’
option public_key ‘redacted’
list addresses ‘redacted’
option private_key ‘redacted’
option mtu ‘1280’
option listen_port ‘redacted’
list dns ‘1.1.1.1’
option disabled ‘1’

config wireguard_WIVWG ‘ER605WIV’
option description ‘tp-link ER605 router in Wivenhoe in ‘'‘Site to Site’'’ mode’
list allowed_ips ‘0.0.0.0/1’
list allowed_ips ‘128.0.0.0/1’
list allowed_ips ‘::/1’
list allowed_ips ‘8000::/1’
option public_key ‘redacted’
option force_tunlink ‘0’
option endpoint_host ‘redacted’
option route_allowed_ips ‘1’
option tunlink ‘any’
option persistent_keepalive ‘25’
option endpoint_port ‘redacted’

config interface ‘ifWan1’
option area_type ‘wan’
option proto ‘dhcp’
option name ‘WiFi_Uplink’
option hostname ‘RUTX’
option broadcast ‘0’
option metric ‘3’
option disabled ‘1’

Hi @Dainius,

Thanks for the suggestion but the metrics are set correctly in /etc/config/network and I’m using the latest RutOS 7.11

Regards,

Mike

Hi @Daumantas ,

I have decided to Factory Reset, reflash the Firmware and rebuild from ‘scratch’, as I am seeing other unususual behaviour.

I have marked this reply as a solution, and should the behaviour reappear, I will start a new topic.

Many thanks,

Mike

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.

Hi @Mike ,

Our RnD team has identified the issue and will address it in a later release. But it’s worth noting, that this issue seems to be caused by a combination of configuration options, which other users are unlikely to encounter.
Nonetheless, thank you for reporting the issue!

Best regards,