<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MAC address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372752#M195897</link>
    <description>MAc addresses are unique and fixed during manufacture.&lt;BR /&gt;&lt;BR /&gt;to my knowledge you cannot!</description>
    <pubDate>Mon, 06 Sep 2004 04:43:25 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2004-09-06T04:43:25Z</dc:date>
    <item>
      <title>MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372749#M195894</link>
      <description>Is it possible to change MAC address on Ethernet card?&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 04:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372749#M195894</guid>
      <dc:creator>Marco_163</dc:creator>
      <dc:date>2004-09-06T04:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372750#M195895</link>
      <description>No. MAC address identifies a network equipement and should not be changed.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 04:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372750#M195895</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-09-06T04:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372751#M195896</link>
      <description>lanadmin -A 0x&lt;ADRESS&gt; will do so&lt;BR /&gt;Have a look an man lanadmin&lt;BR /&gt;&lt;BR /&gt;Michael&lt;/ADRESS&gt;</description>
      <pubDate>Mon, 06 Sep 2004 04:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372751#M195896</guid>
      <dc:creator>Michael_356</dc:creator>
      <dc:date>2004-09-06T04:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372752#M195897</link>
      <description>MAc addresses are unique and fixed during manufacture.&lt;BR /&gt;&lt;BR /&gt;to my knowledge you cannot!</description>
      <pubDate>Mon, 06 Sep 2004 04:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372752#M195897</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-09-06T04:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372753#M195898</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes but it is not something I would like to do.&lt;BR /&gt;&lt;BR /&gt;Run the command&lt;BR /&gt;&lt;BR /&gt;lanadmin -A mac_address &lt;PPA&gt;&lt;BR /&gt;&lt;BR /&gt;lanadmin -A 0x0011183F876AB 2&lt;BR /&gt;&lt;BR /&gt;will set the above MAC for lan2 card.&lt;BR /&gt;&lt;BR /&gt;man lanadmin for more info. However, it will not survive the reboots. You will need to edit /etc/rc.config.d/hp&lt;TYPE&gt;conf file and add the mac address there. &lt;TYPE&gt; is tyep of the lancard. For BT lancards, it would be hpbtlanconf. &lt;BR /&gt;&lt;BR /&gt;HP_BTLAN_INTERFACE_NAME[0]=lan2&lt;BR /&gt;HP_BTLAN_STATION_ADDRESS[0]=0x0011183F876AB&lt;BR /&gt;HP_BTLAN_SPEED[0]=100FD&lt;BR /&gt;&lt;BR /&gt;You don't need to specify need if you set it to auto negotiation.&lt;BR /&gt;&lt;BR /&gt;Note that you cannot use lanadmin on all the interfaces.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;/TYPE&gt;&lt;/TYPE&gt;&lt;/PPA&gt;</description>
      <pubDate>Mon, 06 Sep 2004 04:45:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372753#M195898</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-06T04:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372754#M195899</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is possible, just be sure you know what you are doing...&lt;BR /&gt;&lt;BR /&gt;in /etc/rc.config.d/ you have several lan config files. In those files you are able to set speed/duplex settings and Station address of interfac.&lt;BR /&gt;e.g.:&lt;BR /&gt;&lt;BR /&gt;hpbtlanconf &lt;BR /&gt;hpbase100conf&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 04:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372754#M195899</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-09-06T04:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372755#M195900</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;yes you can do it. If you want set it permanently go to file: &lt;BR /&gt;/etc/rc.config.d/hppci100conf for btlat5 card&lt;BR /&gt;&lt;BR /&gt;or read manual to lanadmin command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 04:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372755#M195900</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2004-09-06T04:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372756#M195901</link>
      <description>we can do it with lanadmin / lanconfig files.&lt;BR /&gt;&lt;BR /&gt;Collect the station address as,&lt;BR /&gt;&lt;BR /&gt;lanscan -s&lt;BR /&gt;&lt;BR /&gt; IF you are going to change 2nd interface then,&lt;BR /&gt;&lt;BR /&gt; lanadmin -a 1 or lanscan&lt;BR /&gt; -- &amp;gt; MAC address for lan1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; You can change it with sam as,&lt;BR /&gt;&lt;BR /&gt; sam --&amp;gt; network and communications --&amp;gt; network interface cards --&amp;gt; select interface and actions-modify --&amp;gt; advanced options --&amp;gt; specify the hardware address&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 04:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372756#M195901</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-06T04:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372757#M195902</link>
      <description>Sometimes you have to.  I have been to one installation which had switch ports somehow 'locked' to one particular MAC address with auto-lock-out when any other interface was connected.  &lt;BR /&gt;As part of their on-site contingency procedures, they had to manually unplug the primary server and plug in the standby, which caused big problems.  The solution was to change the MAC address of the standby server when it was plugged in.  A better solution would have been to keep both machines plugged in permanently.&lt;BR /&gt;&lt;BR /&gt;Note that some earlier cards, such as the built-in interfaces to D and K class servers don't allow you to change it.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 05:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372757#M195902</guid>
      <dc:creator>Steve Lewis</dc:creator>
      <dc:date>2004-09-06T05:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372758#M195903</link>
      <description>See the MAC Address is unique for LAN cards which  is given by the manufaturer at the time of manufaturing .This address is burned in to the LAN Card and cannot modify it by hardware.But if required u can modify it in the OS to accomapny the change as explained by our Gurus above&lt;BR /&gt;regards&lt;BR /&gt;SK</description>
      <pubDate>Mon, 06 Sep 2004 06:07:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372758#M195903</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-09-06T06:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372759#M195904</link>
      <description>Under windows Xp Prof you can change your Ethernet card MAC adress.&lt;BR /&gt;&lt;BR /&gt;Go to the LAN connection, and right click on it, then choose Properties. In the next window you want to Configure your Ethernet Card. After that choose Advanced and Local Administrated Address. In Value field you can give it the new MAC address.</description>
      <pubDate>Mon, 06 Sep 2004 06:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372759#M195904</guid>
      <dc:creator>László Zsolt</dc:creator>
      <dc:date>2004-09-06T06:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372760#M195905</link>
      <description>I noticed that I losted network connections on all network interfaces after changed MAC address on one of them.&lt;BR /&gt;I change the MAC adress by SAM tool.&lt;BR /&gt;Is it possible to lost network connection only on interface that I change MAC address?&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 07:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372760#M195905</guid>
      <dc:creator>Marco_163</dc:creator>
      <dc:date>2004-09-06T07:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372761#M195906</link>
      <description>Did you change the hardward address of only one?? What is the status now!? Is it working or not? check with linkloop command.&lt;BR /&gt;&lt;BR /&gt;linkloop -i &lt;PPANUMBER&gt; &lt;NEW station="" or="" mac="" address=""&gt;&lt;BR /&gt;&lt;BR /&gt;Before changing the station address try as,&lt;BR /&gt;&lt;BR /&gt; 1. Bring down the lan&lt;BR /&gt; 2. Change the Mac Address&lt;BR /&gt; 3. Bring up the lan...&lt;BR /&gt;&lt;BR /&gt;It is good to do as temporary one as,&lt;BR /&gt;&lt;BR /&gt; 1. ifconfig down lan&lt;LANINTERFACE&gt;&lt;BR /&gt;&lt;BR /&gt; Note: Try to check on testing interface&lt;BR /&gt; &lt;BR /&gt; 2. lanadmin -A 0x&lt;OTHERADDRESS&gt;&lt;BR /&gt;&lt;BR /&gt; 3. ifconfig up lan&lt;LANINTERFACE&gt;&lt;BR /&gt;&lt;BR /&gt;See the lanadmin page for -A option as,&lt;BR /&gt;&lt;BR /&gt;-A station_addr     Set the new station address of the interface&lt;BR /&gt;          corresponding to PPA. The station_addr must&lt;BR /&gt;          be entered in hex format with a '0x' prefix.&lt;BR /&gt;          You must have superuser privileges.  When&lt;BR /&gt;          station_addr is DEFAULT, the factory default&lt;BR /&gt;          physical address will be restored.&lt;BR /&gt;&lt;BR /&gt;          WARNING: To ensure the interface and the&lt;BR /&gt;          system work correctly, the interface MUST be&lt;BR /&gt;          brought down before setting the new station&lt;BR /&gt;          address.  After the new station address is&lt;BR /&gt;          set, the interface should be brought up in&lt;BR /&gt;          order to be functional. See ifconfig(1M) for&lt;BR /&gt;          bringing down and bringing up the interface.&lt;BR /&gt;&lt;BR /&gt;-Muthu&lt;/LANINTERFACE&gt;&lt;/OTHERADDRESS&gt;&lt;/LANINTERFACE&gt;&lt;/NEW&gt;&lt;/PPANUMBER&gt;</description>
      <pubDate>Mon, 06 Sep 2004 08:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372761#M195906</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-06T08:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372762#M195907</link>
      <description>Yes, you will lose network connections when you change the MAC address. The reason most computers using TCP/IP will have a local ARP cache of MAC addresses and the hostname associated with that MAC address. Type the command:&lt;BR /&gt; &lt;BR /&gt;arp -a&lt;BR /&gt; &lt;BR /&gt;on a working computer and you'll see the current ARP cache. You can use arp -d to remove the entry and then try to connect to the changed computer. Eventually, the arp cache will drop entries that have not been recently used and you can start connecting. This could take a long time. Rebooting all your computers will fix the problem. (as you can see, changing the MAC address is not recommended with the exception of HP's MC ServiceGuard)</description>
      <pubDate>Mon, 06 Sep 2004 09:20:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372762#M195907</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-09-06T09:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372763#M195908</link>
      <description>Changing the MAC address of an interface could conceiveably cause the loss of TCP connections if the remote systems (or the interving router) does not refresh their ARP entries sooner than their TCP gives-up on a connection.  In HP-UX 11.X terms, if one of the entries in ndd -h | grep arp (I cannot remember which right now) is longer than tcp_ip_abort_interval.&lt;BR /&gt;&lt;BR /&gt;Why?  Because all those systems will be using the OLD MAC address, but the NIC will not take-in frames to that OLD address when you change it to the new address.&lt;BR /&gt;&lt;BR /&gt;I've heard that some Cisco kit is rather, well, slow, to update its ARP tables.</description>
      <pubDate>Mon, 06 Sep 2004 20:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372763#M195908</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2004-09-06T20:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: MAC address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372764#M195909</link>
      <description>The MAC address is burned into the chip at manufacture time. Each manufacturer uses a specified range of mac addresses, so you could conceivably identify the manufacturer via the first part of the mac address.&lt;BR /&gt;&lt;BR /&gt;It IS changeable, in the chip itself! This is accomplished via a EEPROM chip (Electronically Eraseable, Programmable Read-Only Module). These chips followed the EPROM (just eraseable) which used a special infrared lamp to erase the chip (these still occur on systems-look for a chip with a round sticker in the middle of it, there's a lense underneath).&lt;BR /&gt;&lt;BR /&gt;MAC addresses are changed all the time in network land. In theory, there should eb NO duplicatioin of a mac address in a manufacturer's line, but process isn't perfect...&lt;BR /&gt;&lt;BR /&gt;So...we can change mac addresses (this is more heavily used in Netware, where the mac address is more directly controlled by admins, and has more impact on the IPX protocol, routing, performance, etc.)&lt;BR /&gt;&lt;BR /&gt;Each brand/model of NIC has a downloadable tool which runs on a dos boot floppy to change the MAC address, OR it supports change within NT (or later).&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2004 09:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mac-address/m-p/3372764#M195909</guid>
      <dc:creator>bob smith_38</dc:creator>
      <dc:date>2004-10-18T09:42:15Z</dc:date>
    </item>
  </channel>
</rss>

