Failure to Log In to a ContainerThe Container starts successfully, but you cannot log in. Solution 1
You are trying to connect via SSH, but access is denied. Probably you have not set the password of the
# prlctl set 101 --userpasswd root:secret Solution 2 Check forwarding settings by issuing the following command: # cat /proc/sys/ipv4/conf/venet0/forwarding If it is 0 then change it to 1 by issuing the following command: # echo 1 > /proc/sys/ipv4/conf/venet0/forwarding |
||||
|