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 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ekohl marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@

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.
rh-max marked this conversation as resolved.
Show resolved Hide resolved
+
[IMPORTANT]
====
Disabling these proxy features means {Project} will no longer orchestrate DNS, DHCP, and TFTP, but it does stop or remove the corresponding services.
====

.Procedure

. On {ProjectServer}, enter the following command:
. On {ProjectServer}, enter the following command to disable the Foreman Proxy features for DHCP, DNS, and TFTP:
+
[options="nowrap", subs="+quotes,attributes"]
----
Expand All @@ -15,9 +20,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.
. For every subnet where the {SmartProxy} is set as a TFTP proxy, disable the proxies:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DHCP, DNS, or TFTP. Also, proxy is an upstream word and I don't know for sure how this is branded in downstream.


.. In the {ProjectWebUI}, navigate to *Infrastructure* > *Subnets* and select a subnet.

. Click the *{SmartProxies}* tab and clear the *DHCP {SmartProxy}*, *TFTP {SmartProxy}*, and *Reverse DNS {SmartProxy}* fields.
.. Click the *{SmartProxies}* tab and clear the *DHCP {SmartProxy}*, *TFTP {SmartProxy}*, and *Reverse DNS {SmartProxy}* fields.

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

Expand Down