Sadly that hasn’t worked.
I got this:
GENERAL.DEVICE: wlp0s20f3
GENERAL.TYPE: wifi
GENERAL.HWADDR: 7C:21:4A:A3:47:C4
GENERAL.MTU: 1500
GENERAL.STATE: 100 (connected)
GENERAL.CONNECTION: EasyBox-2EB344 1
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/9
IP4.ADDRESS[1]: 10.0.0.66/24
IP4.GATEWAY: 10.0.0.1
IP4.ROUTE[1]: dst = 0.0.0.0/0, nh = 10.0.0.1, mt = 600
IP4.ROUTE[2]: dst = 10.0.0.0/24, nh = 0.0.0.0, mt = 600
IP4.DNS[1]: 8.8.8.8
IP6.ADDRESS[1]: fe80::7e21:4aff:fea3:47c4/64
IP6.GATEWAY: --
IP6.ROUTE[1]: dst = fe80::/64, nh = ::, mt = 256
but the problem is not about connecting to the WIFI only (which seems to work in the background always for some reason, cuz I can connect to local server in the network that I have added to hosts file)
the main issue seems to DNS config. For example, after the last set of commands provided I now have to do
resolvectl revert 7
resovelctl rever 8
cuz the 2 connections have this:
GENERAL.DEVICE: wlp0s20f3
GENERAL.TYPE: wifi
GENERAL.HWADDR: 7C:21:4A:A3:47:C4
GENERAL.MTU: 1500
GENERAL.STATE: 100 (connected)
GENERAL.CONNECTION: EasyBox-2EB344 1
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/9
IP4.ADDRESS[1]: 10.0.0.66/24
IP4.GATEWAY: 10.0.0.1
IP4.ROUTE[1]: dst = 0.0.0.0/0, nh = 10.0.0.1, mt = 600
IP4.ROUTE[2]: dst = 10.0.0.0/24, nh = 0.0.0.0, mt = 600
IP4.DNS[1]: 8.8.8.8
IP6.ADDRESS[1]: fe80::7e21:4aff:fea3:47c4/64
IP6.GATEWAY: --
IP6.ROUTE[1]: dst = fe80::/64, nh = ::, mt = 256
and after the resolvectl
commands I get this:
Link 8 (pvpnksintrf0)
Current Scopes: none
DefaultRoute setting: no
LLMNR setting: yes
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
Link 7 (ipv6leakintrf0)
Current Scopes: none
DefaultRoute setting: no
LLMNR setting: yes
MulticastDNS setting: no
DNSOverTLS setting: no
DNSSEC setting: no
DNSSEC supported: no
afterwards I stil lhave to do: sudo dhclient w3...
to get it all working.
Thanks a lot for the support you are all providing.