LXC Network access

starnetwork

Renowned Member
Dec 8, 2009
430
10
83
Hi,
just installed LXC CentOS 7 Container under new Proxmox v4 Server, and I can't access to the new server via ssh or http
I got ssh: connect to host, port 22: Connection refused
anything special I should do?
iptables and firewalled are disabled

Regards,
 
you need to install/enable SSH inside your CentOS container.

Install:
> yum install openssh-server

Start the service:
> chkconfig sshd on
> service sshd start
 
Hi,
thanks for that, it's work now, I was sure that it's installed by default like VZ Containers
my bad...