]> git.pld-linux.org Git - projects/rc-scripts.git/blame - sysconfig/interfaces/ifcfg-description
- added SYNC option
[projects/rc-scripts.git] / sysconfig / interfaces / ifcfg-description
CommitLineData
520df687
ER
1# $Id$
2#
de1fc6ce 3DEVICE=<name>
5301b5f6
AM
4
5[ BOOTPRIO=number ]
6 ifcfg-* interfaces are configured in BOOTPRIO order starting
7 from lowest value first. You need to set BOOTPRIO in _all_ your
8 ifcfg* files because if you won't do that only these interfaces
9 with BOOTPRIO variable will be configured. Use the same schema
d584de99
AM
10 when setting variable for example BOOTPRIO=number
11 or BOOTPRIO="number" because sorting is done by sort command.
5301b5f6 12
16eb00d9 13[ BOOTPROTO={none|bootp|dhcp|pump} ]
de1fc6ce
JR
14 You can specify which dhcp client to use with the DHCP_CLIENT, if
15 the DHCP_CLIENT is not specified we trying to launch in order :
16 /sbin/dhcpcd
17 /sbin/dhclient
18 /sbin/dhcpxd
19 /sbin/pump
20 if you have a preferred client define the DHCP_CLIENT variable.
3b2875b6 21 You can also pass some options to dhcp client via DHCP_OPTIONS.
de1fc6ce 22
16eb00d9
JR
23[ BOOTPROTO6={none|dhcp6|v4compat}
24 dhcp6 isn't supported, yet.
de1fc6ce
JR
25 v4compat uses available IPv4 addresses (ie. from DHCPv4)
26 and then convert them to IPv6 (IPv4-compatible) to use with
27 automatic tunnels
28
29
30IPADDR="(IPv4 or IPv6 address)/prefix"
31IP_AOPTS="broadcast xxx etc" (by default broadcast is autocalculated)
32IP_ROPTS=""
33
34IPADDR1=
35IP_AOPTS1= options for ip addr add
36IP_ROPTS1= options for ip route add (currently used only for IP4_PRIM_IF)
37
38IP4_PRIM_IF="1" # number of primary IPv4 interface (IPADDRx)
39IP4_SRC_IF="1" # number of IPv4 address for ip's ,,src'' parameter
3bbbad5c
ER
40IP6_PRIM_IF="" #
41IP6_SRC_IF="" #
de1fc6ce 42
03f9cfee 43[ ONBOOT={no|yes} ]
3bbbad5c 44[ HOTPLUG={no|yes} ] - bring up from hotplug (udev for example) (default to no)
6a2c03da 45[ MULTICAST={|no|yes} ] - for eth automatically set to yes
46[ ARP={no|yes} ] - for eth automatically set to yes
de1fc6ce
JR
47[ IPV6_DISABLE_AUTOCONF={yes|no} ] - disable IPv6 autoconfiguration
48
49[ IPX=yes|no ]
50if IPX=yes ; then
51
52 IPXNETNUM_{802_2,802_2TR,802_3,EtherII,SNAP}
53 IPXPRIMARY_{802_2,802_2TR,802_3,EtherII,SNAP}=yes|no
54 IPXACTIVE_{802_2,802_2TR,802_3,EtherII,SNAP}=yes|no
55fi
56
b2d62426
AM
57[ MTU= ]
58[ METRIC= ]
6a2c03da 59[ PROXYARP={yes|no} ]
b2d62426 60
45f7fc7c
AM
61QDISC=[sfq|teql0|red|prio|...] (queueing discipline)
62QDISC_CLASS=[htb|cbq|none] (use cbq|htb as class based discipline;
63 if none specified and bandwidth_out present
64 then tbf is used)
65BANDWIDTH_IN=[upstream limit in kilobites, supported on 2.4 only]
66BANDWIDTH_OUT=[downstream limit in kilobites]
642c5ec3 67
59c43d6f
JR
68VLAN_REORDER_HDR=[0|1] When this is set, the VLAN device will move the
69 ethernet header around to make it look exactly like a
70 real ethernet device. This may help programs such
71 as DHCPd which read the raw ethernet packet and
72 make assumptions about the location of bytes.
73 If you don't need it, don't turn it on, because there
74 will be at least a small performance degradation.
75 Default is ON.
76
de1fc6ce
JR
77[ DEFAULTHANDLING=yes|no ] (used in configuration for ATM interfaces,
78 obsolete variable)
79[ HANDLING=0|1|2|3 ] (0 is default; used ie. in ATM configuration, for
80 details see ifup script)
81
2fb1e1f2 82if DEVICE=eth*; then
b2d62426
AM
83
84 [ MEDIA={auto|10baseT|10base2|AUI} ]
2fb1e1f2 85 [ MACADDR=<hw address> ]
a6c22d3d
AM
86
87 if DEVICE=wireless interface (man iwconfig(8))
1c481055
AM
88 WLAN_UPEARLY=<yes>|<no> Up device before setting any WLAN parameters
89 (needed for some drivers)
a6c22d3d
AM
90 WLAN_ESSID=<ESSID or Network Name (Domain ID)>|any|off
91 WLAN_NWID=<Network ID (Domain ID)>|off
92 WLAN_FREQ=<frequency> (2.422G)
93 WLAN_CHANNEL=<channel number> (3)
94 WLAN_SENS=<the sensitivity threshold>
95 WLAN_MODE=ad-hoc|managed|master|repeater|secondary|auto
96 WLAN_AP=<Access Point address>|any|auto|off
97 WLAN_NICKNAME=<station nickname)
98 WLAN_BITRATE=<bitrate like 11M>|auto|fixed
99 WLAN_RTS_THRESHOLD=<rts/cts threshold>|auto|fixed|off
100 WLAN_FRAGMENTATION_THRESHOLD=<frag threshold>|auto|fixed|off
101 WLAN_KEY=XXXX-XXXX-XXXX-XXXX|XXXXXXXX|s:<ascii string>
2fb1e1f2
ER
102 if WLAN_KEY; then
103 WLAN_KEY_1=... <optional>
104 WLAN_KEY_2=... <optional>
105 WLAN_KEY_3=... <optional>
106 WLAN_KEY_4=... <optional>
107 WLAN_KEY_CURRENT=index <optional>
108 fi
a6c22d3d
AM
109 WLAN_ENCRYPTION=on|off|open|restricted
110 WLAN_POWER=period <value>|timeout <value>|on|off|all|unicast|multicast
111 WLAN_TXPOWER=<power in dBm>|<power in mW>mW|auto|on|off
112 WLAN_RETRY=limit <value>|lifetime <value>
113 WLAN_COMMIT=yes|no (some cards require manual commit of changes)
49ee1da7
AM
114 if WLAN_WPA=yes; then
115 WLAN_WPA_DRIVER=<driver; see -D option of wpa_supplicant>
116 WLAN_WPA_CONFIG=<path to wpa_supplicant config file>
117 WLAN_WPA_OPTIONS=[additional wpa_supplicant options]
118 fi
a6c22d3d 119 fi
3bbbad5c 120
de1fc6ce 121elif DEVICE=ppp* || DEVICE=sl* ; then
3bbbad5c 122
b2d62426
AM
123 PERSIST=yes|no
124 MODEMPORT=<device, say /dev/modem>
125 LINESPEED=<speed, say 115200>
3bbbad5c 126 DEFABORT=yes|no
ba4d0a62
AM
127 DIRECT_CONNECT=yes|no (direct connection without chat/wvdial used for example
128 on SDI or leased lines)
3bbbad5c 129
b2d62426 130 if DEVICE=ppp* ; then
3bbbad5c 131
03f9cfee 132 AUTH=yes|no
de1fc6ce 133 PEERDNS=yes|no
b2d62426
AM
134 DEFROUTE=yes|no
135 ESCAPECHARS=yes|no
78524463 136 SYNC=yes|no (yes implies "sync" option)
41d90072 137 HOLDOFF=30
9f120d98 138 HARDFLOWCTL=yes|no (yes implies "modem crtscts" options)
b2d62426
AM
139 PPPOPTIONS=<arbitrary option string>
140 PAPNAME=<"name $PAPNAME" on pppd command line>
de1fc6ce
JR
141 REMIP=<remote ip4 address, normally unspecified>
142 REMIP6=<remote ip6 address, normally unspecified>
b2d62426
AM
143 MRU=
144 DISCONNECTTIMEOUT=<number of seconds, default currently 5>
145 RETRYTIMEOUT=<number of seconds, default currently 60>
146 INITSCRIPT=<modem command>
147 DATAFORCHAT=<list of variables>
148 <anything>=<anything> (for chat script)
de1fc6ce
JR
149 IPV6_PPP=yes|no (use IPv6 for ppp ?)
150 if IPV6_PPP = yes ; then
151 IPV6_CP_USEV4=yes|no (use local IPv4 mapped addresses
152 as IPv6 addresses)
153 IPV6_CP_PERSISTENT=yes|no (use EUI-48 addresses
154 as IPv6 addresses; not
155 supported on Linux, yet)
156 or by default use address specified by IP6_PRIM_IF
157 and REMIP6
158 fi
b5931384
AM
159 PPPOA=yes|no (generic PPP over ATM)
160 if PPPOA = yes ; then
161 PPPOA_VPI=<VPI number>
162 PPPOA_VCI=<VCI number>
163 fi
c3bd5d9f 164 PPPOE_DEV=<ethX> (PPP over Ethernet device)
b5931384
AM
165 if PPPOE_DEV exists ; then
166 PPPOE_KERNEL=yes|no (use or not kernel space PPPoE support)
167 PPPOE_OPT=<options> (used only with userspace pppoe program)
168 fi
169 PPPOA_EAGLE=yes|no (eagle-usb support)
170 if PPPOA_EAGLE = yes ; then
171 PPPOA_OPT=<options> (used only with userspace pppoa program)
172 fi
173 PPPOA_SPEEDTOUCH=yes|no (speedtouch support)
174 if PPPOA_SPEEDTOUCH = yes ; then
175 PPPOA_KERNEL=yes|no (use or not kernel space PPPoA support)
176 PPPOA_VPI=<VPI number>
177 PPPOA_VCI=<VCI number>
178 PPPOA_OPT=<options> (used only with userspace pppoa program)
179 fi
c3bd5d9f
AM
180 UNIT=yes|no (pass unit option to pppd (depends on DEVICE name)
181 defaults to yes)
b7be30eb 182 WVDIALSECT= (section in wvdial config maybe)
de1fc6ce 183 fi
b2d62426 184
de1fc6ce 185 if DEVICE=sl* ; then (SLIP)
de1fc6ce
JR
186 PROTOCOL=slip|cslip|adaptive
187 REMIP=<remote ip4 address>
188 REMIP6=<remote ip6 address, normally unspecified>
189 fi
190
191elif DEVICE=br* ; then /* Bridge */
192
193 BRIDGE_DEVS=<list of devices betwen which do bridging>
194 Note: separation configuration for devices in this list
195 should be avoided !
196 AGEING=<ethernet (MAC) address ageing time in seconds>
197 GCINT=<garbage collection interval time for the bridge in seconds>
198
199 SPANNING_TREE=yes|no (enable SPT - Spanning Tree Protocol)
200 if SPANNING_TREE=yes ; then
201 BRIDGEPRIO=<bridge's priority; 0-65535; less == better>
202 FD=<bridge forward delay time in seconds>
203 HELLO=<bridge hello time in seconds>
204 MAXAGE=<maximum message age in seconds>
205 PATHCOST_PORT=<port number>
206 PATHCOST=<cost of the port specified in PATHCOST_PORT>
207 Note: both PATHCOST_PORT and PATHCOST must be
208 specified to set cost of port
209 PORTPRIO_PORT=<port>
210 PORTPRIO=<port priority used by port selection algorithms;
211 a number between 0 and 255>
212 Note: see note above
b2d62426 213 fi
a6c22d3d 214elif DEVICE=irda* ; then /* IrDA */
3bbbad5c 215
a6c22d3d
AM
216 IRDAPORT=<device, say /dev/ttyS1>
217 DONGLE=<driver, see README.irattach from irda-utils package>
218 DISCOVERY=yes|no (starts discovery of remote IrDA devices)
b2d62426 219fi
3bbbad5c 220
2967b929
ER
221# You can also run some other programs *after* device has been brought up or down.
222# Just create functions run_up() and run_down().
201c98b9
AM
223run_up()
224{
2967b929 225 echo "This will be executed after device is brought up!"
201c98b9
AM
226}
227
228run_down()
229{
2967b929 230 echo "This will be executed after device is brought down!"
201c98b9 231}
This page took 0.228119 seconds and 4 git commands to generate.