Openstack Security Groups/Arp Spoof Protection
Everything is blocked by default, open up the ports you want to allow.
On the Controller
1 | nova secgroup-add-rule default tcp 1 65535 0.0.0.0/0 |
-1 signfies all ranges
On the compute
/etc/neutron/plugins/ml2/linuxbridge_agent.ini
1 | [linux_bridge] |