[sol 10]Network settings. Looks like everything is ok.

Hi folks, see the system:

Toshiba Laptop A105-S4014

Solaris 10 Express, 6/06

The network settings, seems to be ok.

It is possible to

* ping localhost

* ping smaug

It's not possible to ping smaug.claudius.com.br

I try to ping the router IP (192.168.1.1), but the prompt doesn't return, from the command line.

Is there any other file I need to configure ? Do you have *any* tip to address this issue ?

Thanks for your time

Claudio Miranda

ifconfig -a

lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1

inet 127.0.0.1 netmask ff000000

rtls0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2

inet 192.168.1.11 netmask ffffff00 broadcast 192.168.1.255

/etc/resolv.conf

domain claudius.com.br

nameserver 192.168.1.1

/etc/nsswitch.conf

passwd:files

group:files

hosts:files dns

databases

ipnodes:files dns

networks:files

protocols: files

rpc:files

ethers:files

netmasks:files

bootparams: files

publickey: files

netgroup:files

automount: files

aliases:files

services:files

printers:user files

auth_attr: files

prof_attr: files

project:files

tnrhtp:files

tnrhdb:files

/etc/netmasks

192.168.1.11255.255.255.0

/etc/hosts

127.0.0.1localhostloghost

192.168.1.11smaugsmaug.claudius.com.br

/etc/router

newrt->ri_dst: inet 0.0.0.0; newrt->ri_mask: inet 0.0.0.0; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,STATIC>

locks: inits:

sockaddrs: <DST,NETMASK,IFP>

defaultdefault

route to:default

destination:default

mask:default

gateway: 192.168.1.1

interface: rtls0 index 2 address 11 00 20 00 01 1c

flags: <UP,GATEWAY,DONE,STATIC>

recvpipe sendpipe ssthreshrtt,ms rttvar,ms hopcountmtuexpire

0 0 0 0 0 01500 0

locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu>

sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA>

default 192.168.1.1default rtls0:11.0.20.0.1.1c 192.168.1.11

[2616 byte] By [Claudio4J] at [2007-11-26 10:35:16]
# 1
Sounds like a DNS issue.Can you ping -sn 192.168.1.1If you can ping -n but not ping then its the reverse lookup thats failing.The obvious question is, is 192.168.1.1 a dns server.Try a dig smaug.claudius.com.br @192.168.1.1
robertcohen at 2007-7-7 2:45:35 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
The 192.168.1.1 is the router device. It relay DNS queries to real DNS servers on the internet.This settings works just fine on the linux (dual boot).Its not possible to ping other linux machine: 192.168.1.6Is there a way to debug this ?
Claudio4J at 2007-7-7 2:45:35 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...