Results 1 to 3 of 3
I'm trying to create Xen VM's,I would like to connect to linux((10.237.214.254) from windows using tightVNC.
$netstat -ntlp
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 6028/qemu-dm
tcp 0 0 10.237.214.254:6000 0.0.0.0:* ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-11-2009 #1
how to connect to specific port in linux (127.0.0.1) from windows using tightVNC?
I'm trying to create Xen VM's,I would like to connect to linux((10.237.214.254) from windows using tightVNC.
$netstat -ntlp
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 6028/qemu-dm
tcp 0 0 10.237.214.254:6000 0.0.0.0:* LISTEN 23010/qemu-dm
I can connect to linux to port 6000 (10.237.214.254:6000) using tightVNC from windows. But how to connect to port 5900 (127.0.0.1:5900)
I tried using 10.237.214.254:5900 ..but it didn't work.
From putty i can telnet into both ports ..but i need connect via tightVNC so that i can install Os on the virtual machine.First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org
- 05-11-2009 #2
If you have VNC server running on Guest OS, You can directly connect to VNC server on GuestOS ip address.
What netwrok setup you have used in Xen?
- 05-12-2009 #3
Acutally i yet to install VM on the allocated harddisk,for that I need to access tightVNC to connect installation image....
I know it's confusing,
I used Enomaly to create and manage VM. While using that i connected via tightVNC since it opened a port 6000 as
tcp 0 0 10.237.214.254:6000 0.0.0.0:* LISTEN 23010/qemu-dm
and installed the guest OS .....Now I'm testing with openQRM which another VM management tool.
which listens to the port 5900 like this.
tcp 0 0 127.0.0.1:5900 0.0.0.0:* LISTEN 6028/qemu-dm
I guess , connection via Enomaly VM worked beacuse it gave me ipaddress
but connection via openQRM not working ..need to work on it.
I may be wrong.First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org


Reply With Quote
