Operating System - HP-UX
1822477 Members
2513 Online
109642 Solutions
New Discussion юеВ

Is there a way to Spoof a MAC Address tied to lan 0

 
SOLVED
Go to solution
KPS
Super Advisor

Is there a way to Spoof a MAC Address tied to lan 0

Hi I have a system that we just swapped out a controller on and the MAC Address has changed on lan0. We have some Apps that run licensing off of that MAC Address that are now not running. My question is this?

Is there a way to spoof this MAC Address and force it to what it used to be prior to the Controller SwapOut?

Thanks,
-KPS
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Is there a way to Spoof a MAC Address tied to lan 0

Look in /etc/rc.config.d and find the configuration file that corresponds to your card or on-board ethernet port (hpbtlanconf, hpetherconf, ...)

set the STATION_ADDRESS[n]=old_mac_address

Reboot and you should be in business.
If it ain't broke, I can fix that.
Biswajit Tripathy
Honored Contributor

Re: Is there a way to Spoof a MAC Address tied to lan 0

In SAM:
"Networking and Communications" -> "Network
interface cards" -> Select lan0 -> "Actions" ->
"Modify.." -> "Advanced Options"

- Biswajit
:-)
rick jones
Honored Contributor

Re: Is there a way to Spoof a MAC Address tied to lan 0

The config file stuff will do what you want. You should though also either get the vendor(s) to migrate the licenses to the new MAC, or better still, find some way to license the software that isn't tied to hardware that may need to be replaced during the life of the system.
there is no rest for the wicked yet the virtuous have no pillows
Suraj Singh_1
Trusted Contributor

Re: Is there a way to Spoof a MAC Address tied to lan 0

The simplest way to do this is to insert the "old card's MAC address" in /etc/rc.config.d/netconf file as Clay has suggested.

Rgds
What we cannot speak about we must pass over in silence.
KPS
Super Advisor

Re: Is there a way to Spoof a MAC Address tied to lan 0

Thanks everyone for your feedback. I got this to work and we're in business here with the old MAC that used to be assigned.

Thanks again!

KPS