For some reason, I am having problems accessing most sites on the internet. I 
am able to get to www.sun.com and www.opensolaris.org without problems but I 
cannot get to www.google.ca or www.msn.com. In fact, I am posting this question 
from the machine that is running Solaris.

This is the first time I have tried to install Unix on a machine in over 10 
years and there have been a lot of changes since then so please excuse my 
ignorance.

I just installed build 57 of Solaris from CD. I know build 61 is the latest but 
I just could not get the DVD to install properly and I did not have any more 
blank CDs to burn it to, so I just used the build 57 that I had downloaded a 
while ago and burned to CD but never got around to trying. I did a full 
Developer install plus OEM. There were no hiccups during the install as it 
appears that everything was recognized.

My network consists of a few computers with static IPs behind a Linksys 
wireless firewall/router running DD-WRT v23 SP2. The router gets DNS 
automatically and all my internal computer point to the router to resolve the 
names. And no, I have not tried removing the firewall and plugging directly 
into the internet.

Below is the log from some commands I ran from the terminal as root. Does 
anybody have any ideas? Is there any other information I can provide?

# vi /etc/inet/resolv.conf
"/etc/inet/resolv.conf" 3 lines, 66 characters 
domain  Office1.NightwingEnterprises.local
nameserver      10.10.1.254
~
:q
# vi nsswitch.conf
"nsswitch.conf" 58 lines, 1742 characters 
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident "@(#)nsswitch.files     1.16    06/03/24 SMI"

#
# /etc/nsswitch.files:
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any naming service.
#
# "hosts:" and "services:" in this file are used only if the
# /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.

passwd:     files
group:      files
hosts:      files       dns
ipnodes:    files
networks:   files
protocols:  files
rpc:        files
ethers:     files
netmasks:   files
bootparams: files
publickey:  files
# At present there isn't a 'files' backend for netgroup;  the system will
#   figure it out pretty quickly, and won't use netgroups at all.
netgroup:   files
automount:  files
aliases:    files
services:   files
printers:       user files

auth_attr:  files
prof_attr:  files
project:    files

tnrhtp:     files
tnrhdb:     files
:q
# ping www.google.ca
ping: unknown host www.google.ca
# ping www.sun.com
no answer from www.sun.com
#
# nslookup www.sun.com
Server:         10.10.1.254
Address:        10.10.1.254#53

Non-authoritative answer:
Name:   www.sun.com
Address: 72.5.124.61

# nslookup www.google.ca
Server:         10.10.1.254
Address:        10.10.1.254#53

Non-authoritative answer:
www.google.ca   canonical name = www.google.com.
www.google.com  canonical name = www.l.google.com.
Name:   www.l.google.com
Address: 72.14.253.147
Name:   www.l.google.com
Address: 72.14.253.104
Name:   www.l.google.com
Address: 72.14.253.99

# netstat -rn

Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface 
-------------------- -------------------- ----- ----- ---------- --------- 
default              10.10.1.254          UG        1          7           
10.0.0.0             10.10.1.61           U         1         20 iprb0     
224.0.0.0            10.10.1.61           U         1          0 iprb0     
127.0.0.1            127.0.0.1            UH        1       7586 lo0       
# ping 72.14.253.99
72.14.253.99 is alive
# netstat -a -r

Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface 
-------------------- -------------------- ----- ----- ---------- --------- 
default              10.10.1.254          UG        1         69           
arpanet              solaris01            U         1         42 iprb0     
224.0.0.0            solaris01            U         1          0 iprb0     
0.0.0.0              solaris01            UHB       1          0 iprb0     
0.0.0.0              solaris01            UHB       1          0 iprb0     
10.0.0.0             solaris01            UHB       1          0 iprb0     
10.0.0.0             solaris01            UHB       1          0 iprb0     
localhost            localhost            UH        1      18453 lo0       
10.10.1.254              --               UHA       1          2 iprb0     
solaris01                --               UHL       2       5533 iprb0     
255.255.255.255      solaris01            UHB       1          0 iprb0     
255.255.255.255      solaris01            UHB       1          0 iprb0     
10.255.255.255       solaris01            UHB       1       1027 iprb0     
10.255.255.255       solaris01            UHB       1          0 iprb0     
# traceroute www.google.ca
traceroute: unknown host www.google.ca
# traceroute 72.14.253.99
traceroute to 72.14.253.99 (72.14.253.99), 30 hops max, 40 byte packets
 1  10.10.1.254 (10.10.1.254)  1.248 ms  0.819 ms  0.609 ms
 2  * * *
 3  64.59.158.227 (64.59.158.227)  9.208 ms  21.020 ms  9.517 ms
 4  66.163.69.109 (66.163.69.109)  7.611 ms  11.012 ms  8.339 ms
 5  66.163.76.2 (66.163.76.2)  10.660 ms  12.385 ms  11.462 ms
 6  198.32.180.17 (198.32.180.17)  13.080 ms  12.707 ms  15.935 ms
 7  72.14.239.12 (72.14.239.12)  17.870 ms  16.188 ms  15.508 ms
 8  72.14.233.45 (72.14.233.45)  18.237 ms  27.989 ms  20.653 ms
 9  72.14.233.27 (72.14.233.27)  19.142 ms  37.424 ms 72.14.233.29 
(72.14.233.29)  20.527 ms
10  72.14.233.18 (72.14.233.18)  25.611 ms  18.859 ms  17.455 ms
11  72.14.253.99 (72.14.253.99)  18.333 ms  20.651 ms  18.986 ms
#
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to