yes, https work with fqdn, you must obtain this certificate with ip http ssl acme get mydomain.xxxxx, use other ddns server for this
(you must have A dns record for this mydomain.xxxxx linked with you public ip)
yes, its possible with CLI
interface GigabitEthernet1/VlanX
up
ip address xxxxx (or dhcp)
ip global auto
exit
interface GigabitEthernet1/VlanY
up
ip address xxxxx
ip global auto
exit
system configuration save
example for wan port for some model, if wan port in switch other command
1) static route
2) since keenos 5.a
Introduced a new routing option based on FQDN object-groups, enabling more precise and flexible control over traffic directed to specific domain names. [NDM-3946]
dns-proxy route object-group {group} [{interface} | {gateway} [interface]] [auto] [reject] — set routing destination {interface} or {gateway} for domain names listed in the object-group {group}.
3) entware + xxxxx
macvlan network for docker.... will have his own mac
is the switch managed? if yes then it is not configured correctly, there will be no loops. configure it or use unmanaged. try in cli mws stp priority 16384 or from version 4.3 mws stp encapsulation with recapture of points
since 4.2.1
You can now assign Network ports on Extender devices to any configured network segment using the Command Line Interface (CLI). Alternatively, you may wish to disable the Network ports for security reasons. [NDM-3162]
mws member {member} port {port} [no] access {interface} — assign {port} on a {member} node to access an {interface} segment;
mws member {member} port {port} [no] disable — disable {port} on a {member} node.