Hi
I downloaded Ubuntu (18.04) VM from Mangoh website into Virtual Box 6 and got the compiling working but I am having trouble SSHing into the device over USB. I added a USB filter for the device and am using the NAT network config with the cable connected check.
Output from ssh
mangoh@mangoh-vm:/$ ssh -v root@192.168.2.2
OpenSSH_7.6p1 Ubuntu-4ubuntu0.3, OpenSSL 1.0.2n 7 Dec 2017
debug1: Reading configuration data /home/mangoh/.ssh/config
debug1: /home/mangoh/.ssh/config line 1: Applying options for 192.168.2.2
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 192.168.2.2 [192.168.2.2] port 22.
debug1: connect to address 192.168.2.2 port 22: Connection timed out
ssh: connect to host 192.168.2.2 port 22: Connection timed out
I also tried deleting modem manager and if up usb0 but it is an unknown network interface I 'm sure whats wrong can anyone help?
Contents of mangoh/.ssh/config:
Host 192.168.2.2
LogLevel ERROR
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
USB list
mangoh@mangoh-vm:~$ lsusb
Bus 001 Device 003: ID 1199:68c0 Sierra Wireless, Inc.
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
I got the network Manager to add usb0 by adding 70-persistent-net.rules which gave me the eth0/usb0 names and I also changed the NetworkManager.conf file to manage eth0 and usb0 but USB ethernet is just stuck connecting not sure if this is a step in the right direction.