On Fri, Jun 27, 2008 at 05:41:29PM -0700, Aaron Moore wrote:
> Hello,
> 
> I just installed OpenSolaris community edition and I am very new to solaris. 
> I tried to access the webadministration page at the follow addresses:
> 
> https://192.168.1.116:6789/zfs   <- unable to connect both on the local 
> machine and remotely
> 
> https://localhost:6789/zfs/      <- works locally but i obviously can't 
> access this remotely.
> 
> Also I can see my networked machines from this opensolaris box, but none of 
> my other machines see this system. Is there something I need to configure in 
> networking? Or perhaps there is a newbie guide I should be following?

By default, for security reasons, OpenSolaris is installed with no 
external listening ports enabled except for SSH.  Local communication 
to the loopback address is permitted for some services, which is why your
localhost example works.

To enable incoming communication for the webconsole service from other 
systems, this should do it:

   # svccfg -s webconsole setprop options/tcp_listen = true
   # svcadm disable webconsole
   # svcadm enable webconsole

More details are here if you want to open up other services:

   http://opensolaris.org/os/community/security/projects/sbd/

When you say that you can't see your OpenSolaris system from other 
hosts, what do you mean?   What are you looking at?

Reply via email to