-3

When I tried to connect my Ubuntu 13.10 to my VM Centos 6.5 using ssh appear the message "Connection refused" or "No route to host" even than I change the port, noting change.

see here

I need to use SSH, VPN and Samba, but this IP in my VM Centos do not work.

How Can I resolve this problem?

Vitor Mazuco
  • 103
  • 3

2 Answers2

1

Your guest OS (the CentOS VM) does not have an IP independent of the host OS (Ubuntu). If you want to ssh into the guest, you will need to set up either NAT networking or a bridged network interface in your hypervisor.

jayhendren
  • 917
  • 4
  • 11
0

I fix this problem to restart sshd in my centos.

See here

Just this...

Vitor Mazuco
  • 103
  • 3