Skip to content

Instantly share code, notes, and snippets.

@miticojo
Created June 16, 2016 09:26
Show Gist options
  • Save miticojo/629346961671481c7ff0cf2228cc3153 to your computer and use it in GitHub Desktop.
Save miticojo/629346961671481c7ff0cf2228cc3153 to your computer and use it in GitHub Desktop.
IPA SERVER TCP/UDP PORT FOR REPLICA
Check connection from replica to remote master 'XXXX':
Directory Service: Unsecure port (389): OK
Directory Service: Secure port (636): OK
Kerberos KDC: TCP (88): OK
Kerberos Kpasswd: TCP (464): OK
HTTP Server: Unsecure port (80): OK
HTTP Server: Secure port (443): OK
PKI-CA: Directory Service port (7389): OK
The following list of ports use UDP protocol and would need to be
checked manually:
Kerberos KDC: UDP (88): SKIPPED
Kerberos Kpasswd: UDP (464): SKIPPED
Connection from replica to master is OK.
Start listening on required ports for remote master check
Get credentials to log in to remote master
admin@XXX.INT password:
Execute check on remote master
Check connection from master to remote replica 'XXXXXXXXX':
Directory Service: Unsecure port (389): OK
Directory Service: Secure port (636): OK
Kerberos KDC: TCP (88): OK
Kerberos KDC: UDP (88): OK
Kerberos Kpasswd: TCP (464): OK
Kerberos Kpasswd: UDP (464): OK
HTTP Server: Unsecure port (80): OK
HTTP Server: Secure port (443): OK
PKI-CA: Directory Service port (7389): OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment