-
Notifications
You must be signed in to change notification settings - Fork 14
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
Setting up and Managing NetworkManager #400
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Shalake for the new fresh insight on this topic :) however, I'd like to propose changes to the article and would like to merge with the SL Micro into a single assembly. Happy to help with the merging :)
<screen> | ||
nmcli device wifi rescan | ||
nmcli device wifi list | ||
</screen> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here I miss what to do if the reconnection does not help.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harneshalaka : Many thanks, I have added my comments and suggestions now.
<step><para>To use DHCP, run the command:</para> | ||
<screen>nmcli connection modify <replaceable>NEWCONNECTION</replaceable> ipv4.method auto</screen></step> | ||
<step><para>To configure a static IPv4 address, network mask, default gateway, DNS servers, and search domain, run the command:</para> | ||
<screen>nmcli connection modify <replaceable>NEWCONNECTION</replaceable> ipv4.method manual ipv4.addresses 192.0.2.1/24 ipv4.gateway 192.0.2.254 ipv4.dns 192.0.2.200 ipv4.dns-search example.com</screen> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check and make sure to follow our guidelines about example items, see https://documentation.suse.com/style/current/single-html/docu_styleguide/#sec-name
…ular into sharne/networkmanager_nmcli
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Please see some suggestions from me here. Thanks!
<!-- S T R U C T U R E --> | ||
<structure renderas="article" xml:id="networkmanager-nmcli" xml:lang="en"> | ||
<merge> | ||
<title>Setting up and Managing Network Connections using &nm;</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<title>Setting up and Managing Network Connections using &nm;</title> | |
<title>Setting Up and Managing Network Connections Using &nm;</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harneshalaka : This fix for the title was not merged yet, in the PDF that I built after your latest fixes from today the article title still reads: 'Setting up and Managing Network Connections using NetworkManager' . Please change as suggested by @dariavladykina - thanks!
Co-authored-by: Daria Vladykina <[email protected]>
Fixed editorial changes. Co-authored-by: Daria Vladykina <[email protected]>
Fixed editorial comments. Co-authored-by: Daria Vladykina <[email protected]> Co-authored-by: Tanja Roth <[email protected]>
Fixed editorial comments. Co-authored-by: Daria Vladykina <[email protected]>
Fixed editorial comments. Co-authored-by: Daria Vladykina <[email protected]>
Fixed editorial comments. Co-authored-by: Daria Vladykina <[email protected]>
Fixed editorial comments. Co-authored-by: Daria Vladykina <[email protected]>
Co-authored-by: Daria Vladykina <[email protected]>
Fixed editorial comments. Co-authored-by: Daria Vladykina <[email protected]>
Co-authored-by: Daria Vladykina <[email protected]>
Co-authored-by: Daria Vladykina <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harneshalaka : Many thanks for integrating all the feedback! My remaining feedback may look much, but it is actually mostly nitpicks. I provided it in form of suggestions wherever possible, so hopefully applying it should not cause too much work (I hope I got the markup correct everywhere - if not, I'm to blame). ;)
Co-authored-by: Tanja Roth <[email protected]>
Co-authored-by: Tanja Roth <[email protected]>
…ular into sharne/networkmanager_nmcli
Co-authored-by: Tanja Roth <[email protected]>
Co-authored-by: Tanja Roth <[email protected]>
Description
Smartdoc describing installation, configuration, logging, and troubleshooting NetworkManager.
Are there any relevant issues/feature requests?
Is this (based on) existing content?
[* old xml:id...
](https://documentation.suse.com/en-us/sle-micro/6.0/html/Micro-network-configuration/index.html)