Optionally Configure the Tang Server to Run on a Specified Port
What Do You Need?
-
The Tang package must be installed, and the Tang socket must be enabled in Systemd. See Install the Tang Package and Enable the Tang Socket in Systemd for information on how to do this.
-
In Oracle Linux 10, you need to install the
policycoreutils-python-utils
package before you can use the SELinuxsemanage
command. You can install the package by running the following command:sudo dnf install policycoreutils-python-utils
By default, Tang runs on TCP port 80. If you intend to override this setting to run a Tang server on another port, you must configure SELinux so that Tang works with the required TCP port.
You must configure the firewall to allow traffic to reach the configured TCP port. See Update the Firewall Policy to configure the firewall.