Skip to content

Instantly share code, notes, and snippets.

@thorerik
Created May 13, 2016 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thorerik/9bd2e2aa792c28deca9f751af06ca3c9 to your computer and use it in GitHub Desktop.
Save thorerik/9bd2e2aa792c28deca9f751af06ca3c9 to your computer and use it in GitHub Desktop.
$ ps -ef | grep dnsmasq
nobody 2375 2049 0 May11 ? 00:00:27 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces --pid-file=/var/run/NetworkManager/dnsmasq.pid --listen-address=127.0.1.1 --cache-size=0 --proxy-dnssec --enable-dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d
thor 14307 5226 0 21:43 pts/2 00:00:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn dnsmasq
lxc-dns+ 19140 1 0 May11 ? 00:00:00 dnsmasq -u lxc-dnsmasq --strict-order --bind-interfaces --pid-file=/run/lxc/dnsmasq.pid --listen-address 10.0.1.1 --dhcp-range 10.0.1.2,10.0.1.254 --dhcp-lease-max=253 --dhcp-no-override --except-interface=lo --interface=lxcbr0 --dhcp-leasefile=/var/lib/misc/dnsmasq.lxcbr0.leases --dhcp-authoritative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment