> 'update_drv -a -i "pci10de,df" nge' now
> proceeds without error, and the interface can be
> plumbed and used. However, the configuration does not
> persist across reboots-I have to manually pull the
> 'nge pci10de,df' entry from /etc/driver_aliases, and
> re-add it with update_drv after every reboot. I am
> most likely missing something obvious and important.

Yes, you're missing the /etc/hostname.{ifname} file, in 
your case it's probably /etc/hostname.nge0.

You need something like

    echo 192.168.0.1 > /etc/hostname.nge0

and Solaris will attempt to plumb interface {ifname}, and
assigns it the ip4 address contained in the
/etc/hostname.{ifname} file

> On a related note, what is the SolarisX86 equivalent
> of typing "boot -r" at the ok prompt on a SPARC
> system?

Boot the kernel with the same "-r" option.
With OpenSolaris / current Solaris Express you have to edit
the grub boot command line and add the "-r" boot option.

But you don't need that any more, because you've already
been able to manually plumb and configure the NIC device.
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to