Luke Huang writes:
> In both Fedora 9 and Windows Vista, the speed is acceptable, I didn't see
> apparent delay after I typed a domain name(eg. www.sun.com). When I used
> opensolaris 200805, the message: Looking up xxx.yyy.zzz keeps about 6~10
> seconds and the ip of the domain was retrieved. I tried many method, such as,
> disabling `nwam' and using `default', or modifying /etc/resolves.conf,
> nothing helped. I though I didn't configure the dns client of the system in a
> correct way, I am not an admin, I just a normal user, so could you please
> teach me a simple way to make it work faster.
At a guess, it's reverse resolution (address back to name) that's not
working right. The symptoms are suggestive of that.
It's not necessarily obvious what's wrong, though, so I'd suggest
starting off by snooping the interface to find out what traffic is
involved in this delay.
Try running this in one window:
snoop -r -o /tmp/snoop.out -q
and this in another:
ping www.sun.com
Then (after the delay) terminate that snoop with ^C, and either put
the (binary) /tmp/snoop.out file somewhere that someone can look at,
or use either "snoop -i /tmp/snoop.out" or (if you have it installed)
"wireshark /tmp/snoop.out".
--
James Carlson, Solaris Networking <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
_______________________________________________
networking-discuss mailing list
[email protected]