Discussion:
os/2 DNS resolution error
(too old to reply)
Jim Moe
2009-09-05 07:45:09 UTC
Permalink
Hello,
os/2 server v4.50 fp2
os/2 client v4.52, ecs 1.2, ...
Recently we have had trouble with the Internet name resolution service
on the os/2 server. It shows up for a particular site name:
<www.google.com>. There are other .google.com sites that exhibit the same
problem; <google.com> itself is okay. It fails to resolve and takes a
loooong time doing so.
Using IPTrace shows that the os/2 server (named) is resolving
<www.google.com> to <www.l.google.com> and sending it back to the client
requester. The client sees that the returned value <www.l.google.com> is
not a valid numeric IP address, i.e., invalid; it then adds the "domain"
value from <resolv2> yielding (in our case) <www.google.com.sma.com> and
requests a resolution again. It is the second request that takes so long:
a timeout.
As you may imagine browsing the web where all kinds of sites refer to
Google makes the experience quite trying.

The solution is to remove the "domain" entry in the <resolv2> file.
Is there a better solution?
Is Google correct in sending back another site name rather than a
numeric address?
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Bob Eager
2009-09-05 09:46:11 UTC
Permalink
On Sat, 5 Sep 2009 07:45:09 UTC, Jim Moe
Post by Jim Moe
Is Google correct in sending back another site name rather than a
numeric address?
Yes. www.google.com is a CNAME entry, basically an alias. It returns
another name, which then would resolve to an address.

Is this the (very) old OS/2 named? Or the much newer port?

I'm not sure if there is a configuration item governing this, but
somehow I doubt it.

Is the client using the standard resolver library? If it's doing its own
thing (as, I believe, Mozilla does) then it's probably broken.
Jim Moe
2009-09-06 06:13:46 UTC
Permalink
Post by Jim Moe
Recently we have had trouble with the Internet name resolution service
<www.google.com>. There are other .google.com sites that exhibit the same
problem; <google.com> itself is okay. It fails to resolve and takes a
loooong time doing so.
I installed BIND v9.6.1 from Paul Smedley's site. It took a couple of
hours of going over the samples and online help, and now we have a modern
DNS server! Yay!
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Dave Yeo
2009-09-06 07:04:17 UTC
Permalink
Post by Jim Moe
I installed BIND v9.6.1 from Paul Smedley's site. It took a couple of
hours of going over the samples and online help, and now we have a modern
DNS server! Yay!
And probably much more secure.
Dave

Loading...