From: Radochonski, Wayne Sent: Sunday, September 06, 2009 9:50 AM To: Massion, Gene Subject: TCP/IP over USB Gene In order to enable networking between a host and a Beagle without that pesky Ethernet stuff, please do the following: On the Beagle: Ifconfig usb0 192.168.0.2 netmask 255.255.255.0 up Ifconfig On the host: Ifconfig usb0 192.168.0.1 netmask 255.255.255.0 up On the Beagle: ping 192.168.0.1 On the Host: Ping 192.168.0.2 At this point, the host has been assigned the IP address of 192.168.0.1. The target has the IP address of 192.168.0.2. To run SSH, enter “ssh magene@192.168.0.2” To run SFTP, enter “sftp magene@192.168.0.2” Wayne