traceroute output:

ubu...@cempedak:~/uec-testing-scripts$ sudo traceroute -n -p 22 -P tcp 
10.55.55.100
[sudo] password for ubuntu: 
traceroute to 10.55.55.100 (10.55.55.100), 30 hops max, 60 byte packets
 1  10.55.55.100  12.337 ms  0.062 ms  0.057 ms
 2  * * *
 3  * * *
 4  *^C
ubu...@cempedak:~/uec-testing-scripts$ 

SSH try from Cempedak (the CLC):

ubu...@cempedak:~/uec-testing-scripts$ ssh -vv 10.55.55.100
OpenSSH_5.3p1 Debian-3ubuntu3, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 10.55.55.100 [10.55.55.100] port 22.
debug1: connect to address 10.55.55.100 port 22: Connection timed out
ssh: connect to host 10.55.55.100 port 22: Connection timed out
ubu...@cempedak:~/uec-testing-scripts$ 


SSH try from Marula (the CC):

ubu...@marula:~$ ssh -o UserKnownHostsFile=/dev/null -o 
StrictHostKeyChecking=no -i ./uectest-k0.priv  ubu...@10.55.55.100
Warning: Permanently added '10.55.55.100' (RSA) to the list of known hosts.
Permission denied (publickey). <--- expected, since I had not added a key (and 
was using the one from the uec_test run)
ubu...@marula:~$

-- 
multi-machine topology, cannot reach an instance from the CLC
https://bugs.launchpad.net/bugs/559230
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