On Sun, 2009-07-05 at 23:53 -0700, Hosam Al Ali wrote: > So I Asq there is any service for DNS or Gataway in OpenSolaris 2008.11 > or 2009.06
Your "hosts" and "ipnodes" lines in /etc/nsswitch.conf need to have a "dns" entry. They should look like this: hosts: files dns ipnodes: files dns As for your routing issue, if you want to add a static default route, you can add it like this: route -p add default <gateway> This will add a persistent route that gets re-added during boot. -Seb _______________________________________________ networking-discuss mailing list [email protected]
