on Thu Jun 11 2009, Sebastien Roy <Sebastien.Roy-UdXhSnd/wVw-AT-public.gmane.org> wrote:
> Hello David, > > On Thu, 2009-06-11 at 08:37 -0400, David Abrahams wrote: >> 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. > > To get DNS to work without NWAM, populate your /etc/resolv.conf with > appropriate values, Here's what it contains: # cat /etc/resolv.conf domain luannocracy.com # nameserver 192.168.188.1 nameserver 207.172.3.8 nameserver 207.172.3.9 nameserver 207.172.3.10 nameserver 207.172.3.11 Interestingly, I can get it to succeed at doing nslookup, host, or dig if I uncomment the first nameserver, which is my local router that happens to forward to the nameservers shown in that list. However, traceroute fails without showing a single hop, and browsing the web is hopeless. I /can/ access addresses on my local subnet. > then modify /etc/nsswitch.conf to have the following > for the "hosts" and "ipnodes" lines: > > hosts: files dns > ipnodes: files dns That was already the case, with a comment saying it was done by DHCP. So I'm still stuck :-( Anything else I can try? -- Dave Abrahams BoostPro Computing http://www.boostpro.com _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
