Nastavte součásti sítí na uzlu výpočtu.
The Linux bridge agent builds layer-2 (bridging and switching) virtual networking infrastructure for instances and handles security groups.
Upravte soubor /etc/neutron/plugins/ml2/linuxbridge_agent.ini
a proveďte následující úkony:
In the [linux_bridge]
section, map the provider virtual network to the
provider physical network interface:
[linux_bridge]
physical_interface_mappings = provider:PROVIDER_INTERFACE_NAME
Replace PROVIDER_INTERFACE_NAME
with the name of the underlying
provider physical network interface. See Vytváření sítě hostitele
for more information.
V části [vxlan]
zakažte překryvné sítě VXLAN:
[vxlan]
enable_vxlan = False
V části [securitygroup]
povolte bezpečnostní skupiny a nastavte ovladač brány firewall :term:`iptables`pro přemostění Linux:
[securitygroup]
...
enable_security_group = True
firewall_driver = neutron.agent.linux.iptables_firewall.IptablesFirewallDriver
Návrat na Nastavení sítě výpočetního uzlu.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.