summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-40/man8/nameif.8
blob: c2354ff9a9a38f71441144c1d9df65db999589bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH NAMEIF 8 "2008\-10\-03" "net\-tools" "Linux System Administrator's Manual"
.SH NAME
nameif \- name network interfaces based on MAC addresses
.SH SYNOPSIS
.B "nameif [\-c configfile] [\-s]"
.br
.B "nameif [\-c configfile] [\-s] {interface macaddress}"

.SH NOTE
.P 
This program is obsolete. For replacement check \fBip link\fR.
This functionality is also much better provided by udev methods.

.SH DESCRIPTION
.B nameif 
renames network interfaces based on mac addresses. When no arguments are
given 
.I /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.
.I nameif
looks for the interface with the given MAC address and renames it to the
name given.

When the 
.I \-s
argument is given all error messages go to the syslog.

When the 
.I \-c 
argument is given with a file name that file is read instead of /etc/mactab.

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

.SH FILES
/etc/mactab

.SH SEE ALSO
.BR ip(8),
.BR udev(7)

.SH BUGS
Only works for Ethernet currently.