Updated step 6 in 4.1 Creating an Ethernet connection to fix DOCTEAM 2148#700
Open
harneshalaka wants to merge 3 commits into
Open
Updated step 6 in 4.1 Creating an Ethernet connection to fix DOCTEAM 2148#700harneshalaka wants to merge 3 commits into
harneshalaka wants to merge 3 commits into
Conversation
grisu48
suggested changes
Jun 11, 2026
grisu48
left a comment
There was a problem hiding this comment.
Good overall work! The wording is IMHO clear and concise. I think there is one minor content error, which needs to be addressed before merge.
| Restart=always</screen> | ||
| </listitem> | ||
| <listitem> | ||
| <para>Centralized Non-Local Binding (Alternative): Instead of managing overrides per service, you can allow applications to safely bind to IPv4 and IPv6 addresses that are not yet fully initialized on the system. Create a custom sysctl file at <filename>/etc/sysctl.d/90-nonlocal_bind.conf</filename> containing the following lines:</para> |
There was a problem hiding this comment.
This method does not require NetworkManager-wait-online.service but acts as an alternative method one step higher.
So this means, there are two methods to achieve the goal to prevent services from failing or experiencing race conditions:
NetworkManager-wait-online.service+ Individual systemd unit overrides- The
nonlocal_bindsetting in sysctl.
Currently I read the document as it would suggest that NetworkManager-wait-online.service is required for both methods. It is not required for the nonlocal_bind setting.
dariavladykina
left a comment
Contributor
There was a problem hiding this comment.
Hi, a suggestion for this one. Thanks!
| <para>Configure the connection profile.</para> | ||
| <para>The generic command syntax is the following:</para> | ||
| <screen>&prompt.sudo;nmcli connection modify <replaceable>CONNECTION_NAME</replaceable> <replaceable>SETTING</replaceable> <replaceable>VALUE</replaceable></screen> | ||
| <para>For example, automatic IP addresses assignment (DHCP or SLAAC) is enabled by default, and you may want to configure a static IP address:</para> |
Contributor
There was a problem hiding this comment.
Suggested change
| <para>For example, automatic IP addresses assignment (DHCP or SLAAC) is enabled by default, and you may want to configure a static IP address:</para> | |
| <para>For example, automatic IP address assignment through DHCP or SLAAC is enabled by default. You may want to configure a static IP address:</para> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR creator: Description
Updated step 6 in 4.1 Creating an Ethernet connection to fix DOCTEAM 2148
PR creator: Are there any relevant issues/feature requests?
PR reviewer: Checklist for editorial review
Apart from the usual checks, please double-check also the following: