A method implemented by a network device residing in a service domain, wherein the network device comprises an information centric networking (ICN) tr...
分类:
Web程序 时间:
2014-07-25 02:58:55
阅读次数:
596
在windows 2003 sp2 或者 windows 2008 rac环境中,可能会由于默认的SNP( Scalable Networking Pack)特性会导致 实例驱逐或者节点驱逐...
Service InsertionService Insertion是Neutron中实现L4/L7层服务的框架。Neutron以前只有一级插件结构用于实现各种L2层技术(如LinuxBridge,OVS等,部署时分两块:用于和数据库打交道的NeutronPlugin+用于干实际事情的L2Agent...
分类:
其他好文 时间:
2014-07-22 22:45:12
阅读次数:
303
# 配置ip# /etc/iproute2/rt_tables增加2个路由表200 telecom201 unicom# /etc/rc.local添加原路返回路由(可以将以下内容写入/etc/init.d/networking脚本中)ip route flush table telecomip r...
分类:
移动开发 时间:
2014-07-22 22:44:33
阅读次数:
240
GRE模式下,如果MTU和Offloading配置不当,会严重降低网络性能(https://ask.openstack.org/en/question/6140/quantum-neutron-gre-slow-performance/)。RDO推荐以下的配置(http://openstack.re...
分类:
其他好文 时间:
2014-07-22 22:43:13
阅读次数:
333
neutron-server是neutron的核心组件之一,负责直接接收外部请求,然后调用后端相应plugin进行处理。
其核心启动过程代码主要在neutron.server包中。
__init__.py文件中包括一个main()函数,是WSGI服务器开始的模块,并且通过调用serve_wsgi来创建一个NeutronApiService的实例。然后通过eventlet的greenpool...
分类:
其他好文 时间:
2014-07-22 14:15:44
阅读次数:
247
OpenStack Neutron FWaaS 学习 ( by quqi99 )作者:张华 发表于:2013-06-24版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明( http://blog.csdn.net/quqi99 ) 另一篇和防火墙相关的文章,Op...
分类:
其他好文 时间:
2014-07-22 00:22:33
阅读次数:
290
目前,Neutron有一个QoS的proposal(https://wiki.openstack.org/wiki/Neutron/QoS#Documents),但是只有Ciscso和NVP插件实现了QoS功能,其他插件还未实现。因而,如果想在Neutron中来做网络QoS,还需要额外费些力。一、基...
分类:
Web程序 时间:
2014-07-22 00:16:37
阅读次数:
497
配置interfaces文件后用/etc/init.d/networking restart命令重启网络配置出现以下错误 * Running /etc/init.d/networking restart is deprecated because it may not enable again so...
分类:
其他好文 时间:
2014-07-22 00:03:37
阅读次数:
454
上周花了几天研究了一下Openstack的SecurityGroup防火墙规则,总结下上周的成果。一、介绍下我的环境。操作系统:RHEL6.4+Openstack官方内核Openstack版本:Havana网络模式:ML2+Linuxbridge租户网络:VLAN二、Iptables流向INPUTneutron-linuxbri-INPUTneutron-linuxbri-o45d1d..
分类:
其他好文 时间:
2014-07-21 12:25:13
阅读次数:
248