* [gentoo-user] DNS trouble
@ 2005-11-14 15:46 Allan Spagnol Comar
2005-11-14 16:12 ` Michael Kjorling
2005-11-15 10:34 ` Uwe Thiem
0 siblings, 2 replies; 6+ messages in thread
From: Allan Spagnol Comar @ 2005-11-14 15:46 UTC (permalink / raw
To: gentoo-user
Hi All, I am having a little problem with my DNS server; I using a DNS
server at 210.200.1.230;
when I do nslookup dnsserver.com.br it returns 210.200.1.230
when I try nslookup 192.168.0.2 it return ** server can't find
230.1.200.210.in-addr.arpa: NXDOMAIN
does someone have a clue about what is going on ?
--
An application asked:
"Requeires Windows 9x, NT4 or better",
so I´ve installed Linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] DNS trouble
2005-11-14 15:46 [gentoo-user] DNS trouble Allan Spagnol Comar
@ 2005-11-14 16:12 ` Michael Kjorling
2005-11-14 16:28 ` Allan Spagnol Comar
2005-11-15 10:34 ` Uwe Thiem
1 sibling, 1 reply; 6+ messages in thread
From: Michael Kjorling @ 2005-11-14 16:12 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 2005-11-14 12:46 -0300, allan.comar@gmail.com wrote:
> does someone have a clue about what is going on ?
Yes, `nslookup' is fundamentally broken. Try `host' or `dig' (with its
`-x' option) instead.
And don't expect RFC 1918 address space to be resolvable via a public
name server...
- --
Michael Kjörling, michael@kjorling.com - http://michael.kjorling.com/
* ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
* ..... No bird soars too high if he soars with his own wings ..... *
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDeLeHdY+HSb3praYRAiahAJ4qLwX2kPTKMvIyuWwDTaPcrgYM3QCfTQhW
nxFNE0o+QiYj1nsnU06LvGQ=
=F5Xs
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] DNS trouble
2005-11-14 16:12 ` Michael Kjorling
@ 2005-11-14 16:28 ` Allan Spagnol Comar
2005-11-16 1:11 ` Bryan Whitehead
0 siblings, 1 reply; 6+ messages in thread
From: Allan Spagnol Comar @ 2005-11-14 16:28 UTC (permalink / raw
To: gentoo-user
still the problem
allan@thewho ~ $ host 210.200.1.230
Host 230.1.200.210.in-addr.arpa not found: 3(NXDOMAIN)
allan@thewho ~ $ host 210.200.1.232
232.1.200.210.in-addr.arpa domain name pointer shakan.commodity.com.br.
and seems to me that both shakan.eng.com.br and thewho.eng.com.br is
configured equal at the zones; the diference is the thewho (
210.200.1.230 ) is my DNS server.
On 11/14/05, Michael Kjorling <michael@kjorling.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2005-11-14 12:46 -0300, allan.comar@gmail.com wrote:
> > does someone have a clue about what is going on ?
>
> Yes, `nslookup' is fundamentally broken. Try `host' or `dig' (with its
> `-x' option) instead.
>
> And don't expect RFC 1918 address space to be resolvable via a public
> name server...
>
> - --
> Michael Kjörling, michael@kjorling.com - http://michael.kjorling.com/
> * ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
> * ..... No bird soars too high if he soars with his own wings ..... *
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (GNU/Linux)
>
> iD8DBQFDeLeHdY+HSb3praYRAiahAJ4qLwX2kPTKMvIyuWwDTaPcrgYM3QCfTQhW
> nxFNE0o+QiYj1nsnU06LvGQ=
> =F5Xs
> -----END PGP SIGNATURE-----
> --
> gentoo-user@gentoo.org mailing list
>
>
--
An application asked:
"Requeires Windows 9x, NT4 or better",
so I´ve installed Linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] DNS trouble
2005-11-14 15:46 [gentoo-user] DNS trouble Allan Spagnol Comar
2005-11-14 16:12 ` Michael Kjorling
@ 2005-11-15 10:34 ` Uwe Thiem
1 sibling, 0 replies; 6+ messages in thread
From: Uwe Thiem @ 2005-11-15 10:34 UTC (permalink / raw
To: gentoo-user
On 14 November 2005 17:46, Allan Spagnol Comar wrote:
> Hi All, I am having a little problem with my DNS server; I using a DNS
> server at 210.200.1.230;
> when I do nslookup dnsserver.com.br it returns 210.200.1.230
> when I try nslookup 192.168.0.2 it return ** server can't find
> 230.1.200.210.in-addr.arpa: NXDOMAIN
>
> does someone have a clue about what is going on ?
You have to give more information here. 192.168.0.2 is a private IP address.
So a NATting firewall has to be involved. Would you give an overview over
your network? You probably need to set up DNS with an outside and an inside
view.
On thing sis clear: The reverse lookup table for 192.168.0 isn't there.
Uwe
--
95% of all programmers rate themselves among the top 5% of all software
developers. - Linus Torvalds
http://www.uwix.iway.na (last updated: 20.06.2004)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] DNS trouble
2005-11-14 16:28 ` Allan Spagnol Comar
@ 2005-11-16 1:11 ` Bryan Whitehead
2005-11-16 13:49 ` Allan Spagnol Comar
0 siblings, 1 reply; 6+ messages in thread
From: Bryan Whitehead @ 2005-11-16 1:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: TEXT/PLAIN, Size: 2147 bytes --]
[driver@beavis ~]$ dig -x 210.200.1.1 | grep AUTHORITY\ SEC -A 1
;; AUTHORITY SECTION:
1.200.210.in-addr.arpa. 10733 IN SOA dns.ht.net.tw.
root.dns.ht.net.tw. 1999090230 10800 3600 3600000 86400
Are you dns.ht.net.tw. ??? If not, then you need to contact them to get
the reverse fixed. You can either allow them to give you authority over
your address space, or they can add the names to their
1.200.210.in-addr.arpa file on the DNS.
for your internal DNS, you setup your own .in-addr.arpa files for the
192.169.0.0/16 subnets that you use.
On Mon, 14 Nov 2005, Allan Spagnol Comar wrote:
> still the problem
>
> allan@thewho ~ $ host 210.200.1.230
> Host 230.1.200.210.in-addr.arpa not found: 3(NXDOMAIN)
> allan@thewho ~ $ host 210.200.1.232
> 232.1.200.210.in-addr.arpa domain name pointer shakan.commodity.com.br.
>
> and seems to me that both shakan.eng.com.br and thewho.eng.com.br is
> configured equal at the zones; the diference is the thewho (
> 210.200.1.230 ) is my DNS server.
>
>
> On 11/14/05, Michael Kjorling <michael@kjorling.com> wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 2005-11-14 12:46 -0300, allan.comar@gmail.com wrote:
>>> does someone have a clue about what is going on ?
>>
>> Yes, `nslookup' is fundamentally broken. Try `host' or `dig' (with its
>> `-x' option) instead.
>>
>> And don't expect RFC 1918 address space to be resolvable via a public
>> name server...
>>
>> - --
>> Michael Kjörling, michael@kjorling.com - http://michael.kjorling.com/
>> * ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
>> * ..... No bird soars too high if he soars with his own wings ..... *
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.1 (GNU/Linux)
>>
>> iD8DBQFDeLeHdY+HSb3praYRAiahAJ4qLwX2kPTKMvIyuWwDTaPcrgYM3QCfTQhW
>> nxFNE0o+QiYj1nsnU06LvGQ=
>> =F5Xs
>> -----END PGP SIGNATURE-----
>> --
>> gentoo-user@gentoo.org mailing list
>>
>>
>
>
> --
> An application asked:
> "Requeires Windows 9x, NT4 or better",
> so I´ve installed Linux
>
>
--
Bryan Whitehead
Email:driver@megahappy.net
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] DNS trouble
2005-11-16 1:11 ` Bryan Whitehead
@ 2005-11-16 13:49 ` Allan Spagnol Comar
0 siblings, 0 replies; 6+ messages in thread
From: Allan Spagnol Comar @ 2005-11-16 13:49 UTC (permalink / raw
To: gentoo-user
Thanks, I will try to fix the reverse addressess ... thanks.
On 11/15/05, Bryan Whitehead <driver@megahappy.net> wrote:
> [driver@beavis ~]$ dig -x 210.200.1.1 | grep AUTHORITY\ SEC -A 1
> ;; AUTHORITY SECTION:
> 1.200.210.in-addr.arpa. 10733 IN SOA dns.ht.net.tw.
> root.dns.ht.net.tw. 1999090230 10800 3600 3600000 86400
>
> Are you dns.ht.net.tw. ??? If not, then you need to contact them to get
> the reverse fixed. You can either allow them to give you authority over
> your address space, or they can add the names to their
> 1.200.210.in-addr.arpa file on the DNS.
>
> for your internal DNS, you setup your own .in-addr.arpa files for the
> 192.169.0.0/16 subnets that you use.
>
> On Mon, 14 Nov 2005, Allan Spagnol Comar wrote:
>
> > still the problem
> >
> > allan@thewho ~ $ host 210.200.1.230
> > Host 230.1.200.210.in-addr.arpa not found: 3(NXDOMAIN)
> > allan@thewho ~ $ host 210.200.1.232
> > 232.1.200.210.in-addr.arpa domain name pointer shakan.commodity.com.br.
> >
> > and seems to me that both shakan.eng.com.br and thewho.eng.com.br is
> > configured equal at the zones; the diference is the thewho (
> > 210.200.1.230 ) is my DNS server.
> >
> >
> > On 11/14/05, Michael Kjorling <michael@kjorling.com> wrote:
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: SHA1
> >>
> >> On 2005-11-14 12:46 -0300, allan.comar@gmail.com wrote:
> >>> does someone have a clue about what is going on ?
> >>
> >> Yes, `nslookup' is fundamentally broken. Try `host' or `dig' (with its
> >> `-x' option) instead.
> >>
> >> And don't expect RFC 1918 address space to be resolvable via a public
> >> name server...
> >>
> >> - --
> >> Michael Kjörling, michael@kjorling.com - http://michael.kjorling.com/
> >> * ASCII Ribbon Campaign: Against HTML Mail, Proprietary Attachments *
> >> * ..... No bird soars too high if he soars with his own wings ..... *
> >> -----BEGIN PGP SIGNATURE-----
> >> Version: GnuPG v1.4.1 (GNU/Linux)
> >>
> >> iD8DBQFDeLeHdY+HSb3praYRAiahAJ4qLwX2kPTKMvIyuWwDTaPcrgYM3QCfTQhW
> >> nxFNE0o+QiYj1nsnU06LvGQ=
> >> =F5Xs
> >> -----END PGP SIGNATURE-----
> >> --
> >> gentoo-user@gentoo.org mailing list
> >>
> >>
> >
> >
> > --
> > An application asked:
> > "Requeires Windows 9x, NT4 or better",
> > so I´ve installed Linux
> >
> >
>
> --
> Bryan Whitehead
> Email:driver@megahappy.net
>
--
An application asked:
"Requeires Windows 9x, NT4 or better",
so I´ve installed Linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-11-16 13:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-14 15:46 [gentoo-user] DNS trouble Allan Spagnol Comar
2005-11-14 16:12 ` Michael Kjorling
2005-11-14 16:28 ` Allan Spagnol Comar
2005-11-16 1:11 ` Bryan Whitehead
2005-11-16 13:49 ` Allan Spagnol Comar
2005-11-15 10:34 ` Uwe Thiem
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox