Looks like you need to add a default route for TCP / IP to work. I'm trying to 
remember the Solaris command for it because my brain is contaminated from using 
Red Hat Linux at work everyday ;-) ... ok I think if you're adding route add 
default 192.168.1.1 as the IP address of the default route / gateway you would 
type in the following command at the root prompt:

# route add default 192.168.1.1 

or you probably could just type in:

pfexec route add default 192.168.1.1

to use the RBAC stuff without being super-user. Of course, if the IP address of 
your gateway is something else besides, 192.168.1.1, just replace that number 
with whatever you think it's supposed to be.
--
This message posted from opensolaris.org

Reply via email to