1MBIM-NETWORK(1)                  User Commands                 MBIM-NETWORK(1)
2
3
4

NAME

6       mbim-network - Simple network management of MBIM devices
7

SYNOPSIS

9       mbim-network [OPTIONS] [DEVICE] [COMMAND]
10

DESCRIPTION

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

OPTIONS

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 mbim-network script requires a profile  to  work.  Unless
38              explicitly specified with `--profile', the file is assumed to be
39              available in the following path:
40
41              /etc/mbim-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) If APN user/password is specified, the authentication  proto‐
54              col to use (one of PAP, CHAP or MSCHAPV2) must also be specified
55              in the following way:
56
57              APN_AUTH=protocol
58
59              6) If you want to instruct the mbim-network script  to  use  the
60              mbim-proxy  setup,  you  can  do so by configuring the following
61              line in the profile:
62
63              PROXY=yes
64
65              7) Once the mbim-network script reports a successful  connection
66              you  still need to run a DHCP client on the associated WWAN net‐
67              work interface.
68
70       Copyright (2013-2015) Aleksander Morgado License GPLv2+: GNU  GPL  ver‐
71       sion 2 or later <http://gnu.org/licenses/gpl-2.0.html>
72       This  is  free  software:  you  are free to change and redistribute it.
73       There is NO WARRANTY, to the extent permitted by law.
74

SEE ALSO

76       The full documentation for mbim-network is maintained as a Texinfo man‐
77       ual.   If  the info and mbim-network programs are properly installed at
78       your site, the command
79
80              info mbim-network
81
82       should give you access to the complete manual.
83
84
85
86mbim-network 1.14.2               August 2017                  MBIM-NETWORK(1)
Impressum