DNS SRV records

Greets,

I’m trying to use SRV records on interworx dns management.

I’ve configured this way:

Host: _xmpp-client._tcp.mydomain.com
Type: SRV
Target: 10 0 5222 server.mydomain.com
TTL: 43200

The web interface accepts the creation w/o error.

After a while (more than 10 mins, to let it sync), I test:

dig @localhost _xmpp-client._tcp.mydomain.com srv

and no results!

If I test with mydomain.com a it works for that specific RR

Most strange is that when I try to edit, again under web configuration, and save, it sais on the red top banner:

Invalid host field : _xmpp-client._udp.mydomain.com

So,I think interworx cp has some problem dealing with SRV RR that contains the ‘_’ char.
If not, and if I’m doing something wrong, can anyone help me?

TIA

Joao

[QUOTE=jrochate;15714]Greets,

I’m trying to use SRV records on interworx dns management.

I’ve configured this way:

Host: _xmpp-client._tcp.mydomain.com
Type: SRV
Target: 10 0 5222 server.mydomain.com
TTL: 43200

The web interface accepts the creation w/o error.

After a while (more than 10 mins, to let it sync), I test:

dig @localhost _xmpp-client._tcp.mydomain.com srv

and no results!

If I test with mydomain.com a it works for that specific RR

Most strange is that when I try to edit, again under web configuration, and save, it sais on the red top banner:

Invalid host field : _xmpp-client._udp.mydomain.com

So,I think interworx cp has some problem dealing with SRV RR that contains the ‘_’ char.
If not, and if I’m doing something wrong, can anyone help me?

TIA

Joao[/QUOTE]

I’m having a similar problem. The difference in my case is that it’s killing an AD server’s DNS by sending bad packets:


_sipinternaltls._tcp.DOMAIN.com  SRV service location:
          priority       = 5680
          weight         = 8241
          port           = 12336
          svr hostname   = 5061 192\.168\.1\.2└!

*** Error: record size incorrect (52 != 23)



It should be


          priority       = 0
          weight         = 100
          port           = 5061
          svr hostname   = 192.168.1.2

I entered it into NodeWorx as

|_sipinternaltls._tcp.DOMAIN.com| |SRV| |0 100 5061 192.168.1.2| |3600|