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

nameif - name network interfaces based on MAC addresses

Bugs

       Only works for Ethernet currently.

net-tools                                          2008-10-03                                          NAMEIF(8)

Description

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.

Files

       /etc/mactab

Name

       nameif - name network interfaces based on MAC addresses

Notes

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

Synopsis

nameif[-cconfigfile][-s]nameif[-cconfigfile][-s]{interfacemacaddress}

See Also