Konfigurasi Linux bridge agent
pada linux bridge agent builds layer-2 (bridging dan switching) virtual networking infrastructure untuk instances termasuk VXLAN tunnels untuk private networks dan handles security groups.
Edit the /etc/neutron/plugins/ml2/linuxbridge_agent.ini file and complete the following actions:
nano /etc/neutron/plugins/ml2/linuxbridge_agent.inipada bagian [linux_bridge], map public virtual network ke public physical network interface:
[linux_bridge]ganti PUBLIC_INTERFACE_NAME dengan nama interface public ( bridge / NAT ).
physical_interface_mappings = public:PUBLIC_INTERFACE_NAME
pada [vxlan], disable VXLAN overlay networks:
[vxlan]pada [agent], enable ARP spoofing protection:
enable_vxlan = False
[agent]pada bagian [securitygroup], enable security groups dan konfigurasi Linux bridge iptables firewall driver:
...
prevent_arp_spoofing = True
[securitygroup]
...
enable_security_group = True
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
0 Response to "Networking Option 1: Provider networks pada Compute node"
Post a Comment