Difference between revisions of "Networking"

m
corrected two typos
imported>Dalto
(Added static IP section)
m (corrected two typos)
Line 4: Line 4:
=Overview=
=Overview=


Networking on Manjaro generally works out of the box without and special user intervention.  This article presents some specialized circumstances which some users may encounter and provides advice on how to overcome them.
Networking on Manjaro generally works out of the box without any special user intervention.  This article presents some specialized circumstances which some users may encounter and provides advice on how to overcome them.




Line 14: Line 14:


==NetworkManager==
==NetworkManager==
If you are using NetworkManager, this is one solution to the problem.  The NetworkManager's config drop folder is placed in <code>/etc/NetworkManager/confg.d</code>. In this folder you can place snippets which controls how NetworkManager works. The files should be named with a number and a description of its purpose and always end with {{ic|.conf}}. The files are then applied in numerical order from the lowest to the highest. A configuration in a file with a higher number will override what could have been configured in a lower numbered file.
If you are using NetworkManager, this is one solution to the problem.  The NetworkManager's config drop folder is placed in <code>/etc/NetworkManager/conf.d</code>. In this folder you can place snippets which controls how NetworkManager works. The files should be named with a number and a description of its purpose and always end with {{ic|.conf}}. The files are then applied in numerical order from the lowest to the highest. A configuration in a file with a higher number will override what could have been configured in a lower numbered file.


===Use resolvconf===
===Use resolvconf===
1

edit