特殊:Badtitle/NS100:UEC/Tips

来自Ubuntu中文
Wikibot留言 | 贡献2010年5月20日 (四) 00:39的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :UEC/Tips/zh | | {{#ifexist: UEC/Tips/zh | | {{#ifeq: {{#titleparts:UEC/Tips|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:UEC/Tips|1|-1|}} | zh | | }}

The goal of this page is to document little tips or tricks for working with UEC that don't fit other places.

Multiple DHCP Servers / MAC Filtering

The installation of a CloudController adds a dhcp server to the network. It is managed and will only respond to instances. However, if you have another dhcp server on your same network, it may also respond, which could wreak havoc. Eucalyptus creates its instances with MAC addresses starting with d0:0d. This means that you can configure the other dhcp server on the network to ignore instance requests by filtering on that MAC address. This can be accomplished in dnsmasq (used by dd-wrt or other wrt projects) by adding the following to the config:

dhcp-host=d0:0d:*:*:*:*,ignore