Skip to content

Instantly share code, notes, and snippets.

@bsrgsit
bsrgsit / Devstack Multi Node
Last active December 21, 2016 06:41
Devstack Multi Node setup
Preparation
First, make sure kernel is willing to forward packets
# Edit /etc/sysctl.conf file, make sure ip forwarding is enabled
vim /etc/sysctl.conf
net.ipv4.ip_forward=1
net.ipv4.conf.all.rp_filter=0
net.ipv4.conf.default.rp_filter=0