1WICD-WIRED-SETTINGS.CONF(5) File Formats Manual WICD-WIRED-SETTINGS.CONF(5)
2
3
4
6 wicd-wired-settings.conf - controls Wicd's wired network settings
7
8
10 This file contains configuration information for wired interfaces in
11 Wicd.
12 This file is located at /etc/dhcp/wired-settings.conf
13
14
15
17 default = <0|1>
18 This option decides whether to use this profile as the default.
19 0 = do not use this profile as default.
20 1 = use this profile as default.
21
22 beforescript = <None|arbitrary_script>
23 This defines a script to run before Wicd brings up the connec‐
24 tion. The script should be a Bourne-compatible script and
25 should be executable.
26 IMPORTANT - scripts should ONLY be writable by root and located
27 in a directory that is only writable by root.
28
29 afterscript = <None|arbitrary_script>
30 This defines a script to run after Wicd brings up the connec‐
31 tion. The script should be a Bourne-compatible script and
32 should be executable.
33 IMPORTANT - scripts should ONLY be writable by root and located
34 in a directory that is only writable by root.
35
36 predisconnectscript = <None|arbitrary_script>
37 This defines a script to run before Wicd disconnects the inter‐
38 face. The script should be a Bourne-compatible script and
39 should be executable.
40
41 postdisconnectscript = <None|arbitrary_script>
42 This defines a script to run after Wicd disconnects the inter‐
43 face. The script should be a Bourne-compatible script and
44 should be executable.
45 IMPORTANT - scripts should ONLY be writable by root and located
46 in a directory that is only writable by root.
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). This option is only appropriate if
70 "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
86 wicd(8), wicd-curses(8), wicd-manager-settings.conf(5), wicd-wireless-
87 settings.conf(5).
88
89
90
91
92 wicd-1.7.0 WICD-WIRED-SETTINGS.CONF(5)