Srinivas wrote:
How I will set the hardware address of my interface card. Using "ifconfig" how I will do that. Anyone help me..

Right out of man ifconfig...


<quote>
hw class address
Set the hardware address of this interface, if the device driver supports this operation. The keyword must be followed by the name of the hardware class and the printable ASCII equivalent of the hardware address. Hardware classes currently supported include ether (Ethernet), ax25 (AMPR AX.25), ARCnet and netrom (AMPR NET/ROM).
</quote>


So:

#ifconfig dev [ethX] hw ether [MAC]

Untested...lemme know if it works.

Hope that helps...
Varun Varma,
---------------------------------------------
Mindframe Software & Services Pvt. Ltd.,
A-50, Sector-39, NOIDA, U.P. - 201301, India

http://www.mindsw.com
---------------------------------------------


_______________________________________________ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to