当前位置:编程学习 > 网站相关 >>

怎样让VM自己管理DHCP

由于应用的需求,我现在需要一个VM从另一个管理机VM通过netboot进行网络启动。
这样就要求管理机VM上有DHCP服务。
但是openstack grizzly默认好像是不允许这样的。
网上查到说要把anti-spoofing diable了,

To disable anti-spoofing the filter set in the python code in
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/firewall.py
which had been:
filter_set = ['no-mac-spoofing',
'no-ip-spoofing',
'no-arp-spoofing']

should be changed to

filter_set = []
"
但我试了,不行

我的环境是openstack grizzly,网络是linuxbridge模式 Vlan
linuxbridge openstack
补充:云计算 ,  OpenStack
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,