You are not logged in.
This problem:
[root@router ne-vlezay80]# networkctl
IDX LINK TYPE OPERATIONAL SETUP
1 lo loopback carrier unmanaged
2 wan0 ether routable configured
3 lan0 ether degraded configured
4 wlan0 wlan routable configured
5 ovs-system ether off unmanaged
6 wifi ether routable configured
7 pc1 ether routable configured
8 lan ether routable pending
9 ygg0 none routable unmanaged
10 ip6tnl0 tunnel6 off unmanaged
11 ip6gre0 ip6gre off unmanaged
12 ygg-vpn0 ether routable configured
13 ygg-inferno0 ether routable configured
13 links listed.
Interface lan with infinitily pending state.
Solution:
Changing mac address from port openvswitch with command:
ovs-vsctl set-port lan mac=\"07:84:22:45:c4:58\"
Offline