What does Eucalyptus use 172.19/16 for?

Asked by nutznboltz

When I install UEC I see that there are netfilter nat rules in place for 172.19/16 but I can't find documentation explaining why. What does Eucalyptus use 172.19/16 for?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu eucalyptus Edit question
Assignee:
No assignee Edit question
Solved by:
Torsten Spindler
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

172.19/16 is a network shorthand for the network 172.19.0.0

http://open.eucalyptus.com/forum/cannot-access-public-ip-instance-outside-cloud

Notes it too

Revision history for this message
Best Torsten Spindler (tspindler) said :
#2

UEC comes with MANAGED-NOVLAN mode setting for Eucalyptus. The default
network for the instances (virtual machines on the node controller) are
in that range. You can change that setting
in /etc/eucalyptus/eucalyptus.local.conf
Note that the file says you should not edit it directly, but to best of
my knowledge there is no other way to change network settings.

Revision history for this message
nutznboltz (nutznboltz-deactivatedaccount) said :
#3

Thanks Torsten Spindler, that solved my question.

Revision history for this message
nutznboltz (nutznboltz-deactivatedaccount) said :
#4

In case anyone finds this by searching, this is what really solved my problem:

http://open.eucalyptus.com/wiki/EucalyptusNetworkConfiguration_v2.0

Revision history for this message
nutznboltz (nutznboltz-deactivatedaccount) said :
#5

Torsten Spindler, the way to set variables in /etc/eucalyptus/eucalyptus.local.conf without editing it by hand is to put the varibles in another file and use

euca_conf --import-conf MYFILE

on it.

The manual page for euca_conf(8) currently does not document the --import-conf and --upgrade-conf options. The --help option only mentions one of the two

$ euca_conf --help 2>&1 | egrep 'import|upgrade'
   --import-conf <file> import variables from <file> into //etc/eucalyptus/eucalyptus.local.conf

But you can read the /usr/sbin/euca_conf script to see what is done.