Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nameif(8) [suse man page]

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

NAME
nameif - name network interfaces based on MAC addresses SYNOPSIS
nameif [-c configfile] [-s] nameif [-c configfile] [-s] [interface macaddress] nameif [-c configfile] [-r] [newifname oldifname] DESCRIPTION
nameif renames network interfaces based on mac addresses or interface names. 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 or old interface name and renames it to the name given. OPTIONS
[-s|--syslog] Log all error messages to syslog. [-r|--rename] Rename the interface given by oldifname to the new name newifname without consulting any macaddress. [-c|--config-file configfile] Read configfile instead of /etc/mactab. NOTES
nameif should be run before the interface is up, otherwise it'll fail. FILES
/etc/mactab BUGS
Only works for Ethernet currently. net-tools 18 Oct 2000 NAMEIF(8)

Check Out this Related Man Page

NCFTOOL(1)						       Network Configuration							NCFTOOL(1)

NAME
ncftool - Network configuration tool SYNOPSIS
ncftool [command [options]] DESCRIPTION
ncftool is a command line utility to configure networking. It can be invoked with no arguments to bring up the interactive ncftool shell. Alternatively a command and optional arguments can be specified to have ncftool execute the command non-interactively. COMMANDS
list [--macs] [--all] [--inactive] List the currently configured toplevel network interfaces [--macs] - show MAC addresses [--all] - show all (up & down) interfaces [--inactive] - show only inactive (down) interfaces dumpxml [--mac] [--live] name Dump the XML description of an interface [--mac] - interpret the name as MAC address [--live] - include information about the live interface name - the name of the interface define xmlfile Define an interface from the specified XML file. undefine iface Remove the configuration of the specified interface. ifup iface Bring up specified interface. ifdown iface Bring down specified interface. change-begin Mark the beginning of a set of revertible network configuration changes. change-commit Commit (make permanent) a set of network configuration changes begun with change-begin. change-rollback Rollback (revert) a set of network configuration changes begun with change-begin. help [command] Print details about command, if specified, or list all commands if command is not specified. quit Exit the program. SEE ALSO
interfaces (5) AUTHORS
Please refer to the AUTHORS file distributed with netcf. netcf-0.2.2 2012-12-20 NCFTOOL(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to know the list of all commands supported by unix ?

how to know the list of all commands supported by unix. how to know the list of functions supported by unix. (4 Replies)
Discussion started by: Gopi Krishna P
4 Replies

2. Shell Programming and Scripting

Help in loop find question at STEP 3

STEP 1 # Set variable FILE=/tmp/mainfile SEARCHFILE =/tmp/searchfile cat /tmp/mainfile Interface Ethernet0/0 "outside", is up, line protocol is up Hardware is i82546GB rev03, BW 100 Mbps Full-Duplex(Full-duplex), 100 Mbps(100 Mbps) MAC address 001e.f75e.8cb4, MTU 1500 IP address... (1 Reply)
Discussion started by: irongeekio
1 Replies

3. Shell Programming and Scripting

cat file1 read line-per-line then grep -A 15 lines down in fileb

STEP 1 # Set variable FILE=/tmp/mainfile SEARCHFILE =/tmp/searchfile # THIS IS THE MAIN FILE. cat /tmp/mainfile Interface Ethernet0/0 "outside", is up, line protocol is up Hardware is i82546GB rev03, BW 100 Mbps Full-Duplex(Full-duplex), 100 Mbps(100 Mbps) MAC address... (6 Replies)
Discussion started by: irongeekio
6 Replies

4. UNIX for Advanced & Expert Users

Mistakenly renamed libdl.so: system got corrupted

Hi, I am using Ubuntu 8.04 64-bit (Hardy Heron LTS Desktop edition) OS on a 64-bit intel hardware (x86_64). I have wrongly renamed the /lib64/libdl-2.7.so shared library file and now hardly few commands are working. My Gnome UI display has gone and I could not establish any new connection via... (12 Replies)
Discussion started by: royalibrahim
12 Replies

5. Shell Programming and Scripting

Perl: One action if an element doesn't exist in array

Hello, I want to run one (not multiple) action if an element doesn't exist in array. for example: @array = (1..10); foreach $el (@array) { if ($el != 11) { print "number not found\n"; } } the output of this simple script: number not found (3 Replies)
Discussion started by: ahmed_zaher
3 Replies

6. Android

Basic Android platform information.

I am thinking of developing an app' for Android mobile devices... Two questions here:- 1) Does anyone _develop_ for the Android _mobile_ platform? If so do you use OSX 10.7.5 or greater as your _development_platform_? 2) I know ********* is gonna say that the Android terminal/shell is... (13 Replies)
Discussion started by: wisecracker
13 Replies

7. UNIX for Dummies Questions & Answers

Why my find return not expected?

root@intel_5500_server:~# find / -name bin -o -name sbin /usr/bin /usr/lib64/pm-utils/bin /usr/lib64/rpm/bin /usr/sbin /bin /sbin root@intel_5500_server:~# which ovs-pki /usr/bin/ovs-pki why below command return nothing root@intel_5500_server:~# find /... (8 Replies)
Discussion started by: yanglei_fage
8 Replies

8. Shell Programming and Scripting

Script to unmount and mount by UUID

Hi, Need a bit of help on this one as I am a scripting noob. I have a linux based NAS that mounts USB hard drives in an inconsistent location and to make matters worse, seems to lose the mount for an unknown reason and doesn't remount automatically unless the drive is removed and re-inserted.... (4 Replies)
Discussion started by: gtr33m
4 Replies