Re: DNS query question

2024-06-11 Thread Geert Stappers
On Wed, Jun 12, 2024 at 06:42:04AM +0200, Marco Moock wrote: > Am 12.06.2024 um 10:51:45 Uhr schrieb Jeff Peng: > > Hello list, > > > > I have made a successful query in one of my VPS as the following. > > > > ~$ dig 235.84.36.104.zen.spamhaus.org > > ;; QUESTION SECTION: > > ;235.84.36.104.zen.s

Re: DNS query question

2024-06-11 Thread Marco Moock
Am 12.06.2024 um 10:51:45 Uhr schrieb Jeff Peng: > Do you know what's the reason behind this? Spamhaus restricts queries from public resolvers. https://www.spamhaus.org/resource-hub/email-security/if-you-query-the-legacy-dnsbls-via-digitalocean-move-to-spamhaus-technologys-free-data-query-service

DNS query question

2024-06-11 Thread Jeff Peng
Hello list, I have made a successful query in one of my VPS as the following. ~$ dig 235.84.36.104.zen.spamhaus.org ; <<>> DiG 9.16.48-Ubuntu <<>> 235.84.36.104.zen.spamhaus.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2160 ;; flags: qr rd ra; Q

Re: IPV6 DNS query

2011-03-04 Thread Chris Davies
>> :~$ host -6 www.debian.org >> www.debian.org has IPv6 address 2001:41b8:202:deb:216:35ff:fec4:6340 >> www.debian.org has IPv6 address 2001:858:2:2:214:22ff:fe0d:7717 > $ dig www.debian.org > ;; ANSWER SECTION: > www.debian.org. 218 IN2607:f8f0:610:4000:211:25ff:fec4:5b28

Re: IPV6 DNS query

2011-03-03 Thread T o n g
Thanks everyone for the replies, especially to Tom for the answer. On Thu, 03 Mar 2011 04:47:50 +, elbbit wrote: > :~$ host -6 www.debian.org > www.debian.org has address 86.59.118.148 www.debian.org has address > 82.195.75.97 www.debian.org has IPv6 address > 2001:41b8:202:deb:216:35ff:fec4

Re: IPV6 DNS query

2011-03-03 Thread Nate Bargmann
* On 2011 03 Mar 07:20 -0600, Tom H wrote: > On Thu, Mar 3, 2011 at 7:26 AM, Nate Bargmann wrote: > > * On 2011 02 Mar 23:40 -0600, Tom H wrote: > >> On Wed, Mar 2, 2011 at 11:47 PM, elbbit wrote: > >> > On 03/03/11 03:18, T o n g wrote: > >>

Re: IPV6 DNS query

2011-03-03 Thread Tom H
On Thu, Mar 3, 2011 at 7:26 AM, Nate Bargmann wrote: > * On 2011 02 Mar 23:40 -0600, Tom H wrote: >> On Wed, Mar 2, 2011 at 11:47 PM, elbbit wrote: >> > On 03/03/11 03:18, T o n g wrote: >> >> >> >> So, how to do IPV6 DNS query? >> > >> &

Re: IPV6 DNS query

2011-03-03 Thread Nate Bargmann
* On 2011 02 Mar 23:40 -0600, Tom H wrote: > On Wed, Mar 2, 2011 at 11:47 PM, elbbit wrote: > > On 03/03/11 03:18, T o n g wrote: > >> > >> So, how to do IPV6 DNS query? > > > > host -6 > > "host -6" (and "dig -6") use ipv6 to mak

Re: IPV6 DNS query

2011-03-02 Thread Tom H
On Wed, Mar 2, 2011 at 11:47 PM, elbbit wrote: > On 03/03/11 03:18, T o n g wrote: >> >> So, how to do IPV6 DNS query? > > host -6 "host -6" (and "dig -6") use ipv6 to make the query but don't run an ipv6 query (unless they do an query by defa

Re: IPV6 DNS query

2011-03-02 Thread Tom H
On Wed, Mar 2, 2011 at 10:18 PM, T o n g wrote: > > If I knew how to do IPV6 DNS query, I might have prevented the problem. > So, how to do IPV6 DNS query? dig maroon -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: IPV6 DNS query

2011-03-02 Thread elbbit
On 03/03/11 03:18, T o n g wrote: > So, how to do IPV6 DNS query? host -6 Such as: :~$ host -6 www.debian.org www.debian.org has address 86.59.118.148 www.debian.org has address 82.195.75.97 www.debian.org has IPv6 address 2001:41b8:202:deb:216:35ff:fec4:6340 www.debian.org has IPv6 addr

IPV6 DNS query

2011-03-02 Thread T o n g
68.2.100#53(192.168.2.100) ;; WHEN: Sat Feb 26 > 09:22:39 2011 > ;; MSG SIZE rcvd: 40 > > tong@coral:~$ ping maroon > PING maroon.my.local.domain (192.168.2.100) 56(84) bytes of data. 64 > bytes from maroon.my.local.domain (192.168.2.100): icmp_req=1 ttl=64 > tim

Re: DNS query

2004-03-19 Thread Tony Bazeley
At 05:18 AM 18/03/2004, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Bazeley wrote: | Hello all, | | I have three machines using a static ip assignment | 1. running smoothwall as a net gateway (192.168.1.1) | 2. XPpro | 3 debian woody | | debian woody can ping the outs

AW: DNS query

2004-03-18 Thread Simmel
>>and that the name server is used by checking that /etc/nsswitch contains >>the entry >> hosts: files dns >mine has this line too (wish I had a clue what it means) Pretty simple, it means that the /etc/host is checked first before consulting the name server, which is actually the norma

Re: DNS query

2004-03-17 Thread Brian Brazil
On Wed, Mar 17, 2004 at 11:35:53AM -0500, Marty Landman wrote: > >and that the name server is used by checking that /etc/nsswitch contains > >the entry > >hosts: files dns > > mine has this line too (wish I had a clue what it means) When doing getHostByName() try files(/etc/hosts), then

Re: DNS query

2004-03-17 Thread Andy Ruddock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Bazeley wrote: | Hello all, | | I have three machines using a static ip assignment | 1. running smoothwall as a net gateway (192.168.1.1) | 2. XPpro | 3 debian woody | | debian woody can ping the outside world using numeric addresses b

Re: DNS query

2004-03-17 Thread Greg Bolshaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Bazeley wrote: > I have three machines using a static ip assignment > 1. running smoothwall as a net gateway (192.168.1.1) > 2. XPpro > 3 debian woody > > debian woody can ping the outside world using numeric addresses but > is

Re: DNS query

2004-03-17 Thread Marty Landman
Tony, am pretty new to this but have a similar kind of setup at my home office and will try to provide some info that maybe will help. At 09:09 AM 3/17/2004, Tony Bazeley wrote: I have three machines using a static ip assignment 1. running smoothwall as a net gateway (192.168.1.1)

DNS query

2004-03-17 Thread Tony Bazeley
Hello all, I have three machines using a static ip assignment 1. running smoothwall as a net gateway (192.168.1.1) 2. XPpro 3 debian woody debian woody can ping the outside world using numeric addresses but is unable to resolve names, whereas the XP machine can do both.

Why is lpd making this dns query?

1998-12-08 Thread Enrico Zini
Hello! I have set up a print server and a print client with magicfilter and everything would be fine, were it not for lpd on the server side making a dns query (and waiting a long timeout) for every remote connection. My system is not always connecting to the internet, and a query for a host not