miscellaneous (vnc console/networking/windows guest)

Handworker

New Member
Dec 4, 2010
3
0
1
hi there !

I've got a few questions about :


1) VNC Console

After creating and starting a VM Im gonna try to access to the server via VNC Console. Pop Up is shown without any content.

What's wrong ?

2) networking

Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
        address  192.168.178.2
        netmask  255.255.255.0
        gateway  192.168.178.1
        post-up echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp


auto vmbr0
iface vmbr0 inet static
        address  192.168.178.10
        netmask  255.255.255.0
        bridge_ports none
        bridge_stp off
        bridge_fd 0

fine ?

3) windows guest

same @ 1 :-/.


Thanks!
 
1) VNC Console

After creating and starting a VM Im gonna try to access to the server via VNC Console. Pop Up is shown without any content.

What's wrong ?

Most likely you have a broken java installation. What browers/java versions do you use?
 
yepp you are right.

By using Firefox no VNC Content is shown.

Safari works fine :-).


OS : Mac OS X 10.6 Current
Safari current = works
Firefox current stable = doesn't work (fine)
 
edit :

my windows installation was successful but after checking my network settings I noticed that the windows XP isn't in the same network (ip range) as the node.


Node : 192.168.178.XX
XP : 169.139.284.XX


What's wrong ?