how to modify NIC's MAC in opensuse GNOME GUI

I won’t change NIC’s MAC permanently.

The NIC’s is Realtek 8139 family 10/100M fast enternet controller.

On windows XP I can modify the MAC in device manager, then set the value in “Network Address” option.

How can I change it in opensuse11.1 within GNOME GUI?

nAthrun wrote:

> How can I change it in opensuse11.1 within GNOME GUI?

Open the GNOME terminal. As root, use the following commands, adjusting the
interface name and MAC address as required.

ifdown eth0
ifconfig eth0 hw ether 01:23:45:67:89:AB
ifup eth0

Kind regards,
Andreas Stieger