Connect Linux VM with local machine

Environment:  Win10 x64 + (VMWare + centos)


Issue: failed to connect linux VM with local machine

  •      VM connect network failed.

             Work around: Open NetworkManager service.

  •     Connect VM failed.  

             Work around : Allow port 22 to access the firewall. And open sshd/sssd service.

             iptables -A INPUT -p tcp --dport 22 -j ACCEPT  //add port 22
             iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT
             iptables -L -n // view status



你可能感兴趣的:(linux,issue,linux)