UTORrecover - NetWorker TCP/IP and Firewall Checklist
Firewall Ports
Windows Installs: Ensure all 3 Windows firewalls (private, domain and public) are opened to the list of NetWorker Servers listed below.
Default Ports
Customizing Ports
After upgrading or doing a fresh install of the NetWorker server you can run this command to see the ports set by NetWorker: nsrports
. Output will look like this:
Service ports: 7937-9936
Connection ports: 0-0
# or
Service ports: 7937-9936
Connection ports: 10001-30000
If you need to change them, you can run the following commands. They must be run separately, and you will need to stop and start NetWorker to have them take effect:
nsrports -S 7937-9936
nsrports -C 10001-30000
TCP/IP Requirements
The following requirements are checked when submitting a NetWorker client Connectivity request (How-to check NetWorker client connectivity for UTORrecover )
hostname
command returns on the system must match the name that the IP address resolves to when using the nslookup
command.nslookup
command, must resolve the IP address of the host to the same hostname that you defined for the NIC that NetWorker uses._
).Linux
hosts
file on your server, /etc/hosts
on *nix based systems, will increase backup speeds by reducing DNS queries./etc/hosts
file on each Solaris and Linux NetWorker host must contain an entry for the IPv4 loopback address. For example, on Linux the /etc/hosts file contains the following entries by default: 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
On a Linux NetWorker Server, the NetWorker daemons cannot start when the IP address 127.0.0.1
is inaccessible on the loopback interface. This requirement is true even in an IPv6-only environment
Windows
hosts
file on your server, C:\Windows\System32\drivers\etc\hosts
on Windows, will increase backup speeds by reducing DNS queries.hosts
file settings for the IPv4 loopback address on Windows hosts.
University of Toronto - Since 1827