Philip S Tellis wrote:
On Wed, 17 Sep 2003, Srinivas wrote:
How I will set the hardware address of my interface card. Using "ifconfig" how I will do that. Anyone help me..
You cannot change the hardware address of your interface card through software. It is hardwired into your card's ROM.
How about /sbin/ifconfig eth0 hw ether 00:00:00:00:00:00
You can specify which MAC address to respond to instead of the hw encoded address.