1WICD-WIRELESS-SETTINGS.CONF(5)File Formats ManualWICD-WIRELESS-SETTINGS.CONF(5)
2
3
4
6 wicd-wired-settings.conf - controls Wicd's wireless network settings
7
8
10 This file contains configuration information for wireless interfaces in
11 Wicd.
12 This file is located at /etc/wicd/wireless-settings.conf
13
14
15
17 bssid = <BSSID_of_network>
18 This value can be found using iwconfig(8).
19
20 essid = <ESSID_of_network>
21 This value can be found using iwconfig(8).
22
23 hidden = <True|False>
24 This option notes whether the network's ESSID is broadcast or
25 not.
26
27 channel = <integer_value>
28 Valid channels are dependent upon country.
29 This value can be found using iwconfig(8).
30
31 mode = <Master|Ad-hoc>
32 This value can be found using iwconfig(8).
33
34 enctype = <encryption_template>
35 This can take the value of any encryption template shown in
36 /etc/wicd/encryption/templates/.
37
38 encryption_method = WEP|WPA|WPA2>
39 This value can be found using iwconfig(8).
40
41 key = <plain_text_key>
42 Be sure this file is readable only by root.
43
44 automatic = <True|False>
45 This option determines whether Wicd should automatically connect
46 to this network.
47
48 ip = <None|ip_address>
49 Use this option if you have a static ip address for your system.
50
51 netmask = <None|networkmask>
52 This setting is only appropriate if a static ip address is con‐
53 figured above.
54
55 broadcast = <None|broadcast_address>
56 This setting is only appropriate if a static ip address is con‐
57 figured above.
58
59 gateway = <None|gateway_address>
60 This setting is only appropriate if a static ip address is con‐
61 figured above.
62
63 use_static_dns = <True|False>
64 True = use static DNS servers instead of accepting what the dhcp
65 server supplies.
66
67 use_global_dns = <True|False>
68 True = use the global DNS servers provided in wicd-manager-set‐
69 tings.conf(5).
70 This option is only appropriate if "use_static_dns = True"
71
72 dns1 = <None|ip_address>
73 Static DNS address if "use_static_dns = True" and
74 "use_global_dns = False"
75
76 dns2 = <None|ip_address>
77 Static DNS address if "use_static_dns = True" and
78 "use_global_dns = False"
79
80 dns3 = <None|ip_address>
81 Static DNS address if "use_static_dns = True" and
82 "use_global_dns = False"
83
84 use_settings_globally = <0|1>
85 Wicd keeps track of whether to autoconnect to networks based on
86 bssid. This ensures that you don't accidentally connect to
87 another network that is not yours but happens to have the same
88 essid - for example, there are a lot of commercial routers in
89 use with "linksys" as the essid.
90 0 = Do not use settings globally
91 1 = Use settings globally
92
93 beforescript = <None|arbitrary_script>
94 This defines a script to run before Wicd brings up the connec‐
95 tion.
96 IMPORTANT - scripts should ONLY be writable by root and should
97 be located in a directory that is writable by only root.
98
99 afterscript = <None|arbitrary_script>
100 This defines a script to run after Wicd brings up the connec‐
101 tion.
102 IMPORTANT - scripts should ONLY be writable by root and located
103 in a directory that is writable by only root.
104
105 predisconnectscript = <None|arbitrary_script>
106 This defines a script to run before Wicd disconnects the inter‐
107 face.
108
109 postdisconnectscript = <None|arbitrary_script>
110 This defines a script to run after Wicd disconnects the inter‐
111 face.
112 IMPORTANT - scripts should ONLY be writable by root and located
113 in a directory that is writable by only root.
114
115
116
117
119 The "use_settings_globally" option determines how an individual net‐
120 work's configuration stanza starts. If the option is "0" (do not use
121 settings globally), then the stanza's top line will be the bssid of the
122 access point (in this format):
123 [00:15:3E:87:D3:68]
124 If the "option is set to "1" (use settings globally), then the first
125 line of the stanza will be in this format:
126 [essid:UA Public Wireless Network]
127
128
130 wicd(8), wicd-curses(8), wicd-manager-settings.conf(5), wicd-wired-set‐
131 tings.conf(5).
132
133
134
135
136 wicd-1.7.4 WICD-WIRELESS-SETTINGS.CONF(5)