Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing steps for disabling TFTP and DNS #3509

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
= Disabling DNS, DHCP, and TFTP for unmanaged networks

If you want to manage TFTP, DHCP, and DNS services manually, you must prevent {Project} from maintaining these services on the operating system and disable orchestration to avoid DHCP and DNS validation errors.
However, {Project} does not remove the back-end services on the operating system.

[IMPORTANT]
====
Disabling these {SmartProxy} features means {Project} will no longer orchestrate DNS, DHCP, and TFTP, but it does not stop or remove the corresponding services.
====

.Procedure

. On {ProjectServer}, enter the following command:
. Disable DHCP, DNS, and TFTP integration on your {ProjectServer}:
+
[options="nowrap", subs="+quotes,attributes"]
----
Expand All @@ -15,9 +19,11 @@ However, {Project} does not remove the back-end services on the operating system
--foreman-proxy-tftp false
----

. In the {ProjectWebUI}, navigate to *Infrastructure* > *Subnets* and select a subnet.
. Disable the {SmartProxy} integration for every subnet:

. Click the *{SmartProxies}* tab and clear the *DHCP {SmartProxy}*, *TFTP {SmartProxy}*, and *Reverse DNS {SmartProxy}* fields.
.. In the {ProjectWebUI}, navigate to *Infrastructure* > *Subnets*.
.. Select a subnet.
.. On the *{SmartProxies}* tab, clear the *DHCP {SmartProxy}*, *TFTP {SmartProxy}*, and *Reverse DNS {SmartProxy}* fields.

. In the {ProjectWebUI}, navigate to *Infrastructure* > *Domains* and select a domain.

Expand Down
Loading