1MBIM-NETWORK(1) User Commands MBIM-NETWORK(1)
2
3
4
6 mbim-network - Simple network management of MBIM devices
7
9 mbim-network [OPTIONS] [DEVICE] [COMMAND]
10
12 Simple network management of MBIM 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, -h
26 Show help options
27
28 --version
29 Show version
30
31 Notes:
32
33 1) [DEVICE] is given as the full path to the cdc-wdm character
34 device, e.g.:
35
36 /dev/cdc-wdm0
37
38 2) The mbim-network script requires a profile to work. Unless
39 explicitly specified with `--profile', the file is assumed to be
40 available in the following path:
41
42 /etc/mbim-network.conf
43
44 3) The APN to use should be configured in the profile, in the
45 following way (e.g. assuming APN is called 'internet'):
46
47 APN=internet
48
49 4) Optional APN user/password strings may be given in the fol‐
50 lowing way:
51
52 APN_USER=user APN_PASS=password
53
54 5) If APN user/password is specified, the authentication proto‐
55 col to use (one of PAP, CHAP or MSCHAPV2) must also be specified
56 in the following way:
57
58 APN_AUTH=protocol
59
60 6) If you want to instruct the mbim-network script to use the
61 mbim-proxy setup, you can do so by configuring the following
62 line in the profile:
63
64 PROXY=yes
65
66 7) Once the mbim-network script reports a successful connection
67 you still need to run a DHCP client on the associated WWAN net‐
68 work interface.
69
71 Copyright © 2013-2021 Aleksander Morgado License GPLv2+: GNU GPL ver‐
72 sion 2 or later <http://gnu.org/licenses/gpl-2.0.html>
73 This is free software: you are free to change and redistribute it.
74 There is NO WARRANTY, to the extent permitted by law.
75
77 The full documentation for mbim-network is maintained as a Texinfo man‐
78 ual. If the info and mbim-network programs are properly installed at
79 your site, the command
80
81 info mbim-network
82
83 should give you access to the complete manual.
84
85
86
87mbim-network 1.28.4 July 2023 MBIM-NETWORK(1)