logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ifcfg - simplistic script which replaces ifconfig IP management

Description

       This manual page documents briefly the ifcfg command.

       This is a simplistic script replacing one option of ifconfig , namely, IP address management. It not only
       adds addresses, but also carries out Duplicate Address Detection RFC-DHCP, sends unsolicited ARP to
       update the caches of other hosts sharing the interface, adds some control routes and restarts Router
       Discovery when it is necessary.

Ifconfig - Command Syntax

DEVICE
              - it may have alias, suffix, separated by colon.

       command
              - add, delete or stop.

       ADDRESS
              - optionally followed by prefix length.

       peer   - optional peer address for pointpoint interfaces.

Name

       ifcfg - simplistic script which replaces ifconfig IP management

Notes

       This script is not suitable for use with IPv6.

See Also

       IP Command reference ip-cref.ps

iproute2                                        September 24 2009                                       IFCFG(8)

Synopsis

ifcfg [ DEVICE ] [ command ] ADDRESS [ PEER ]

See Also