Re: problem with bopm
Craig Edwards <[email protected]>
| Newsgroups | gmane.network.irc.bopm |
|---|---|
| Message-ID | <[email protected]> |
here is my output from dig:
-bash-2.05b$ dig -t a 114.237.134.208.opm.blitzed.org
; <<>> DiG 8.3 <<>> -t 114.237.134.208.opm.blitzed.org
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 2
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;; 114.237.134.208.opm.blitzed.org, type = A, class = IN
;; AUTHORITY SECTION:
opm.blitzed.org. 15M IN SOA phl.nameserver.net.
hostmaster.blitzed.org. (
41505 ; serial
10M ; refresh
15M ; retry
1W ; expiry
15M ) ; minimum
;; Total query time: 324 msec
;; FROM: shell.vhost.co.il to SERVER: default -- 127.0.0.1
;; WHEN: Sat Feb 28 21:47:14 2004
;; MSG SIZE sent: 49 rcvd: 129
And here is my /etc/resolv.conf
-bash-2.05b$ cat /etc/resolv.conf
domain vhost.co.il
nameserver 127.0.0.1
nameserver 213.8.141.155
nameserver 213.8.141.156
nameserver 195.40.1.36
Thanks,
Craig
PS: As a sidenote we've had no issues with this great piece of software on
our linux (redhat and debian) machines :-)
On Sat, 28 Feb 2004, Andy Smith wrote:
> On Sat, Feb 28, 2004 at 06:41:44PM +0000, Craig Edwards wrote:
> > weve just installed bopm on an new freebsd server and it can't scan
> > anything, all we get in our scan logs and on the log channel is:
> >
> > [18:11] <BOPM5> DNSBL -> Lookup error on 114.237.134.208.opm.blitzed.org: Refused
>
> This is a dnsbl lookup error, not a scanning error, so you have
> problems with dns lookups and we should fix that first.
>
> Are you able to look up 114.237.134.208.opm.blitzed.org from the
> same shell using dig?
>
> dig -t a 114.237.134.208.opm.blitzed.org
>
> and what does the machine's /etc/resolv.conf contain?
>
>