Public bug reported:

Installed the following topology:
( CLC+Walrus )<---network1--->eth0( CC+SC )eth1<---network2--->( NC )

Everything installed and auto-registered correctly. I registered an image and 
started it with success.
However it's impossible to access that instance (from the CLC or from the CC), 
trying to ping the private address or the public address of the instance fails 
(unreachable).

I traced it back to VNET_PRIVINTERFACE on the CC+SC, which is set to
"eth0" in eucalyptus.conf (should be "eth1").

eucalyptus-udeb.finish-install calls "set_conf_var" to set VNET_PRIVINTERFACE, 
however since it's not present in eucalyptus.local.conf, the sed call won't 
modify it:
sed -i "s/^\\($1\\)=.*/\\1=\"$2\"/"

Setting it to "eth1" and rebooting seems to solve the issue.

** Affects: eucalyptus (Ubuntu)
     Importance: High
         Status: New

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided => High

-- 
VNET_PRIVINTERFACE is not set correctly in a multi-network install
https://bugs.launchpad.net/bugs/534412
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to