UCoIP DNS/firewall configuration

From wiki.IPBRICK.COM
Revision as of 12:06, 20 May 2015 by Ipbwikiadmin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DNS configuration

In order to get the full UCoIP concept working from the Internet, it's necessary to configure some DNS records at the public DNS zone.

In that example lets suppose that:

DNS domain: domain.com
IPBrick FQDN: voip.domain.com
Public IP associated to IPBrick: 88.88.88.88
User UCoIP page to create: jsmith.domain.com 

A records:

voip      A     88.88.88.88
webrtc    A     88.88.88.88

CNAME records:

im                 CNAME   voip
jwchat             CNAME   voip
webphone           CNAME   voip
groupware	   CNAME   voip
cafe               CNAME   voip
jsmith             CNAME   voip

SRV records for VoIP (SIP):

_sips._tcp.domain.com.     IN     SRV   1   0   5061   voip.domain.com.
_sip._tcp.domain.com.      IN     SRV   1   0   5060   voip.domain.com.
_sip._udp.domain.com.      IN     SRV   1   0   5060   voip.domain.com.

SRV records for chat (Jabber/XMPP):

_jabber._tcp.domain.com. 86400      IN SRV 5 0 5269 voip.domain.com.
_xmpp-server._tcp.domain.com. 86400 IN SRV 5 0 5269 voip.domain.com.
_xmpp-client._tcp.domain.com. 86400 IN SRV 5 0 5222 voip.domain.com.