Advertisement
Guest User

Network Manager config

a guest
Jul 19th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. # Configuration file for NetworkManager.
  2. #
  3. # See "man 5 NetworkManager.conf" for details.
  4. #
  5. # The directories /usr/lib/NetworkManager/conf.d/ and /var/run/NetworkManager/conf.d/
  6. # can contain additional configuration snippets installed by packages. These files are
  7. # read before NetworkManager.conf and have thus lowest priority.
  8. # The directory /etc/NetworkManager/conf.d/ can contain additional configuration
  9. # snippets. Those snippets are merged last and overwrite the settings from this main
  10. # file.
  11. #
  12. # The files within one conf.d/ directory are read in asciibetical order.
  13. #
  14. # If /etc/NetworkManager/conf.d/ contains a file with the same name as
  15. # /usr/lib/NetworkManager/conf.d/, the latter file is shadowed and thus ignored.
  16. # Hence, to disable loading a file from /usr/lib/NetworkManager/conf.d/ you can
  17. # put an empty file to /etc with the same name. The same applies with respect
  18. # to the directory /var/run/NetworkManager/conf.d where files in /var/run shadow
  19. # /usr/lib and are themselves shadowed by files under /etc.
  20. #
  21. # If two files define the same key, the one that is read afterwards will overwrite
  22. # the previous one.
  23.  
  24. [main]
  25. #plugins=ifcfg-rh,ibft
  26.  
  27.  
  28. [logging]
  29. # When debugging NetworkManager, enabling debug logging is of great help.
  30. #
  31. # Logfiles contain no passwords and little sensitive information. But please
  32. # check before posting the file online. You can also personally hand over the
  33. # logfile to a NM developer to treat it confidential. Meet us on #nm on freenode.
  34. # Please post full logfiles except minimal modifications of private data.
  35. #
  36. # You can also change the log-level at runtime via
  37. # $ nmcli general logging level TRACE domains ALL
  38. # However, usually it's cleaner to enable debug logging
  39. # in the configuration and restart NetworkManager so that
  40. # debug logging is enabled from the start.
  41. #
  42. # You will find the logfiles in syslog, for example via
  43. # $ journalctl -u NetworkManager
  44. #
  45. # Note that debug logging of NetworkManager can be quite verbose. Some messages
  46. # might be rate-limited by the logging daemon (see RateLimitIntervalSec, RateLimitBurst
  47. # in man journald.conf).
  48. #
  49. #level=TRACE
  50. #domains=ALL
  51.  
  52. [device]
  53. wifi.scan-rand-mac-address=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement