CORE2+ROS Dead

Can you tell me anything more about interface zt0?

Made some progress. I decided to connected the wired gigabit connection. DHCP assigned it the next address and can ssh to it and also run RDP, which is excellent. I found Chromium browser running, which is weird as I did not start it, and presumably was why the load was over 1.0 I’m not sure how to make it work over WiFi, but for now I can continue learning ROS while I’m waiting for a fix.

So a wired connection allowed it to boot normally? No ‘reset power cycle’?

No, sorry - I didn’t test that. It just allowed me to ssh and rdp into the ASUS card. But holding the reset button during power up did work.

Hi Terry.

About your first question - interface zt0 was created by ZeroTier One:

https://www.zerotier.com/download.shtml

It’s a program that creates VPN and makes possible to use your SBC (for example) from another network. You have probably created this VPN unintentionally. Type on console:

sudo zerotier-cli listnetworks

check “nwid” of zt0 and then type:

sudo zerotier-cli leave <nwid>

After these steps, type:

ifconfig

zt0 should disappear. After that, reboot your device. You will probably be able to connect with your SBC via SSH now.

Regards,
Hubert.