]> git.ipfire.org Git - people/ms/network.git/blob - man/network-settings.txt
man: Convert network-zone-bridge(8) to asciidoc
[people/ms/network.git] / man / network-settings.txt
1 = network-settings(8)
2 Michael Tremer <michael.tremer@ipfire.org>
3
4 == NAME
5 network-settings - Change global network settings
6
7 == SYNOPSIS
8 'network settings'
9 'network settings' KEY=VALUE
10
11 == DESCRIPTION
12 The 'network settings' command may be used to set global settings.
13
14 Please have a look at the individual man pages for more options.
15
16 == COMMANDS
17 If no additional argument is given, running the command will dump a list of
18 all settings variables and their current values.
19
20 You may set a new value by adding the variable name and the new
21 value 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
40 Michael Tremer
41
42 == SEE ALSO
43 link:network[8],
44 link:network-dns-server[8]