10-31-2017
What are these interfaces? That matters. If three interfaces are configured as a bridge, they might share the same MAC.
10 More Discussions You Might Find Interesting
1. Programming
:(
Hi
I am trying to get Mac address of of my Sun server from my C program running on the host machine.
Any suggestions . (1 Reply)
Discussion started by: ss_hpov
1 Replies
2. UNIX for Dummies Questions & Answers
Hi
Can some one help me How do find out Mac address in Tru64 Unix
Thank you (1 Reply)
Discussion started by: Syed_45
1 Replies
3. IP Networking
I posted this thread under BSD but realized that it actually belongs here instead.... makes more sense to put it under IP. So without further delay on to my problem ...
I havent been using UNIX for that long, so this question might sound quite stupid to most of you. I want to know how to mask my... (2 Replies)
Discussion started by: PenguinDevil
2 Replies
4. IP Networking
Hi sir,
i want to make such programe which takes MAC(Ethernet) address of any host & give me its IP address.......
but i'm nt getting that how i can pass the MAC address to Frame........
Please give me an idea for making such program...
Thanks & regards
Krishna (3 Replies)
Discussion started by: krishnacins
3 Replies
5. Solaris
Hi,
I've got a Sun Solaris machine with host ID (840f8e57) and MAC address (0:14:4f:f:8e:57), how do I:
1. Write the MAC address in standard (IEEE 802) format, i.e. xx-xx-xx-xx-xx-xx? Do I need to add 0's before or after the 'f', i.e. 00-14-4f-0f-8e-57 or 00-14-4f-f0-8e-57?
2. What is... (4 Replies)
Discussion started by: TheBlueSky
4 Replies
6. Programming
Does anyone know how to get the mac address of a SCO box using c. (11 Replies)
Discussion started by: jcarter2333
11 Replies
7. Solaris
I have following message in my messages file on solaris 10
WARNING: e1000g3712000:3 has duplicate address 010.022.196.011 (in use by 00:50:56:85:25:ef); disabled
Now is there any way i can find which server has 00:50:56:85:25:ef mac address either IP or Hostname ? (6 Replies)
Discussion started by: fugitive
6 Replies
8. SCO
hi every one please help
i want to change mac address in sco unix 5.0.6
how can i do this (3 Replies)
Discussion started by: kaydream
3 Replies
9. IP Networking
Hi there
I lost connectivity to one of our remote systems and when I checked the messages log I found the following:
Aug 10 23:42:34 host xntpd: time reset (step) 1.681729 s
Aug 16 13:20:51 host ip: WARNING: node "mac address" is using our IP address x.x.x.x on aggr1
Aug 16 13:20:51 host... (9 Replies)
Discussion started by: notreallyhere
9 Replies
10. IP Networking
ubuntu / xubuntu 13.10 and 14.04 (this issue should exist in debian as well)
I use wifi to connect to internet. I would like to change the wifi card mac address before connecting. Let's call the original mac address, macA, and the new mac address, macB.
I do the following:
ifconfig wlan0... (2 Replies)
Discussion started by: arpagon
2 Replies
LEARN ABOUT CENTOS
ncftool
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)