Linked by Thom Holwerda on Thu 15th May 2008 16:28 UTC
Sun Solaris, OpenSolaris Last week, on my country's Liberation Day, Sun released OpenSolaris 2008.05, the much awaited first official fruit of Project Indiana. It delivers many of OpenSolaris' major features, such as DTrace, ZFS, containers, and more, in a Linux distribution-like package. The goal is to allow more people to experience Solaris. A few reviews have since hit the web.
Thread beginning with comment 314330
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Networking
by Robert Escue on Thu 15th May 2008 18:37 UTC in reply to "Networking"
Robert Escue
Member since:
2005-07-08

There are two ways to configure a network in OpenSolaris, one is nwamd and the other is using the graphical network tool once nwamd is killed. To get networking to work with nwamd enabled, you have to modify /etc/resolv.conf so that it has the correct DNS servers listed. In my installation on a Pentium IV rig, the DNS servers were wrong and the /etc/nsswitch.conf file was not modified to use DNS and files. Edit /etc/resolv.conf and add the right DNS servers (if they are wrong) and /etc/nsswitch.conf, make sure the hosts entry reads hosts files dns. Once the is done, you should be able to access the Internet.

Reply Parent Bookmark Score: 5

RE[2]: Networking
by sbergman27 on Thu 15th May 2008 18:44 in reply to "RE: Networking"
sbergman27 Member since:
2005-07-24

Why not just fix it so it works as reasonably expected?

Reply Parent Bookmark Score: 5

RE[3]: Networking
by Weeman on Thu 15th May 2008 19:16 in reply to "RE[2]: Networking"
Weeman Member since:
2006-03-20

Why not just fix it so it works as reasonably expected?

They wanted something in OpenSolaris that works most of the time automagically without user intervention. That's NWAM. The problem is, the UI side's not done yet.

Reply Parent Bookmark Score: 4

RE[3]: Networking
by Robert Escue on Thu 15th May 2008 20:40 in reply to "RE[2]: Networking"
Robert Escue Member since:
2005-07-08

Actually it does work, but it depends on DHCP which I do not use. So, OpenSolaris tries to come up with a configuration that will work using what it finds in the initial network probe. It found my router just fine and assigned an appropriate IP address for my network, it is just that the DNS servers were for hr.cox.net, not east.cox.net.

My soultion was to modify the resolv.conf and nsswitch.conf so I could get a working configuration, which I know does work with Solaris/Solaris Express and now OpenSolaris.

Reply Parent Bookmark Score: 3