DNS Records

DNS Configuration on Host Server

The following records are required in the external DNS which hosts the externally routable domain (example.com). This allows:

  • External endpoints registration messages to be routed to the Expressway-E.

  • Calls from non-registered endpoints (or other infrastructure devices) to be routed to the Expressway-E.

Host DNS A Record

Host

Host IP address

expe.example.com

192.0.2.2

DNS SRV Records

Name

Service

Protocol

Priority

Weight

Port

Target host

example.com.

h323cs

tcp

10

10

1720

expe.example.com.

example.com.

h323ls

udp

10

10

1719

expe.example.com.

example.com.

h323rs

udp

10

10

1719

expe.example.com.

example.com.

sip

tcp

10

10

5060

expe.example.com.

example.com.

sip

udp

1

10

10

5060

expe.example.com.

example.com.

sips

tcp

10

10

5061

expe.example.com.

example.com.

turn

udp

10

10

3478

2

expe.example.com.

1 SIP UDP is disabled on Expressway by default.
2 On Large Expressway deployments you should configure multiple records for the range 3478 – 3483.

For example, the DNS records would be:


_h323cs._tcp.example.com. 86400 IN SRV 10 10 1720 expe.example.com.
_h323ls._udp.example.com. 86400 IN SRV 10 10 1719 expe.example.com.
_h323rs._udp.example.com. 86400 IN SRV 10 10 1719 expe.example.com.
_sip._tcp.example.com. 86400 IN SRV 10 10 5060 expe.example.com.
_sip._udp.example.com. 86400 IN SRV 10 10 5060 expe.example.com.
_sips._tcp.example.com. 86400 IN SRV 10 10 5061 expe.example.com.
_turn._udp.example.com. 86400 IN SRV 10 10 3478 expe.example.com.
expe.example.com. 86400 IN A 192.0.2.2

If you have a cluster of Expressway-Es, you must set up DNS A and SRV records for each peer/host in the cluster. See the Expressway Cluster Creation and Maintenance Deployment Guide for more information.

DNS Configuration (Internal DNS Server)

The following records are required in the local DNS which hosts the internally routable domain: internal domain.net to allow internal messages to be routed to the Expressway-C.

Local DNS A Record

Host

Host IP address

expc.internal-domain.net

10.0.0.2

Local DNS SRV Records

Name

Service

Protocol

Priority

Weight

Port

Target host

internal-

domain.net.

h323cs

tcp

10

10

1720

expc.internal-

domain.net.

internal-

domain.net.

h323ls

udp

10

10

1719

expc.internal-

domain.net.

internal-

domain.net.

h323rs

udp

10

10

1719

expc.internal-

domain.net.

internal-

domain.net.

sip

tcp

10

10

5060

expc.internal-

domain.net.

internal-

domain.net.

sip

udp

3

10

10

5060

expc.internal-

domain.net.

internal-

domain.net.

sips

tcp

10

10

5061

expc.internal-

domain.net.

3 SIP UDP is disabled on Expressway by default.

For example, the DNS records would be:


_h323cs._tcp.internal-domain.net. 86400 IN SRV 10 10 1720 expc.internal-domain.net.
_h323ls._udp.internal-domain.net. 86400 IN SRV 10 10 1719 expc.internal-domain.net.
_h323rs._udp.internal-domain.net. 86400 IN SRV 10 10 1719 expc.internal-domain.net.
_sip._tcp.internal-domain.net. 86400 IN SRV 10 10 5060 expc.internal-domain.net.
_sip._udp.internal-domain.net. 86400 IN SRV 10 10 5060 expc.internal-domain.net.
_sips._tcp.internal-domain.net. 86400 IN SRV 10 10 5061 expc.internal-domain.net.
expc.internal-domain.net. 86400 IN A 10.0.0.2

If you have a cluster of Expressway-Cs, you must set up DNS A and SRV records for each peer/host in the cluster. See Expressway Cluster Creation and Maintenance Deployment Guide for more information.