DNS resolution issues with 5.0.5
From: Tony D. (nospam_at_nospam.com)
Date: 10/17/05
- Next message: Jean-Pierre Radley: "Re: How to convert /tmp to memfs after install"
- Previous message: third_at_whasup.com: "Re: How to convert /tmp to memfs after install"
- Next in thread: Jean-Pierre Radley: "Re: DNS resolution issues with 5.0.5"
- Reply: Jean-Pierre Radley: "Re: DNS resolution issues with 5.0.5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 17 Oct 2005 17:29:48 -0400
I cannot get my SCO server to properly resolve destinations for our EDI
sends. I get host name lookup failure unless I specify the same DNS
server that is already in resolv.conf. Can anybody give me a clue?
My resolv.conf is:
domain hsinj
hsifs 192.168.1.15
hostresorder local bind
Doing a DNS query:
# dnsquery -d www.ebay.com
;; res_querydomain(www.ebay.com, <Nil>, 1, 255)
;; res_query(www.ebay.com, 1, 255)
;; res_mkquery(0, www.ebay.com, 1, 255)
;; res_send()
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47877
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; www.ebay.com, type = ANY, class = IN
;; Querying server (# 1) address = 0.0.0.0
res_send: send: Connection refused
;; res_query: send error
;; res_querydomain(www.ebay.com, hsinj, 1, 255)
;; res_query(www.ebay.com.hsinj, 1, 255)
;; res_mkquery(0, www.ebay.com.hsinj, 1, 255)
;; res_send()
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47878
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; www.ebay.com.hsinj, type = ANY, class = IN
;; Querying server (# 1) address = 0.0.0.0
res_send: send: Connection refused
;; res_query: send error
Query failed (h_errno = 2) : Host name lookup failure
If I specify the DNS server on the command line:
dnsquery -d -n hsifs www.ebay.com
;; res_query(www.ebay.com, 1, 255)
;; res_mkquery(0, www.ebay.com, 1, 255)
;; res_send()
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9502
;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; www.ebay.com, type = ANY, class = IN
;; Querying server (# 1) address = 192.168.1.15
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9502
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 4
;; www.ebay.com, type = ANY, class = IN
www.ebay.com. 15m59s IN CNAME hp-core.ebay.com.
hp-core.ebay.com. 43m56s IN A 66.135.208.89
hp-core.ebay.com. 43m56s IN A 66.135.208.90
hp-core.ebay.com. 43m56s IN A 66.135.192.123
hp-core.ebay.com. 43m56s IN A 66.135.192.124
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9502
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 4
;; www.ebay.com, type = ANY, class = IN
www.ebay.com. 15m59s IN CNAME hp-core.ebay.com.
hp-core.ebay.com. 43m56s IN A 66.135.208.89
hp-core.ebay.com. 43m56s IN A 66.135.208.90
hp-core.ebay.com. 43m56s IN A 66.135.192.123
hp-core.ebay.com. 43m56s IN A 66.135.192.124
#
- Next message: Jean-Pierre Radley: "Re: How to convert /tmp to memfs after install"
- Previous message: third_at_whasup.com: "Re: How to convert /tmp to memfs after install"
- Next in thread: Jean-Pierre Radley: "Re: DNS resolution issues with 5.0.5"
- Reply: Jean-Pierre Radley: "Re: DNS resolution issues with 5.0.5"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|