Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wicd-wired-settings.conf(5) [debian man page]

WICD-WIRED-SETTINGS.CONF(5)					File Formats Manual				       WICD-WIRED-SETTINGS.CONF(5)

NAME
wicd-wired-settings.conf - controls Wicd's wired network settings DESCRIPTION
This file contains configuration information for wired interfaces in Wicd. This file is located at /etc/wicd/wired-settings.conf SETTINGS
default = <0|1> This option decides whether to use this profile as the default. 0 = do not use this profile as default. 1 = use this profile as default. beforescript = <None|arbitrary_script> This defines a script to run before Wicd brings up the connection. The script should be a Bourne-compatible script and should be executable. IMPORTANT - scripts should ONLY be writable by root and located in a directory that is only writable by root. afterscript = <None|arbitrary_script> This defines a script to run after Wicd brings up the connection. The script should be a Bourne-compatible script and should be executable. IMPORTANT - scripts should ONLY be writable by root and located in a directory that is only writable by root. predisconnectscript = <None|arbitrary_script> This defines a script to run before Wicd disconnects the interface. The script should be a Bourne-compatible script and should be executable. postdisconnectscript = <None|arbitrary_script> This defines a script to run after Wicd disconnects the interface. The script should be a Bourne-compatible script and should be executable. IMPORTANT - scripts should ONLY be writable by root and located in a directory that is only writable by root. ip = <None|ip_address> Use this option if you have a static ip address for your system. netmask = <None|networkmask> This setting is only appropriate if a static ip address is configured above. broadcast = <None|broadcast_address> This setting is only appropriate if a static ip address is configured above. gateway = <None|gateway_address> This setting is only appropriate if a static ip address is configured above. use_static_dns = <True|False> True = use static DNS servers instead of accepting what the dhcp server supplies. use_global_dns = <True|False> True = use the global DNS servers provided in wicd-manager-settings.conf(5). This option is only appropriate if "use_static_dns = True" dns1 = <None|ip_address> Static DNS address if "use_static_dns = True" and "use_global_dns = False" dns2 = <None|ip_address> Static DNS address if "use_static_dns = True" and "use_global_dns = False" dns3 = <None|ip_address> Static DNS address if "use_static_dns = True" and "use_global_dns = False" SEE ALSO
wicd(8), wicd-curses(8), wicd-manager-settings.conf(5), wicd-wireless-settings.conf(5). wicd-1.7.2.4 WICD-WIRED-SETTINGS.CONF(5)

Check Out this Related Man Page

WICD-MANAGER-SETTINGS.CONF(5)					File Formats Manual				     WICD-MANAGER-SETTINGS.CONF(5)

NAME
wicd-manager-settings.conf - contains settings that control Wicd's behavior DESCRIPTION
This file contains general configuration information for Wicd. This file is located at /etc/wicd/manager-settings.conf SETTINGS
link_detect_tool = <0|1|2> 0 = autodetect 1 = ethtool 2 = mii-tool flush_tool = <0|1|2> 0 = autodetect 1 = ip 2 = route backend = <ioctl|external> Default is ioctl backend. signal_display_type = <0|1> 0 = Show signal strength as a percentage 1 = Show signal strength in dBm dhcp_client = <0|1|2|3> 0 = autodetect 1 = dhclient 2 = dhcpcd 3 = pump sudo_app = <0|1|2|3> 0 = autodetect 1 = gksu 2 = kdesu 3 = ktsuss wired_interface = <interface_name> always_show_wired_interface = <True|False> wired_connect_mode = <0|1> 0 = connect to wired interface automatically 1 = do not connect to wired interface automatically prefer_wired = <True|False> True = Switch to wired interface if a link is detected, even if already connected to wireless False = Do not switch to wired interface automatically wireless_interface = <name_of_wireless_interface> wpa_driver = <wext|madwifi|ndiswrapper|hostap|hermes|atmel|broadcom|ipw|ralinklegacy|none> The default (and best supported) is wext. It should work properly in most cases. The none special value makes WICD pass no -D parameter to wpa_supplicant, which might be useful in some cases. auto_reconnect = <True|False> This settings determines whether Wicd will attempt to reconnect on connection loss. use_global_dns = <True|False> If set to "True" and values are specified in the global DNS settings below, this will cause Wicd to use these DNS settings. global_dns_dom = <plaintext_domain_name> This specifies the default search domain to be used by the resolver. global_dns_1 = <ip_address> global_dns_2 = <ip_address> global_dns_3 = <ip_address> debug_mode = <integer_value> 0 = disabled 1 = enabled SEE ALSO
wicd(8), wicd-curses(8), wicd-wired-settings.conf(5), wicd-wireless-settings.conf(5). wicd-1.7.2.4 WICD-MANAGER-SETTINGS.CONF(5)
Man Page