RE: srv lookup in record

2020-08-22 Thread Marc Roos
> I don't think so, nor does it seem to make sense to me that you would > want such a thing (in the general case, you may have a use-case). What would be better way to solve this then? To filter out only the ip addresses that are in the same netmask? _

Re: SRV is not CNAME, was srv lookup in record

2020-08-22 Thread John Levine
In article you write: >On 2020-08-21 16:26, Marc Roos wrote: >> Is it possible to use srv lookups, like eg cname. I do not want to >> create SRV record, I just want to 'get' the ip addresses, that I would >> get vai srv lookup. > >SRV records are more than just pointers to a specific server, there

CNAME / TXT

2020-08-22 Thread Jukka Pakkanen
Cannot figure out what is wrong here... must be something simple but after sitting in airplanes the last 40 hours and it's 2am... Only when I comment out the two lines in the end of the named.harriot, it goes through and BIND load the zone. With those two lines, get the following: C:\DNS\etc\na

Re: CNAME / TXT

2020-08-22 Thread Ben Croswell
If you uncomment that mg CNAME you end up with a CNAME mx and TXT at the same node in to the DNS tree and that is illegal. That is why you get the error "cname and other data". The mx and txt are the other data. On Sat, Aug 22, 2020, 8:19 PM Jukka Pakkanen wrote: > Cannot figure out what is wron

Re: CNAME / TXT

2020-08-22 Thread Kyongseon West
How long is the character in txt line? If it’s longer than 255, it will show that exact error. Exact thing happened to me yesterday. You can separate with a quote to make it work. https://kb.isc.org/docs/aa-00356 v/r, Kathy West, CISSP IT Services Indiana University of Pennsylvania 724-357-321