Hi, I'm trying to get USBNetworking to work between my PW and my Mac.
I enabled USBNetwork sucessfully (usbnet, sshd up), but I've got some trouble connecting to it,
following this.
First I've noticed that my device doesn't show up as usb0, but as en4.
I've assigned it an ip (is this correct?) through "sudo ifconfig en4 192.168.2.1"
and tried to connect through:
ssh 192.168.2.1 and ssh 192.168.2.2, but with no success.