Re: SRV record not working

2018-08-17 Thread wharfratjoe
Seems ok here using: dig +trace srv _minecraft._tcp.skyblock.mc-game.us.


mc-game.us. 3600IN  NS  ns1.sleepyvalley.net.
mc-game.us. 3600IN  NS  sdns2.ovh.ca.
;; Received 113 bytes from 156.154.126.70#53(156.154.126.70) in 168 ms

_minecraft._tcp.skyblock.mc-game.us. 300 IN SRV 0 5 25567
skyblock.mc-game.us.
;; Received 92 bytes from 167.114.154.31#53(167.114.154.31) in 73 ms


On Fri, Aug 17, 2018 at 10:42 AM, Carl Byington  wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On Fri, 2018-08-17 at 12:27 -0500, Thomas Strike wrote:
> > I need a 2nd pair of eyes on this one.
>
> Works for me.
>
> dig _minecraft._tcp.skyblock.mc-game.us srv
>
> ;; ANSWER SECTION:
> _minecraft._tcp.skyblock.mc-game.us. 300 IN SRV 0 5 25567 skyblock.mc-
> game.us.
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v2.0.14 (GNU/Linux)
>
> iEYEAREKAAYFAlt3CPAACgkQL6j7milTFsHoywCfRQIVqUZnycWdYGdRupaSEWiU
> ZlsAn18No1vPczhoAURmolzbt3Z+I7PU
> =EQx5
> -END PGP SIGNATURE-
>
>
>
> ___
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to
> unsubscribe from this list
>
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>



-- 
Peace,
Joe

"Without love in the dream
It will never come true"
Words by Robert Hunter
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


SRV record not working

2018-08-17 Thread Thomas Strike
Thanks all for your quick response. I didn't need a 2nd pair of eyes, I 
needed a 2nd brain. I didn't think that I had to use the fully qualified 
domain name and was just using the subdomain.domain.name for the 
queries. What can I say, I'm old and going senile. Your responses showed 
me the error of my ways. My record was working, I wasn't.


Thanks again everyone.

p.s.
I know that most of you hate nslookup but I have been using it since the 
90's and it's my go-to utility. I get the same responses whether I use 
Dig or nslookup. If nslookup doesn't return what I am looking for, I do 
use Dig also.



;I have created a SRV record for a new subdomain A record. I set 
;nslookup to use my DNS server directly and when I query for the A 
;record it returns it. When I set type=SRV and ask for the srv record 
;nothing is returned.


;My SRV record: _minecraft._tcp.skyblock.mc-game.us.    IN SRV    0 5 
;25567 skyblock.mc-game.us.


;I need a 2nd pair of eyes on this one.

;Thanks, Tom Strike

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: SRV record not working

2018-08-17 Thread Carl Byington
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On Fri, 2018-08-17 at 12:27 -0500, Thomas Strike wrote:
> I need a 2nd pair of eyes on this one.

Works for me.

dig _minecraft._tcp.skyblock.mc-game.us srv

;; ANSWER SECTION:
_minecraft._tcp.skyblock.mc-game.us. 300 IN SRV 0 5 25567 skyblock.mc-
game.us.


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEAREKAAYFAlt3CPAACgkQL6j7milTFsHoywCfRQIVqUZnycWdYGdRupaSEWiU
ZlsAn18No1vPczhoAURmolzbt3Z+I7PU
=EQx5
-END PGP SIGNATURE-



___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: SRV record not working

2018-08-17 Thread Bob Harold
On Fri, Aug 17, 2018 at 1:28 PM Thomas Strike 
wrote:

> I have created a SRV record for a new subdomain A record. I set nslookup
> to use my DNS server directly and when I query for the A record it
> returns it. When I set type=SRV and ask for the srv record nothing is
> returned.
>
> My SRV record: _minecraft._tcp.skyblock.mc-game.us.IN SRV0 5
> 25567 skyblock.mc-game.us.
>
> I need a 2nd pair of eyes on this one.
>
> Thanks, Tom Strike
>
>
Works for me:

nslookup -q=srv _minecraft._tcp.skyblock.mc-game.us. 8.8.8.8
Server: 8.8.8.8
Address: 8.8.8.8#53

Non-authoritative answer:
_minecraft._tcp.skyblock.mc-game.us service = 0 5 25567 skyblock.mc-game.us.

Authoritative answers can be found from:


dig srv _minecraft._tcp.skyblock.mc-game.us. @8.8.8.8

; <<>> DiG 9.10.3-P4-Ubuntu <<>> srv _minecraft._tcp.skyblock.mc-game.us. @
8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53437
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;_minecraft._tcp.skyblock.mc-game.us. IN SRV

;; ANSWER SECTION:
_minecraft._tcp.skyblock.mc-game.us. 299 IN SRV 0 5 25567
skyblock.mc-game.us.

;; Query time: 56 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Aug 17 13:38:35 EDT 2018
;; MSG SIZE  rcvd: 103

-- 
Bob Harold
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


SRV record not working

2018-08-17 Thread Thomas Strike
I have created a SRV record for a new subdomain A record. I set nslookup 
to use my DNS server directly and when I query for the A record it 
returns it. When I set type=SRV and ask for the srv record nothing is 
returned.


My SRV record: _minecraft._tcp.skyblock.mc-game.us.    IN SRV    0 5 
25567 skyblock.mc-game.us.


I need a 2nd pair of eyes on this one.

Thanks, Tom Strike

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users