NAME | SYNOPSIS | DESCRIPTION | NOTES | FILES | BUGS | COLOPHON

NAMEIF(8)            Linux System Administrator's Manual           NAMEIF(8)

NAME         top

       nameif - name network interfaces based on MAC addresses

SYNOPSIS         top

       nameif [-c configfile] [-s]
       nameif [-c configfile] [-s] {interface macaddress}

DESCRIPTION         top

       nameif renames network interfaces based on mac addresses. When no
       arguments are given /etc/mactab is read. Each line  of it contains an
       interface name and a Ethernet MAC address. Comments are allowed
       starting with #.  Otherwise the interfaces specified on the command
       line are processed.  nameif looks for the interface with the given
       MAC address and renames it to the name given.
       When the -s argument is given all error messages go to the syslog.
       When the -c argument is given with a file name that file is read
       instead of /etc/mactab.

NOTES         top

       nameif should be run before the interface is up, otherwise it'll
       fail.

FILES         top

       /etc/mactab

BUGS         top

       Only works for Ethernet currently.

COLOPHON         top

       This page is part of the net-tools (networking utilities) project.
       Information about the project can be found at 
       ⟨http://net-tools.sourceforge.net/⟩.  If you have a bug report for
       this manual page, see ⟨http://net-tools.sourceforge.net/⟩.  This page
       was obtained from the project's upstream Git repository 
       ⟨git://git.code.sf.net/p/net-tools/code⟩ on 2017-07-05.  If you dis‐
       cover any rendering problems in this HTML version of the page, or you
       believe there is a better or more up-to-date source for the page, or
       you have corrections or improvements to the information in this
       COLOPHON (which is not part of the original manual page), send a mail
       to man-pages@man7.org
net-tools                        2008-10-03                        NAMEIF(8)