1IFCFG(8) Linux IFCFG(8)
2
3
4
6 ifcfg - simplistic script which replaces ifconfig IP management
7
9 ifcfg [ DEVICE ] [ command ] ADDRESS [ PEER ]
10
11
12
14 This manual page documents briefly the ifcfg command.
15
16 This is a simplistic script replacing one option of ifconfig , namely,
17 IP address management. It not only adds addresses, but also carries out
18 Duplicate Address Detection RFC-DHCP, sends unsolicited ARP to update
19 the caches of other hosts sharing the interface, adds some control
20 routes and restarts Router Discovery when it is necessary.
21
22
24 DEVICE - it may have alias, suffix, separated by colon.
25
26
27 command
28 - add, delete or stop.
29
30
31 ADDRESS
32 - optionally followed by prefix length.
33
34
35 peer - optional peer address for pointpoint interfaces.
36
37
39 This script is not suitable for use with IPv6.
40
41
43 IP Command reference ip-cref.ps
44
45
46
47iproute2 September 24 2009 IFCFG(8)