
上一节我们介绍了路由服务(Routing)的基本功能,今天教大家如何配置。
Neutron 的路由服务是由 l3 agent 提供的。
除此之外,l3 agent 通过 iptables 提供 firewall 和 floating ip 服务。

l3 agent 需要正确配置才能工作,配置文件为 /etc/neutron/l3_agent.ini,位于控制节点或网络节点上。

interface_driver 是最重要的选项,如果 mechanism driver 是 linux bridge,则:
interface_driver = neutron.agent.linux.interface.BridgeInterfaceDriver
如果选用 open vswitch,则:
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
l3 agent 运行在控制或网络节点上。

可以看到 l3 agnet 已经正常启动,下节我们就来创建 router。

本文介绍如何配置OpenStack Neutron的路由服务。l3agent负责提供路由、防火墙及浮动IP服务,其正确配置至关重要。文章详细解释了如何根据所选的机制驱动设置interface_driver选项。
&spm=1001.2101.3001.5002&articleId=52810293&d=1&t=3&u=c4704f5dbb9b47e9a8249024242070e8)
6018

被折叠的 条评论
为什么被折叠?



