[Bug 587340] Re: otherwise live instance goes deaf connection refused
waltc
junkwrc at comcast.net
Wed Jun 2 22:42:07 BST 2010
I believe it is 1.6.2
I followed https://help.ubuntu.com/community/UEC/PackageInstall to a tee.
The only variation was rather than installing on a 10.4 image of Ubuntu Server I installed it on Ubuntu Desktop at 10.4.
In order to insure the public addresses given the install script of the
cluster components did not interfere with anything previously in
existence I gave the ip address range 192.168.3.100-192.168.3.130 or
maybe it was 150, I think it was 130 though, so there would be 30
available public IPs.
I do have a VPNC configured but I do not know what magic it does with IP
addresses.
My Netgear router is on 192.168.0.2->192.168.0.254, the netmask is
255.255.0.0
the output from ifconfig is:
eth0 Link encap:Ethernet HWaddr 00:1e:4f:b4:e2:b5
inet addr:192.168.0.6 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: fe80::21e:4fff:feb4:e2b5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3928276 errors:0 dropped:0 overruns:0 frame:0
TX packets:4744355 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2479644119 (2.4 GB) TX bytes:3283396517 (3.2 GB)
Interrupt:17
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:23077137 errors:0 dropped:0 overruns:0 frame:0
TX packets:23077137 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16565722660 (16.5 GB) TX bytes:16565722660 (16.5 GB)
vmnet1 Link encap:Ethernet HWaddr 00:50:56:c0:00:01
inet addr:192.168.5.1 Bcast:192.168.5.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:12230 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
vmnet8 Link encap:Ethernet HWaddr 00:50:56:c0:00:08
inet addr:172.16.207.1 Bcast:172.16.207.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:12239 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
vmnet1 and 8 is, apparently, from VMWare Workstation which I use for a
Windows XP image.
According to the instructions for the aforementioned installation from
packages, the range I gave UEC was a unused, isolated range.
The UEC dhcp.conf is:
walt at cor720:~$ cat /var/run/eucalyptus/net/euca-dhcp.conf
# automatically generated config file for DHCP server
default-lease-time 1200;
max-lease-time 1200;
ddns-update-style none;
shared-network euca {
subnet 172.19.1.0 netmask 255.255.255.224 {
option subnet-mask 255.255.255.224;
option broadcast-address 172.19.1.31;
option domain-name-servers 192.168.0.1, 127.0.0.1;
option routers 172.19.1.1;
}
host node-172.19.1.2 {
hardware ethernet d0:0d:41:31:06:66;
fixed-address 172.19.1.2;
}
host node-172.19.1.3 {
hardware ethernet d0:0d:3E:C4:07:F8;
fixed-address 172.19.1.3;
}
host node-172.19.1.4 {
hardware ethernet d0:0d:39:38:07:41;
fixed-address 172.19.1.4;
}
host node-172.19.1.5 {
hardware ethernet d0:0d:58:A4:0A:49;
fixed-address 172.19.1.5;
}
}
The single node controller machine was installed from a Ubuntu Server
10.4 cd and is reserved the address 192.168.0.12 on the aforementioned
wireless router. On it I constructed the bridged network precisely to
the instructions given in the url noted above:
interface=eth0
bridge=br0
sudo sed -i "s/^iface $interface inet \(.*\)$/iface $interface inet manual\n\nauto br0\niface $bridge inet \1/" /etc/network/interfaces
sudo tee -a /etc/network/interfaces <<EOF
bridge_ports $interface
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
EOF
Feel free to request whatever else I can provide to assist you.
Thanks,
Walt
--
otherwise live instance goes deaf connection refused
https://bugs.launchpad.net/bugs/587340
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
More information about the Ubuntu-server-bugs
mailing list