]> git.ipfire.org Git - people/ms/network.git/blame - man/network-settings.txt
man: Convert network-settings(8) to asciidoc
[people/ms/network.git] / man / network-settings.txt
CommitLineData
daebec37
MT
1= network-settings(8)
2Michael Tremer <michael.tremer@ipfire.org>
3
4== NAME
5network-settings - Change global network settings
6
7== SYNOPSIS
8'network settings'
9'network settings' KEY=VALUE
10
11== DESCRIPTION
12The 'network settings' command may be used to set global settings.
13
14Please have a look at the individual man pages for more options.
15
16== COMMANDS
17If no additional argument is given, running the command will dump a list of
18all settings variables and their current values.
19
20You may set a new value by adding the variable name and the new
21value to the command line.
22
23== VARIABLES
24
25'DEBUG=[true|_false_]'::
26 The DEBUG will control whether debug logging is enabled or not.
27 Additionally to writing debug log messages to the log files, the messages
28 will be displayed on the console as well.
29
30'WIRELESS_REGULATORY_DOMAIN=_00_'::
31 The wireless regulatory domain is set globally for the entire system with
32 the WIRELESS_REGULATORY_DOMAIN setting.
33 +
34 The default is '00' which is the _world_ setting.
35 +
36 Valid values are country codes for countries which have their own
37 regulatory domain.
38
39== AUTHORS
40Michael Tremer
41
42== SEE ALSO
43link:network[8],
44link:network-dns-server[8]