On Thu, Jun 11, 2009 at 7:37 PM, David Abrahams<[email protected]> wrote:
>
> Hi,
>
> I have a couple of links I want to aggregate with a static IP address.
> Should be simple, right?  Well, just getting a static IP address set up
> turns out to be challenging at best.  I've done a lot of googling, and
> found a *lot* of people having trouble with it, too.  The first
> instructions I found that actually worked for me happen to use NWAM:
> http://bopl.samharris.us/2008/06/solaris-nwam-and-static-ips/ I'd be
> happy to use the "default" network service instead, but haven't been
> able to get DNS name lookup to work.


(1) disable nwam, enable network/physical:default (I think you get this already)
(2) backup the default /etc/nsswitch.conf
(3) copy /etc/nsswitch.conf.dns to /etc/nsswitch.conf <== this might
be your pitfall
(4) adjust /etc/resolv.conf as necessary
(5) set up link aggregation with dladm. Lets call this bond0
(6) ifconfig bond0 plumb
(7) setup networking manually with ifconfig and route
(8) test
(9) if you're happy with the results, create/adjust /etc/hosts,
/etc/hostname.bond0, /etc/defaultrouter, and /etc/netmasks (classic
solaris networking, really)

-- 
Fajar
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to