1USBIP(8)                System Administration Utilities               USBIP(8)
2
3
4

NAME

6       usbipd - USB/IP server daemon
7

SYNOPSIS

9       usbipd [options]
10
11

DESCRIPTION

13       usbipd provides USB/IP clients access to exported USB devices.
14
15       Devices  have  to explicitly be exported using usbip bind before usbipd
16       makes them available to other hosts.
17
18       The daemon accepts connections from USB/IP clients on TCP port 3240  by
19       default.
20
21

OPTIONS

23       -4, --ipv4
24
25              Bind to IPv4. Default is both.
26
27       -6, --ipv6
28
29              Bind to IPv6. Default is both.
30
31       -D, --daemon
32
33              Run as a daemon process.
34
35       -d, --debug
36
37              Print debugging information.
38
39       -PFILE, --pid FILE
40
41              Write process id to FILE.
42              If no FILE specified, use /var/run/usbipd.pid
43
44       -tPORT, --tcp-port PORT
45
46              Listen on TCP/IP port PORT.
47
48       -h, --help
49
50              Print the program help message and exit.
51
52       -v, --version
53
54              Show version.
55

LIMITATIONS

57       usbipd offers no authentication or authorization for USB/IP. Any USB/IP
58       client can connect and use exported devices.
59
60

EXAMPLES

62           server:# modprobe usbip
63
64           server:# usbipd -D
65               - Start usbip daemon.
66
67           server:# usbip list --local
68               - List driver assignments for usb devices.
69
70           server:# usbip bind --busid=1-2
71               - Bind usbip-host.ko to the device of busid 1-2.
72               - A usb device 1-2 is now exportable to other hosts!
73               - Use 'usbip unbind --busid=1-2'  when  you  want  to  shutdown
74       exporting and use the device locally.
75
76

SEE ALSO

78       usbip(8)
79
80
81
82
83usbip                            February 2009                        USBIP(8)
Impressum