Skip to content

Instantly share code, notes, and snippets.

@ramielrowe
Created March 31, 2014 21:00
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 ramielrowe/9902124 to your computer and use it in GitHub Desktop.
Save ramielrowe/9902124 to your computer and use it in GitHub Desktop.
stack@ubuntu:~/devstack$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.154.2 0.0.0.0 UG 0 0 0 br100
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 br100
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
192.168.154.0 0.0.0.0 255.255.255.0 U 0 0 0 br100
@rcleere
Copy link

rcleere commented Mar 31, 2014

root@ubuntu:~# ps -aef | grep dns
nobody 3481 1 0 15:36 ? 00:00:00 /usr/sbin/dnsmasq --strict-order --bind-interfaces --conf-file= --pid-file=/opt/stack/data/nova/networks/nova-br100.pid --listen-address=10.0.0.1 --except-interface=lo --dhcp-range=set:private,10.0.0.2,static,255.255.255.0,120s --dhcp-lease-max=256 --dhcp-hostsfile=/opt/stack/data/nova/networks/nova-br100.conf --dhcp-script=/usr/local/bin/nova-dhcpbridge --leasefile-ro --domain=novalocal
root 3482 3481 0 15:36 ? 00:00:00 /usr/sbin/dnsmasq --strict-order --bind-interfaces --conf-file= --pid-file=/opt/stack/data/nova/networks/nova-br100.pid --listen-address=10.0.0.1 --except-interface=lo --dhcp-range=set:private,10.0.0.2,static,255.255.255.0,120s --dhcp-lease-max=256 --dhcp-hostsfile=/opt/stack/data/nova/networks/nova-br100.conf --dhcp-script=/usr/local/bin/nova-dhcpbridge --leasefile-ro --domain=novalocal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment