Display network doen't work for me
I have installed RHEV (with FreeIPA).
There are two networks in RHEVM. Display network 172.17.205.200/29 and rhevm network 172.17.192.128/26. Display and rhevm networks are in different VLANs. Both RHEVM and RHEVH hosts has display and rhevm IPs.
There are two desktops which connect to network via Cisco VPN. First (adminitrator) desktop has access to rhevm and display network. RHEVM and spice work fine. Second desktop has not access to rhevm network (Cisco admin prohibits this access). User can access UserPortal but spice doesn't work because spice client tries to connect to rhevm IP. So all spice traffic goes throught rhevm network. Why?
Responses
the display network problem should have been fixed by vdsm-4.9-112.2.el6 , changes posted upstream at http://gerrit.ovirt.org/255
Need to separate two things here
1. display network setting means the set network will be the one where VMs from the relevant cluster will be listening for spice/vnc connections.
Does this work OK? When you start a VM, check for `ps -ef |grep qemu` and see where the spice/vnc listener is attached
2. when you use a client machine, and try to connect to a VM's console, the client should know on which network to try accessing the console.
So if you look at the connections, do you see the spice client go to the right ports on the right host via the right network?
http://rhn.redhat.com/errata/RHBA-2012-0012.html
seems like the issue should be resolved in vdsm 112.4
please make sure you're up to date