blob: c1dab39d75f19d05871570de6bb78d6e03a03752 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
Description='Example of a mobile broadband connection profile'
Connection=mobile_mm
IP=static
# IPv6 is currently not supported (default: no)
IP6=no
# The Wireless WAN interface provided by the modem
Interface=wwp0s20u4
# Block/unblock your radio
#RFKill=tpacpi_wwan_sw
# Use the default route provided by the peer (default: true)
#DefaultRoute=false
# Use DNS provided by the peer (default: true)
#UsePeerDNS=true
# As an alternative you can, set your nameservers using the option below
#DNS=('1.1.1.1' '2606:4700:4700::1111')
# Providing user and password are not always required
#User='example@yourprovider.com'
#Password='very secret'
# Access point you are connecting to
AccessPointName=apn
# If your device has a PIN code, set it here
#Pin=
# You can also add your PIN2/PUK code.
# If your device is PUK-locked, we will try to unlock it
#Puk=
#The number to dial (default: *99#)
#PhoneNumber=*99***1#
# Enable/Disable roaming (default: no)
#Roaming=yes
# Amount of seconds, we will wait until initialisation of the modem will be interrupted (default: 15)
#TimeoutModem=5
# Amount of seconds, we will wait for the connection is established (default: 25)
#TimeoutConnect=30
# Preferred mode can be one of {ANY, 2G, 3G, 4G} (default: 4G)
#Mode=4G
|