Diff for "UEC/Tips"


Differences between revisions 2 and 3
Revision 2 as of 2009-12-18 23:58:04
Size: 773
Editor: 192
Comment:
Revision 3 as of 2010-04-22 20:54:21
Size: 779
Editor: d14-69-66-169
Comment: change dhcp-host ignore to include all tokens of a mac addr (wildcard across tokens doens't seem to work)
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
dhcp-host=d0:0d:*,ignore dhcp-host=d0:0d:*:*:*:*,ignore

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

UEC/Tips (last edited 2010-09-29 06:31:39 by mx)