]> TLD Linux GIT Repositories - rc-scripts.git/blob - sysconfig/interfaces/ifcfg-eth0
- from PLD
[rc-scripts.git] / sysconfig / interfaces / ifcfg-eth0
1 # Config for Ethernet card.
2 #
3
4 # Name of the device. Must match filename suffix.
5 DEVICE=eth0
6
7 # IP addresses/address prefix
8 # where prefix:
9 # 24 - resembles netmask 255.255.255.0
10 # 16 - resembles netmask 255.255.0.0
11 # etc.
12 # IPADDR may be either IPv4 or IPv6
13 # you may have up to 256 addresses set up
14 #IPADDR=192.168.0.1/24
15 #IPADDR1=192.168.0.2/24
16 #IPADDR2=192.168.0.3/24
17 #IPADDR3=192.168.0.4/24
18
19 # you may select which of the above addresses
20 # is primary for this interface (it'd be IPADDR1 in the example below)
21 #IP4_PRIM_IF="1"
22
23 # activate on boot? yes|no
24 # you must set it to 'yes' if you want to have this up after bootup
25 ONBOOT=yes
26
27 # dhcp|pump|none
28 BOOTPROTO=dhcp
29
30 # pass parameters to dhcp client
31 #DHCP_OPTIONS="-R"
32
33 # sane qdisc
34 QDISC=sfq
35
36 # configure a 6to4 tunnel?
37 #ENABLE_6TO4=yes
38
39 # ethtool options like WoL
40 #ETHTOOL_OPTS="wol g"