WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] VNC to a vm

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] VNC to a vm
From: "sagnik dhar" <sagnik.dhar@xxxxxxxxx>
Date: Wed, 2 May 2007 08:56:23 +0530
Delivery-date: Tue, 01 May 2007 20:25:01 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=uMAXPzfFyTCRMaVvoTfeUXPmSrGtRNBU/aqlfRVulSG5ygty9b7IYyL8pse6AEQy+cWMjM8BMZniDTOdmCIQDZoUAa3Bxmg41dfqUTu2hKzZclGVGrNB37g1GqJAgn2/QIzq8K08WvV8dXKms178fgSzE9uWz98q2aXFcIpto7c=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fzXN7MxskamsKmNlYeWbjeADJRGgGCEzMBcpMLrRb/jl8uvtn07ntIvO5AsTcmjQspjdUTWDTM8DVpVRfB+/9vtOdW0+8lhz51PlSW6aT8e9QSkVPoFhPTyyiFcoddVlmVev3YOwcQrPyi1kQq4wHpWGNgLPWfA2/k3ouYIRVgM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hello everybody,

I am quite new to Xen and im running Xen on Ubuntu Dapper. I want to VNC into a VM(domU) from a machine on the local LAN. I have assigned a dummy interface so that i can use that IP address as my VM's IP. The output of ifconfig is:

sagnik@sagnik-desktop:~$ ifconfig
dummy0    Link encap:Ethernet  HWaddr 7E:3A:16:C5:2E:91
          inet addr:192.168.3.1  Bcast:192.168.3.255   Mask:255.255.255.0
          inet6 addr: fe80::7c3a:16ff:fec5:2e91/64 Scope:Link
          UP BROADCAST RUNNING NOARP  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:210 (210.0 b)

eth0      Link encap:Ethernet  HWaddr 00:13:20:78:92:A0
          inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::213:20ff:fe78:92a0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1343 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1487 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1069413 (1.0 MiB)  TX bytes:351076 (342.8 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:5 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:272 (272.0 b)  TX bytes:272 (272.0 b)

But when i try to execute the command vncviewer and give this IP, i get an error message "tcp connection refused".

Am i going wrong in the method for assigning IPs itself ? If yes, please help me out.

Thanks for the help.

Regards,
Sagnik
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] VNC to a vm, sagnik dhar <=