On Wed, 25 Apr 2001, Bob Tanner wrote: > Is it possible to hook 2 linux machine together via IP on top of USB? Hmmm... /usr/src/linux/drivers/usb/net1080.c The IP-over-USB protocol here may be of interest. Embedded devices could implement it at the cost of two bulk endpoints, and whatever other system resources the desired IP-based applications need. ...that's on a 2.4 system. Andy