Advertisement
cetex

Untitled

Oct 13th, 2014
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #Changing this file most likely means you have to reload network-manager:
  2. # service network-manager restart
  3. cat /etc/NetworkManager/NetworkManager.conf
  4. [main]
  5. plugins=ifupdown,keyfile,ofono
  6. dns=dnsmasq # This is the default
  7. #dns=dnsmasq # change the former line to this to comment it out and disable dnsmasq (makes network-manager use /etc/resolv.conf instead)
  8.  
  9.  
  10. no-auto-default=<mac address>
  11.  
  12.  
  13. [ifupdown]
  14. managed=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement