webvirtmgr
webvirtmgr copied to clipboard
not connected ([Errno 111] Connection refused)
not connected ([Errno 111] Connection refused) in WebVirtMgr.Anyone plz help
You gave very few details, so I'm having to guess, but it sounds like webvirtmgr can't connect to your hypervisor. What kind of connection do you have to the hypervisor? SSH? TCP? Local Socket? TLS? If it is anything other than local socket, see if you can ping the hypervisor from the webvirtmgr server.
Depending on how you are connecting, the port number will vary, but I know it's 22 for SSH (by default of course, if you have changed the SSH port on your hypervisor then it will be different). You can test to see if the port is open from the webvirtmgr by installing nmap, and then doing something like 'nmap -p22 192.168.7.23' (Assuming that you are using SSH on the default port (22) and the hypervisor IP is 192.168.7.23, adjust as necessary). If it doesn't say the port is open, investigate the network between the two: there may be a firewall (or even a firewall running on the hypervisor).