Merge "Fix SIGSEV on freeing server domains list" into tizen
[platform/upstream/connman.git] / src / main_disable_eth.conf
1 [General]
2
3 # Set input request timeout. Default is 120 seconds
4 # The request for inputs like passphrase will timeout
5 # after certain amount of time. Use this setting to
6 # increase the value in case of different user
7 # interface designs.
8 # InputRequestTimeout = 120
9
10 # Set browser launch timeout. Default is 300 seconds
11 # The request for launching a browser for portal pages
12 # will timeout after certain amount of time. Use this
13 # setting to increase the value in case of different
14 # user interface designs.
15 # BrowserLaunchTimeout = 300
16
17 # Enable background scanning. Default is true.
18 # Background scanning will start every 5 minutes unless
19 # the scan list is empty. In that case, a simple backoff
20 # mechanism starting from 10s up to 5 minutes will run.
21 # BackgroundScanning = true
22 BackgroundScanning = false
23
24 # List of Fallback timeservers separated by ",".
25 # These timeservers are used for NTP sync when there are
26 # no timeserver set by the user or by the service.
27 # These can contain mixed combination of fully qualified
28 # domain names, IPv4 and IPv6 addresses.
29 # FallbackTimeservers =
30 #FallbackTimeservers = pool.ntp.org
31
32 # List of fallback nameservers separated by "," used if no
33 # nameservers are otherwise provided by the service. The
34 # nameserver entries must be in numeric format, host
35 # names are ignored.
36 # FallbackNameservers =
37
38 # List of technologies that are marked autoconnectable
39 # by default, separated by commas ",". The default value
40 # for this entry when empty is ethernet,wifi,cellular.
41 # Services that are automatically connected must have been
42 # set up and saved to storage beforehand.
43 # DefaultAutoConnectTechnologies =
44
45 # List of preferred technologies from the most preferred
46 # one to the least preferred one separated by commas ",".
47 # Services of the listed technology type will be tried one
48 # by one in the order given, until one of them gets connected
49 # or they are all tried. A service of a preferred technology
50 # type in state 'ready' will get the default route when
51 # compared to another preferred type further down the list
52 # with state 'ready' or with a non-preferred type; a service
53 # of a preferred technology type in state 'online' will get
54 # the default route when compared to either a non-preferred
55 # type or a preferred type further down in the list.
56 # PreferredTechnologies =
57 PreferredTechnologies = wifi, ethernet
58
59 # List of blacklisted network interfaces separated by ",".
60 # Found interfaces will be compared to the list and will
61 # not be handled by connman, if their first characters
62 # match any of the list entries. Default value is
63 # vmnet,vboxnet,virbr,ifb.
64 # NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb
65 NetworkInterfaceBlacklist = veth, vmnet,vboxnet,virbr,usb,rndis,rmnet,rev_rmnet,dummy,seth_td,seth_w,eth
66
67 # Allow connman to change the system hostname. This can
68 # happen for example if we receive DHCP hostname option.
69 # Default value is true.
70 # AllowHostnameUpdates = true
71
72 # Keep only a single connected technology at any time. When a new
73 # service is connected by the user or a better one is found according
74 # to PreferredTechnologies, the new service is kept connected and all
75 # the other previously connected services are disconnected. With this
76 # setting it does not matter whether the previously connected services
77 # are in 'online' or 'ready' states, the newly connected service is
78 # the only one that will be kept connected. A service connected by the
79 # user will be used until going out of network coverage. With this
80 # setting enabled applications will notice more network breaks than
81 # normal. Default value is false.
82 # SingleConnectedTechnology = false
83 SingleConnectedTechnology = true
84
85 # List of technologies for which tethering is allowed separated by ",".
86 # The default value is wifi,bluetooth,gadget. Only those technologies
87 # listed here are used for tethering. If ethernet tethering is desired,
88 # then ethernet should be added to the list. The technologies listed here
89 # have to support tethering, currently tethering is implemented for wifi,
90 # bluetooth, gadget and ethernet.
91 # NOTE that if ethernet tethering is enabled, then a DHCP server is
92 # started on all ethernet interfaces. Tethered ethernet should
93 # never be connected to corporate or home network as it will disrupt
94 # normal operation of these networks. Due to this ethernet is not
95 # tethered by default. Do not activate ethernet tethering unless you
96 # really know what you are doing.
97 # TetheringTechnologies = wifi,bluetooth,gadget
98
99 # Restore earlier tethering status when returning from offline mode,
100 # re-enabling a technology, and after restarts and reboots.
101 # Default value is false.
102 # PersistentTetheringMode = false
103
104 # Automatically enable Anycast 6to4 if possible. This is not recommended, as
105 # the use of 6to4 will generally lead to a severe degradation of connection
106 # quality. See RFC6343. Default value is false (as recommended by RFC6343
107 # section 4.1).
108 # Enable6to4 = false
109
110 NetworkCellularInterfaceList = pdp,rmnet,seth_td,seth_w
111
112 # Allow connman to add service gateway to the time server list.
113 # Default value is false.
114 # UseGatewaysAsTimeservers = false