![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Technical Instruction Sure Solution 2357530.1 : Diameter Signaling Router (DSR) : How To Determine if Domain Name System (DNS) Port 53 is Open Between DSR Servers
In this Document
Created from <SR 3-16802873141> Applies to:Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.1.0 to DSR 8.1.1 [Release DSR 7.0 to DSR 8.0]Tekelec < GoalWhen preparing for a software upgrade or preparing to execute 'Accept Upgrade' step at the conclusion of software upgrade activities on the Oracle Communications Diameter Signaling Router (DSR) [and/or Subscriber Data Server (SDS) for Full Address Based Resolution (FABR)], it is important to ensure that Domain Name Server (DNS) traffic can traverse between and among all servers in a DSR system. DNS traffic is used to resolve hostname-to-IP Addressing, and traverses IP networks using port 53 on both TCP and UDP. For DSR release 7.1 and above, hostname resolution is achieved exclusively using DNS. Therefore, software upgrades that come from a release prior to DSR 7.1 and upgrade to release 7.1 or later will encounter problems if hostname resolution via DNS is not successful. SolutionNetwork equipment such as firewall appliances, routing & switching gear enforcing access lists, or even kernel based iptables can filter DNS traffic. Although such screens are most likely to be found between equipment pairs that are geographically separated (i.e. NOAM and SOAM), it is recommended to check between co-located servers within and among the DSR network.
Preparing for Software Upgrade to or beyond DSR 7.1: Example terms: Command syntax: nmap -p 53 remoteServer_IP
At this stage, DNS is not operating on the endpoint servers since they are not yet upgraded to/beyond release 7.1 so a warning will be issued regarding reverse DNS. This warning can be ignored. The STATE parameter is the most important. Example command along with example output: [admusr@localServer ~]$ nmap -p 53 10.x.x.x Starting Nmap 5.51 ( http://nmap.org ) at 2018-02-05 16:40 EST Nmap done: 1 IP address (1 host up) scanned in 0.08 seconds STATE above indicates 'closed' which means the specified port (in our case, 53) on the remote server has no application listening on it.
Preparing for 'Accept Upgrade' step at conclusion of DSR upgrade to 7.1 or later software: Upon 'Accept Upgrade' activity, the hostname-to-IP resolution will be conducted exclusively by DNS. Server communication over DNS should be checked/verified prior to 'Accept Upgrade.' Command syntax (same as before): nmap -p 53 remoteServer_IP
Example command along with example output: [admusr@localServer ~]$ nmap -p 53 10.x.x.x Starting Nmap 5.51 ( http://nmap.org ) at 2018-02-05 16:59 EST Nmap done: 1 IP address (1 host up) scanned in 0.10 seconds [admusr@localServer ~]$ STATE above indicates 'open' which means the application on that target server is listening for packets on that port (53) and within the network DNS is not blocked for TCP. Oracle recommends checking DNS communications both prior to beginning a DSR software upgrade and again just prior to accepting the upgrade to verify that DNS communication is available.
Notes: Applies to:Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.1.0 and later Attachments This solution has no attachment |
||||||||||||||||
|