1QMI-NETWORK(1) User Commands QMI-NETWORK(1)
2
3
4
6 qmi-network - Simple network management of QMI devices
7
9 qmi-network [OPTIONS] [DEVICE] [COMMAND]
10
12 Simple network management of QMI devices
13
14 Commands:
15 start Start network connection
16
17 stop Stop network connection
18
19 status Query network connection status
20
22 --profile=[PATH]
23 Use the profile in the specified path
24
25 --help Show help options
26
27 --version
28 Show version
29
30 Notes:
31
32 1) [DEVICE] is given as the full path to the cdc-wdm character
33 device, e.g.:
34
35 /dev/cdc-wdm0
36
37 2) The qmi-network script requires a profile to work. Unless ex‐
38 plicitly specified with `--profile', the file is assumed to be
39 available in the following path:
40
41 /etc/qmi-network.conf
42
43 3) The APN to use should be configured in the profile, in the
44 following way (e.g. assuming APN is called 'internet'):
45
46 APN=internet
47
48 4) Optional APN user/password strings may be given in the fol‐
49 lowing way:
50
51 APN_USER=user APN_PASS=password
52
53 5) Optional IP_TYPE strings may be given in the following way:
54
55 IP_TYPE=[4|6]
56
57 6) If you want to instruct the qmi-network script to use the
58 qmi-proxy setup, you can do so by configuring the following line
59 in the profile:
60
61 PROXY=yes
62
63 7) To instruct the qmi-network script to use an already existing
64 Profile ID, or to create a new one on the fly, use the following
65 configuration in the profile:
66
67 PROFILE=number
68 # to use the profile-id number
69
70 PROFILE=auto
71 # to create a temporary profile on the fly
72
73 8) Once the qmi-network script reports a successful connection
74 you still need to run a DHCP client on the associated WWAN net‐
75 work interface.
76
78 Copyright © 2013-2021 Aleksander Morgado License GPLv2+: GNU GPL ver‐
79 sion 2 or later <http://gnu.org/licenses/gpl-2.0.html>
80 This is free software: you are free to change and redistribute it.
81 There is NO WARRANTY, to the extent permitted by law.
82
84 The full documentation for qmi-network is maintained as a Texinfo man‐
85 ual. If the info and qmi-network programs are properly installed at
86 your site, the command
87
88 info qmi-network
89
90 should give you access to the complete manual.
91
92
93
94qmi-network 1.32.4 July 2023 QMI-NETWORK(1)