xen, rdp, windows

Hello guys, i have a problem.
I have server, there xen, on xen 3 virtual maсhines - there are windows. I have ssh access.
So, I need access to rdp from the Internet to one of virtual maсhine. How do I do?
Conclusion ifconfig:

br0       Link encap:Ethernet  HWaddr 00:C1:28:00:39:7B  
          inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:964454 errors:0 dropped:0 overruns:0 frame:0
          TX packets:252247 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:126882994 (121.0 Mb)  TX bytes:32884600 (31.3 Mb)

eth0      Link encap:Ethernet  HWaddr 00:C1:28:00:39:7B  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4848942 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4849188 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1434530975 (1368.0 Mb)  TX bytes:3167704640 (3020.9 Mb)
          Interrupt:19 Base address:0x8000

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:24010 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24010 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2534676 (2.4 Mb)  TX bytes:2534676 (2.4 Mb)

vif1.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF  
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:701254 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1383000 errors:0 dropped:294 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:367063284 (350.0 Mb)  TX bytes:411308577 (392.2 Mb)

vif1.1    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF  
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:731893 errors:0 dropped:293 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:0 (0.0 b)  TX bytes:68127153 (64.9 Mb)

vif2.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF  
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:1281356 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2780022 errors:0 dropped:237 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:2263566937 (2158.7 Mb)  TX bytes:755627785 (720.6 Mb)

vif3.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF  
          UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
          RX packets:1099192 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1917960 errors:0 dropped:37 overruns:0 carrier:0
          collisions:0 txqueuelen:32
          RX bytes:375110960 (357.7 Mb)  TX bytes:324506803 (309.4 Mb)

Thx for help, anyway.

You have to allow it on the window machine itself (search in My Computer properties as far as I remember it is somewhere there). Have You done that already ?

Other than this You need to forward the right ports on Windows firewall. By default I believe TCP port 3389 should be forwarded.

Of course if the xen sits behind some firewall or router with a firewall (which I think is true) the port needs to be forwarded there as well. Consult your router manual on how to do this.

Best regards,
Greg