From f52224c4bb53be639b77aa3ed2028e96ab91b8b3 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 3 May 2011 19:54:08 +0000 Subject: [PATCH] Default to open ended listen with the password protection git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9483 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kvm.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index 51b52a80b..0ff57a0e8 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -627,6 +627,7 @@ sub build_xmldesc { $xtree{devices}->{graphics}->{type}='vnc'; } $xtree{devices}->{graphics}->{autoport}='yes'; + $xtree{devices}->{graphics}->{listen}='0.0.0.0'; $xtree{devices}->{graphics}->{password}=genpassword(16); $xtree{devices}->{sound}->{model}='ac97';