[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] change MAC-address
- Subject: Re: [cobalt-developers] change MAC-address
- From: Bulent Tatlidil <btatlidil@xxxxxxxxxxxxxxx>
- Date: Wed Jun 12 08:02:01 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
on Wed 12 Jun 2002 16:52 ,you wrote:
++Hi out there,
++
++does anybody know how to change the MAC-address on a RaQ XTR
++or RaQ4r? On a standard-PC with network cards i would use the BIOS
++but how could that be done on a RaQ?
login your raq and type
# ifconfig eth0 down
# ifconfig eth0 hw ether 00:01:02:19:6D:89 (example 12hex numbers )
# ifconfig eth0 up
# ifconfig
PS: do not try this with telnet or when you run ifconfig eth0 down
you will not be able to reach your RAQ on eth0 interface :))
so best way is to put these lines in a shell script ..
++
++Yours
++ Jan*
++