]> git.ipfire.org Git - people/ms/network.git/blob - man/network-settings.xml
man: Convert network-route-static(8) to asciidoc
[people/ms/network.git] / man / network-settings.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS/DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <refentry id="network-settings">
6 <refentryinfo>
7 <title>network-settings</title>
8 <productname>network</productname>
9
10 <authorgroup>
11 <author>
12 <contrib>Developer</contrib>
13 <firstname>Michael</firstname>
14 <surname>Tremer</surname>
15 <email>michael.tremer@ipfire.org</email>
16 </author>
17 </authorgroup>
18 </refentryinfo>
19
20 <refmeta>
21 <refentrytitle>network-settings</refentrytitle>
22 <manvolnum>8</manvolnum>
23 </refmeta>
24
25 <refnamediv>
26 <refname>network-settings</refname>
27 <refpurpose>Network Configuration Control Program</refpurpose>
28 </refnamediv>
29
30 <refsynopsisdiv>
31 <cmdsynopsis>
32 <command>network settings</command>
33 </cmdsynopsis>
34
35 <cmdsynopsis>
36 <command>network settings <replaceable>KEY=VALUE</replaceable></command>
37 </cmdsynopsis>
38 </refsynopsisdiv>
39
40 <refsect1>
41 <title>Description</title>
42
43 <para>
44 The <command>network settings</command> command may be used to set
45 global settingsuration options.
46 </para>
47 <para>
48 Please have a look at the individual man pages for more options.
49 </para>
50 </refsect1>
51
52 <refsect1>
53 <title>Commands</title>
54
55 <para>
56 If no additional argument is given, running the command will
57 dump a list of all settingsuration variables and their current values.
58 </para>
59
60 <para>
61 You may set a new value by adding the variable name and the new
62 value to the command line.
63 </para>
64 </refsect1>
65
66 <refsect1>
67 <title>Variables</title>
68
69 <variablelist>
70 <varlistentry>
71 <term>
72 <varname>DEBUG</varname>=[<emphasis>0</emphasis>|1]
73 </term>
74
75 <listitem>
76 <para>
77 The <varname>DEBUG</varname> will control whether debug
78 logging is enabled or not. Additionally to writing debug
79 log messages to the log files, the messages will be displayed
80 on the console as well.
81 </para>
82 </listitem>
83 </varlistentry>
84
85 <varlistentry>
86 <term>
87 <varname>WIRELESS_REGULATORY_DOMAIN</varname>=<emphasis>00</emphasis>
88 </term>
89
90 <listitem>
91 <para>
92 The wireless regulatory domain is set globally for the
93 entire system with the <varname>WIRELESS_REGULATORY_DOMAIN</varname>
94 setting. The default is <emphasis>00</emphasis> which
95 is the <emphasis>world</emphasis> setting.
96 Valid values are country codes for countries which have their
97 own regulatory domain.
98 </para>
99 </listitem>
100 </varlistentry>
101 </variablelist>
102 </refsect1>
103
104 <refsect1>
105 <title>See Also</title>
106
107 <para>
108 <citerefentry>
109 <refentrytitle>network</refentrytitle>
110 <manvolnum>8</manvolnum>
111 </citerefentry>,
112 <citerefentry>
113 <refentrytitle>network-dns-server</refentrytitle>
114 <manvolnum>8</manvolnum>
115 </citerefentry>
116 </para>
117 </refsect1>
118 </refentry>