I'm attempting to connect to my KVM host from a remote system, but am unable to connect using virsh.  I'm able to connect if I disable sasl on the KVM host...<div><br></div><div>The KVM host is on CentOS 6 x86_64 with libvirt-0.8.1<br>
<div><br></div><div>Here's the command I'm using, </div><div>---------</div><div><div>$ virsh -c qemu+ssh://kvmhost.tld/system</div><div>error: packet received from server too large</div><div>error: failed to connect to the hypervisor</div>
</div><div><br></div><div><br></div><div>Here's the uncommented lines in my /etc/libvirt/libvirtd.conf</div><div>-----------</div><div><div>listen_tls = 1</div></div><div><div>listen_tcp = 0</div></div><div><div>listen_addr = "...." (set to eth0)</div>
</div><div><div>key_file = "/var/lib/puppet/ssl/private_keys/kvmhost.tld.pem"</div></div><div><div>cert_file = "/var/lib/puppet/ssl/certs/kvmhost.tld.pem"</div></div><div><div>ca_file = "/var/lib/puppet/ssl/certs/ca.pem"</div>
</div><div><div>log_level = 1</div></div><div><div>log_filters="1:remote 1:event"</div></div><div><div>log_outputs="1:syslog:libvirtd 1:file:/var/log/libvirt/libvirtd.log"</div></div><div><br></div><div>
<br></div><div>There is no output in /var/log/libvirt/libvirtd.log while trying to connect remotely through virsh.  The only logs that are generated are /var/log/secure,</div><div>--------------</div><div><div>Sep 30 19:34:53 kvmhost sshd[20074]: Accepted publickey for foreman from 10.1.0.1 port 55269 ssh2</div>
<div>Sep 30 19:34:53 kvmhost sshd[20074]: pam_unix(sshd:session): session opened for user foreman by (uid=0)</div><div>Sep 30 19:34:53 kvmhost sshd[20074]: pam_unix(sshd:session): session closed for user foreman</div></div>
<div><br></div><div>I've also opened up the port through iptables, </div><div><div>1    ACCEPT     tcp  --  <a href="http://0.0.0.0/0">0.0.0.0/0</a>            <a href="http://0.0.0.0/0">0.0.0.0/0</a>           tcp dpt:16514 </div>
</div><div><br></div><div><br></div><div>And I don't see anything being blocked by SELinux during these connection attempts.</div><div><br></div><div>Is there possibly a log filter I could enable to shed more light on this?  Any help is greatly appreciated.</div>
<div><br></div><div>Thanks</div><div>- Trey</div></div>