1ifup(8) System Administration tools and Daemons ifup(8)
2
3
4
6 ifup - bring a network interface up
7
8 ifdown - take a network interface down
9
11 ifup CONFIG [boot]
12
13 ifdown CONFIG
14
15
17 The ifup and ifdown commands may be used to configure (or, respec-
18 tively, deconfigure) network interfaces based on interface definitions
19 in the files /etc/sysconfig/network and /etc/sysconfig/network-
20 scripts/ifcfg-<configuration>
21
22 These scripts take one argument normally: the name of the configuration
23 (e.g. eth0). They are called with a second argument of "boot" during
24 the boot sequence so that devices that are not meant to be brought up
25 on boot (ONBOOT=no, see below) can be ignored at that time.
26
27
29 /etc/sysconfig/network
30
31
32 /etc/sysconfig/network-scripts/ifcfg-<configuration>
33 The file defining an interface.
34
35
37 /usr/share/doc/initscripts-*/sysconfig.txt
38
39
40
41 2009-10-27 ifup(8)