[Web interface] The WAN IP is not displayed if a VLAN is used.

Hello.

RouterOS 6.47.1

The WAN IP is not displayed if a VLAN is used. The configuration snippet:

/interface vlan
add interface=ether1 name=ether1.608 vlan-id=608
/ip address
add address=100.64.5.197/30 interface=ether1.608 network=100.64.5.196
/ip route
add distance=1 gateway=100.64.5.198

Is it possible to determine the appropriate interface based on the “gateway” parameter?

Regards, Sergey.
wan-ip.png

Don’t ever use quickset after you changed anything outside its scope. Quickset is not designed to deal with advanced settings. Use webfig instead (switch between them by clicking appropriate button in uper right area of UI).

Quickset is a “initial config”-tool. Not to be used for regular changes.

From a technical point of view, this is quite clear. But this is bad in terms of usability. Maybe should change the default page to Webfig if the created (or more well unrecognized) configuration is detected? And issue a warning when user try to switch to Quickset.