Only one interface you can use for Legato version16.10.0 or newer
When trying to SSH over the Ethernet cable with the following setup:
Legato version is 16.10.0 or newer
The Ethernet port is powered on and all the LED lights are on
Able to ping eth0’s IP address
Yet unable to successfully connect to the session, it means that the Legato framework update has disabled the ability to SSH through any network interface other than usb0. This has been done through a few IPTable rules which were added, to force drop all SSH traffic from all interfaces except usb0. …
However, I could not ssh into the board via Ethernet with the mangOH green system file (.sdf) and I have to communicate with the board using serial adaptor and switch back to USB port. See details here:
I am using the blue one (PL2303-Prolific) as well and from what I found from the net, there is issue with driver. I am not able to make it work on windows. However it works well on Ubuntu 16.04, here are the instructions:
connect the serial adaptor to usb port of the Ubuntu machine.
install minicom in linux machine:
sudo apt-get install minicom
find the usb port that serial connect to:
dmesg | grep pl2303
the output of step3 would indicate which usb port
[ 6.804403] usb 1-1.3: p…
Hope this helps.