Nash wrote:
> I've installed OpenSolaris. Installed a third party driver for Atheros NIC on 
> my ASUS P5KPL-CM motherboard. my ISP needs me to have the same MAC address 
> and for some reason that's not happening.
> 
> I can't get any packages nor any software as I can't get online.

Assuming the driver supports it, you should be able to change the MAC
address using ifconfig.  I'm going to guess that this is the "atge" driver.

You should be able to bring up a link (at least to start) by doing
something like this:

        $ pfexec ksh
        $ svccfg disable -t nwam
        $ ifconfig atge0 plumb
        $ ifconfig atge0 ether 0:1:2:3:4:5
        $ ifconfig atge0 dhcp start

Use the desired Ethernet address instead of "0:1:2:3:4:5".  You may also
 be able to solve this with VNICs and the dladm "-m" option.

-- 
James Carlson         42.703N 71.076W         <carlsonj at workingcode.com>

Reply via email to