PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.virtualserver > Cannot Remote Desktop into Virtual Machine
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Cannot Remote Desktop into Virtual Machine

Réponse
 
LinkBack Outils de la discussion
Vieux 01/04/2008, 18h55   #1
JohnnyF
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Cannot Remote Desktop into Virtual Machine

I have a 2003 Server running Virtual Server 2005 with all updates.

I have only one Virtual Machine running. The VM is a server 2003 machine.
The VM 2003 Server can access the network and Internet. I can ping it from
desktops on the LAN and other servers. Everything seems to be working as
expected except one thing. I cannot Remote Desktop (Terminal Service) into
the VM from any PCs.

When I am at my desk I Remote Desktop into all my other servers to do Admin
stuff. When I try to get into this VM I get "This computer can not connect
to the remote computer". I can ping the VM and from Windows Explorer I can
view the VMs files. (\\util2\c$) I have tried it from 3 or 4 different
machines.

So I guess the first thing to ask is, Can you Terminal Service into a VM or
do you HAVE to use the VMRC?

I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
have been trying to get this going for a week now and I am running out of
ideas.

Any thoughts?

Thanks,
  Réponse avec citation
Vieux 01/04/2008, 19h18   #2
Robert Comer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot Remote Desktop into Virtual Machine

Yes, you definitely can use RDP (Terminal Services) into a VM running
on Virtual Server, there is no requirement to only use VMRC.

>I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
>have been trying to get this going for a week now and I am running out of
>ideas.


I would suspect a firewall somewhere is getting you, but it's real
hard to tell.

First thing I'd try is a NETSTAT -a in the VM to see if it's even
listening on the normal RDP port 3389.

--
Bob Comer


On Tue, 1 Apr 2008 10:55:01 -0700, JohnnyF
<JohnnyF@discussions.microsoft.com> wrote:

>I have a 2003 Server running Virtual Server 2005 with all updates.
>
>I have only one Virtual Machine running. The VM is a server 2003 machine.
>The VM 2003 Server can access the network and Internet. I can ping it from
>desktops on the LAN and other servers. Everything seems to be working as
>expected except one thing. I cannot Remote Desktop (Terminal Service) into
>the VM from any PCs.
>
>When I am at my desk I Remote Desktop into all my other servers to do Admin
>stuff. When I try to get into this VM I get "This computer can not connect
>to the remote computer". I can ping the VM and from Windows Explorer I can
>view the VMs files. (\\util2\c$) I have tried it from 3 or 4 different
>machines.
>
>So I guess the first thing to ask is, Can you Terminal Service into a VM or
>do you HAVE to use the VMRC?
>
>I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
>have been trying to get this going for a week now and I am running out of
>ideas.
>
>Any thoughts?
>
>Thanks,

  Réponse avec citation
Vieux 01/04/2008, 19h29   #3
Bo Berglund
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot Remote Desktop into Virtual Machine

On Tue, 1 Apr 2008 10:55:01 -0700, JohnnyF
<JohnnyF@discussions.microsoft.com> wrote:

>So I guess the first thing to ask is, Can you Terminal Service into a VM or
>do you HAVE to use the VMRC?


Yes you can, I have a Win2003 Enterprise Server running under
VirtualServer 2005 on my XP-Pro host and whenever I want to do admin
stuff on it I use RDP. I think that I have never even used the VMRC+
console for this.

There is something else getting you.
Maybe the guest does not recognize you as a valid user?


Bo Berglund
  Réponse avec citation
Vieux 01/04/2008, 19h53   #4
JohnnyF
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot Remote Desktop into Virtual Machine

Thanks for the quick response Bob.

I know it is not a firewall. I have other servers on the same switch and
they can interact with the VM server in every way but RDP. However, when I
did the Netstat -a it does not show that it is listening on port 3389 (see
below). I did verify in the registry it was set to the default 3389. I also
checked the Services and it shows Terminal Services is Started. One funny
thing though is that when you highlight Terminal Services it will not let you
stop or restart the service. Those buttons are grayed out.

So not Listening on 3389 my be the issue but since it says it is started and
since I can not Stop or restart the service, I am not sure what is next.

Bo, I did try and RDP in using the VMs local admin account but I still get
the same response.

I appreciate both of you taking the time to respond. if you have any other
ideas, I would be glad to hear them. Thanks. John

Proto Local Address Foreign Address State
TCP util2:http util2.hhhhh.local:0 LISTENING
TCP util2:epmap util2.hhhhh.local:0 LISTENING
TCP util2:microsoft-ds util2.hhhhh.local:0 LISTENING
TCP util2:1025 util2.hhhhh.local:0 LISTENING
TCP util2:1037 util2.hhhhh.local:0 LISTENING
TCP util2:1240 util2.hhhhh.local:0 LISTENING
TCP util2:netbios-ssn util2.hhhhh.local:0 LISTENING
TCP util2:netbios-ssn util2.hhhhh.local:0 LISTENING
TCP util2:2314 exchange1.hhhhh.local:epmap ESTABLISHED
TCP util2:2315 exchange1.hhhhh.local:1026 ESTABLISHED
TCP util2:ms-wbt-server util2.hhhhh.local:0 LISTENING
UDP util2:microsoft-ds *:*
UDP util2:isakmp *:*
UDP util2:1026 *:*
UDP util2:1027 *:*
UDP util2:2320 *:*
UDP util2:ipsec-msft *:*
UDP util2:ntp *:*
UDP util2:1028 *:*
UDP util2:1067 *:*
UDP util2:1092 *:*
UDP util2:ntp *:*
UDP util2:netbios-ns *:*
UDP util2:netbios-dgm *:*
UDP util2:ntp *:*
UDP util2:netbios-ns *:*
UDP util2:netbios-dgm *:*

"Robert Comer" wrote:

> Yes, you definitely can use RDP (Terminal Services) into a VM running
> on Virtual Server, there is no requirement to only use VMRC.
>
> >I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
> >have been trying to get this going for a week now and I am running out of
> >ideas.

>
> I would suspect a firewall somewhere is getting you, but it's real
> hard to tell.
>
> First thing I'd try is a NETSTAT -a in the VM to see if it's even
> listening on the normal RDP port 3389.
>
> --
> Bob Comer
>
>
> On Tue, 1 Apr 2008 10:55:01 -0700, JohnnyF
> <JohnnyF@discussions.microsoft.com> wrote:
>
> >I have a 2003 Server running Virtual Server 2005 with all updates.
> >
> >I have only one Virtual Machine running. The VM is a server 2003 machine.
> >The VM 2003 Server can access the network and Internet. I can ping it from
> >desktops on the LAN and other servers. Everything seems to be working as
> >expected except one thing. I cannot Remote Desktop (Terminal Service) into
> >the VM from any PCs.
> >
> >When I am at my desk I Remote Desktop into all my other servers to do Admin
> >stuff. When I try to get into this VM I get "This computer can not connect
> >to the remote computer". I can ping the VM and from Windows Explorer I can
> >view the VMs files. (\\util2\c$) I have tried it from 3 or 4 different
> >machines.
> >
> >So I guess the first thing to ask is, Can you Terminal Service into a VM or
> >do you HAVE to use the VMRC?
> >
> >I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
> >have been trying to get this going for a week now and I am running out of
> >ideas.
> >
> >Any thoughts?
> >
> >Thanks,

>

  Réponse avec citation
Vieux 01/04/2008, 20h11   #5
Robert Comer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot Remote Desktop into Virtual Machine

I just did some testing on my own W2K3 R2 server and the netstat
command output looks a little funny, but there is one sure way to see
if it's listening --

netstat -an|find "3389"

I wasn't able to see 3389 in the netstat -a command either.

Actually, now that I look harder, I think this line describe RDP:

TCP x3500cwu:ms-wbt-server x3500cwu.cwusa.local:0 LISTENING


--
Bob Comer




On Tue, 1 Apr 2008 11:53:01 -0700, JohnnyF
<JohnnyF@discussions.microsoft.com> wrote:

>Thanks for the quick response Bob.
>
>I know it is not a firewall. I have other servers on the same switch and
>they can interact with the VM server in every way but RDP. However, when I
>did the Netstat -a it does not show that it is listening on port 3389 (see
>below). I did verify in the registry it was set to the default 3389. I also
>checked the Services and it shows Terminal Services is Started. One funny
>thing though is that when you highlight Terminal Services it will not let you
>stop or restart the service. Those buttons are grayed out.
>
>So not Listening on 3389 my be the issue but since it says it is started and
>since I can not Stop or restart the service, I am not sure what is next.
>
>Bo, I did try and RDP in using the VMs local admin account but I still get
>the same response.
>
>I appreciate both of you taking the time to respond. if you have any other
>ideas, I would be glad to hear them. Thanks. John
>
> Proto Local Address Foreign Address State
> TCP util2:http util2.hhhhh.local:0 LISTENING
> TCP util2:epmap util2.hhhhh.local:0 LISTENING
> TCP util2:microsoft-ds util2.hhhhh.local:0 LISTENING
> TCP util2:1025 util2.hhhhh.local:0 LISTENING
> TCP util2:1037 util2.hhhhh.local:0 LISTENING
> TCP util2:1240 util2.hhhhh.local:0 LISTENING
> TCP util2:netbios-ssn util2.hhhhh.local:0 LISTENING
> TCP util2:netbios-ssn util2.hhhhh.local:0 LISTENING
> TCP util2:2314 exchange1.hhhhh.local:epmap ESTABLISHED
> TCP util2:2315 exchange1.hhhhh.local:1026 ESTABLISHED
> TCP util2:ms-wbt-server util2.hhhhh.local:0 LISTENING
> UDP util2:microsoft-ds *:*
> UDP util2:isakmp *:*
> UDP util2:1026 *:*
> UDP util2:1027 *:*
> UDP util2:2320 *:*
> UDP util2:ipsec-msft *:*
> UDP util2:ntp *:*
> UDP util2:1028 *:*
> UDP util2:1067 *:*
> UDP util2:1092 *:*
> UDP util2:ntp *:*
> UDP util2:netbios-ns *:*
> UDP util2:netbios-dgm *:*
> UDP util2:ntp *:*
> UDP util2:netbios-ns *:*
> UDP util2:netbios-dgm *:*
>
>"Robert Comer" wrote:
>
>> Yes, you definitely can use RDP (Terminal Services) into a VM running
>> on Virtual Server, there is no requirement to only use VMRC.
>>
>> >I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
>> >have been trying to get this going for a week now and I am running out of
>> >ideas.

>>
>> I would suspect a firewall somewhere is getting you, but it's real
>> hard to tell.
>>
>> First thing I'd try is a NETSTAT -a in the VM to see if it's even
>> listening on the normal RDP port 3389.
>>
>> --
>> Bob Comer
>>
>>
>> On Tue, 1 Apr 2008 10:55:01 -0700, JohnnyF
>> <JohnnyF@discussions.microsoft.com> wrote:
>>
>> >I have a 2003 Server running Virtual Server 2005 with all updates.
>> >
>> >I have only one Virtual Machine running. The VM is a server 2003 machine.
>> >The VM 2003 Server can access the network and Internet. I can ping it from
>> >desktops on the LAN and other servers. Everything seems to be working as
>> >expected except one thing. I cannot Remote Desktop (Terminal Service) into
>> >the VM from any PCs.
>> >
>> >When I am at my desk I Remote Desktop into all my other servers to do Admin
>> >stuff. When I try to get into this VM I get "This computer can not connect
>> >to the remote computer". I can ping the VM and from Windows Explorer I can
>> >view the VMs files. (\\util2\c$) I have tried it from 3 or 4 different
>> >machines.
>> >
>> >So I guess the first thing to ask is, Can you Terminal Service into a VM or
>> >do you HAVE to use the VMRC?
>> >
>> >I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
>> >have been trying to get this going for a week now and I am running out of
>> >ideas.
>> >
>> >Any thoughts?
>> >
>> >Thanks,

>>

  Réponse avec citation
Vieux 01/04/2008, 20h26   #6
JohnnyF
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot Remote Desktop into Virtual Machine

Yep, that shoots that idea. This is what I get:

C:\Documents and Settings\hhhhadmin>netstat -an|find "3389"
TCP 172.16.10.11:3389 0.0.0.0:0 LISTENING

So it appears to be Listening. I assume the 0.0.0.0:0 indicates it is not
connected to anyone at the moment.

So now that we know it is listening, I need to figure out why it won't
Answer! Maybe I have Voice Mail turned on?

Thanks for the input, I'll keep searching.

John.

"Robert Comer" wrote:

> I just did some testing on my own W2K3 R2 server and the netstat
> command output looks a little funny, but there is one sure way to see
> if it's listening --
>
> netstat -an|find "3389"
>
> I wasn't able to see 3389 in the netstat -a command either.
>
> Actually, now that I look harder, I think this line describe RDP:
>
> TCP x3500cwu:ms-wbt-server x3500cwu.cwusa.local:0 LISTENING
>
>
> --
> Bob Comer
>
>
>
>
> On Tue, 1 Apr 2008 11:53:01 -0700, JohnnyF
> <JohnnyF@discussions.microsoft.com> wrote:
>
> >Thanks for the quick response Bob.
> >
> >I know it is not a firewall. I have other servers on the same switch and
> >they can interact with the VM server in every way but RDP. However, when I
> >did the Netstat -a it does not show that it is listening on port 3389 (see
> >below). I did verify in the registry it was set to the default 3389. I also
> >checked the Services and it shows Terminal Services is Started. One funny
> >thing though is that when you highlight Terminal Services it will not let you
> >stop or restart the service. Those buttons are grayed out.
> >
> >So not Listening on 3389 my be the issue but since it says it is started and
> >since I can not Stop or restart the service, I am not sure what is next.
> >
> >Bo, I did try and RDP in using the VMs local admin account but I still get
> >the same response.
> >
> >I appreciate both of you taking the time to respond. if you have any other
> >ideas, I would be glad to hear them. Thanks. John
> >
> > Proto Local Address Foreign Address State
> > TCP util2:http util2.hhhhh.local:0 LISTENING
> > TCP util2:epmap util2.hhhhh.local:0 LISTENING
> > TCP util2:microsoft-ds util2.hhhhh.local:0 LISTENING
> > TCP util2:1025 util2.hhhhh.local:0 LISTENING
> > TCP util2:1037 util2.hhhhh.local:0 LISTENING
> > TCP util2:1240 util2.hhhhh.local:0 LISTENING
> > TCP util2:netbios-ssn util2.hhhhh.local:0 LISTENING
> > TCP util2:netbios-ssn util2.hhhhh.local:0 LISTENING
> > TCP util2:2314 exchange1.hhhhh.local:epmap ESTABLISHED
> > TCP util2:2315 exchange1.hhhhh.local:1026 ESTABLISHED
> > TCP util2:ms-wbt-server util2.hhhhh.local:0 LISTENING
> > UDP util2:microsoft-ds *:*
> > UDP util2:isakmp *:*
> > UDP util2:1026 *:*
> > UDP util2:1027 *:*
> > UDP util2:2320 *:*
> > UDP util2:ipsec-msft *:*
> > UDP util2:ntp *:*
> > UDP util2:1028 *:*
> > UDP util2:1067 *:*
> > UDP util2:1092 *:*
> > UDP util2:ntp *:*
> > UDP util2:netbios-ns *:*
> > UDP util2:netbios-dgm *:*
> > UDP util2:ntp *:*
> > UDP util2:netbios-ns *:*
> > UDP util2:netbios-dgm *:*
> >
> >"Robert Comer" wrote:
> >
> >> Yes, you definitely can use RDP (Terminal Services) into a VM running
> >> on Virtual Server, there is no requirement to only use VMRC.
> >>
> >> >I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
> >> >have been trying to get this going for a week now and I am running out of
> >> >ideas.
> >>
> >> I would suspect a firewall somewhere is getting you, but it's real
> >> hard to tell.
> >>
> >> First thing I'd try is a NETSTAT -a in the VM to see if it's even
> >> listening on the normal RDP port 3389.
> >>
> >> --
> >> Bob Comer
> >>
> >>
> >> On Tue, 1 Apr 2008 10:55:01 -0700, JohnnyF
> >> <JohnnyF@discussions.microsoft.com> wrote:
> >>
> >> >I have a 2003 Server running Virtual Server 2005 with all updates.
> >> >
> >> >I have only one Virtual Machine running. The VM is a server 2003 machine.
> >> >The VM 2003 Server can access the network and Internet. I can ping it from
> >> >desktops on the LAN and other servers. Everything seems to be working as
> >> >expected except one thing. I cannot Remote Desktop (Terminal Service) into
> >> >the VM from any PCs.
> >> >
> >> >When I am at my desk I Remote Desktop into all my other servers to do Admin
> >> >stuff. When I try to get into this VM I get "This computer can not connect
> >> >to the remote computer". I can ping the VM and from Windows Explorer I can
> >> >view the VMs files. (\\util2\c$) I have tried it from 3 or 4 different
> >> >machines.
> >> >
> >> >So I guess the first thing to ask is, Can you Terminal Service into a VM or
> >> >do you HAVE to use the VMRC?
> >> >
> >> >I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
> >> >have been trying to get this going for a week now and I am running out of
> >> >ideas.
> >> >
> >> >Any thoughts?
> >> >
> >> >Thanks,
> >>

>

  Réponse avec citation
Vieux 01/04/2008, 21h25   #7
JohnnyF
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut RE: Cannot Remote Desktop into Virtual Machine

Finally got it running.

It turned out to be something in the Terminal Services Configuration setup
under Administrative Tools. I had been in there before but didn't see
anything the first time. This time I went to connections and then the
properties of the RDP-tcp connection. I changed the settings for the network
adaptor and I also added the Domain Admin group in the permissions. Not sure
which one fixed the issue but it is working.

Thanks for your input Bob and Bo.

Now to actually do something productive with this thing!

John

"JohnnyF" wrote:

> I have a 2003 Server running Virtual Server 2005 with all updates.
>
> I have only one Virtual Machine running. The VM is a server 2003 machine.
> The VM 2003 Server can access the network and Internet. I can ping it from
> desktops on the LAN and other servers. Everything seems to be working as
> expected except one thing. I cannot Remote Desktop (Terminal Service) into
> the VM from any PCs.
>
> When I am at my desk I Remote Desktop into all my other servers to do Admin
> stuff. When I try to get into this VM I get "This computer can not connect
> to the remote computer". I can ping the VM and from Windows Explorer I can
> view the VMs files. (\\util2\c$) I have tried it from 3 or 4 different
> machines.
>
> So I guess the first thing to ask is, Can you Terminal Service into a VM or
> do you HAVE to use the VMRC?
>
> I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
> have been trying to get this going for a week now and I am running out of
> ideas.
>
> Any thoughts?
>
> Thanks,

  Réponse avec citation
Vieux 01/04/2008, 21h31   #8
Robert Comer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot Remote Desktop into Virtual Machine

>So it appears to be Listening. I assume the 0.0.0.0:0 indicates it is not
>connected to anyone at the moment.


It just means it's listening for no specific foreign IP address. When
you actually make an RDP connection the listener task stays there
looking the same, and another lines shows up for an actual connection.

>So now that we know it is listening, I need to figure out why it won't
>Answer! Maybe I have Voice Mail turned on?


Maybe. <g>

One thing about Win2003R2 that I've run in to is the firewall doesn't
always work the way that I expected, especially if you have RRAS
active too. If you have RRAS going, try disabling that and then
making sure the firewall is off and then check for a connection.

--
Bob Comer





On Tue, 1 Apr 2008 12:26:00 -0700, JohnnyF
<JohnnyF@discussions.microsoft.com> wrote:

>Yep, that shoots that idea. This is what I get:
>
>C:\Documents and Settings\hhhhadmin>netstat -an|find "3389"
> TCP 172.16.10.11:3389 0.0.0.0:0 LISTENING
>
>So it appears to be Listening. I assume the 0.0.0.0:0 indicates it is not
>connected to anyone at the moment.
>
>So now that we know it is listening, I need to figure out why it won't
>Answer! Maybe I have Voice Mail turned on?
>
>Thanks for the input, I'll keep searching.
>
>John.
>
>"Robert Comer" wrote:
>
>> I just did some testing on my own W2K3 R2 server and the netstat
>> command output looks a little funny, but there is one sure way to see
>> if it's listening --
>>
>> netstat -an|find "3389"
>>
>> I wasn't able to see 3389 in the netstat -a command either.
>>
>> Actually, now that I look harder, I think this line describe RDP:
>>
>> TCP x3500cwu:ms-wbt-server x3500cwu.cwusa.local:0 LISTENING
>>
>>
>> --
>> Bob Comer
>>
>>
>>
>>
>> On Tue, 1 Apr 2008 11:53:01 -0700, JohnnyF
>> <JohnnyF@discussions.microsoft.com> wrote:
>>
>> >Thanks for the quick response Bob.
>> >
>> >I know it is not a firewall. I have other servers on the same switch and
>> >they can interact with the VM server in every way but RDP. However, when I
>> >did the Netstat -a it does not show that it is listening on port 3389 (see
>> >below). I did verify in the registry it was set to the default 3389. I also
>> >checked the Services and it shows Terminal Services is Started. One funny
>> >thing though is that when you highlight Terminal Services it will not let you
>> >stop or restart the service. Those buttons are grayed out.
>> >
>> >So not Listening on 3389 my be the issue but since it says it is started and
>> >since I can not Stop or restart the service, I am not sure what is next.
>> >
>> >Bo, I did try and RDP in using the VMs local admin account but I still get
>> >the same response.
>> >
>> >I appreciate both of you taking the time to respond. if you have any other
>> >ideas, I would be glad to hear them. Thanks. John
>> >
>> > Proto Local Address Foreign Address State
>> > TCP util2:http util2.hhhhh.local:0 LISTENING
>> > TCP util2:epmap util2.hhhhh.local:0 LISTENING
>> > TCP util2:microsoft-ds util2.hhhhh.local:0 LISTENING
>> > TCP util2:1025 util2.hhhhh.local:0 LISTENING
>> > TCP util2:1037 util2.hhhhh.local:0 LISTENING
>> > TCP util2:1240 util2.hhhhh.local:0 LISTENING
>> > TCP util2:netbios-ssn util2.hhhhh.local:0 LISTENING
>> > TCP util2:netbios-ssn util2.hhhhh.local:0 LISTENING
>> > TCP util2:2314 exchange1.hhhhh.local:epmap ESTABLISHED
>> > TCP util2:2315 exchange1.hhhhh.local:1026 ESTABLISHED
>> > TCP util2:ms-wbt-server util2.hhhhh.local:0 LISTENING
>> > UDP util2:microsoft-ds *:*
>> > UDP util2:isakmp *:*
>> > UDP util2:1026 *:*
>> > UDP util2:1027 *:*
>> > UDP util2:2320 *:*
>> > UDP util2:ipsec-msft *:*
>> > UDP util2:ntp *:*
>> > UDP util2:1028 *:*
>> > UDP util2:1067 *:*
>> > UDP util2:1092 *:*
>> > UDP util2:ntp *:*
>> > UDP util2:netbios-ns *:*
>> > UDP util2:netbios-dgm *:*
>> > UDP util2:ntp *:*
>> > UDP util2:netbios-ns *:*
>> > UDP util2:netbios-dgm *:*
>> >
>> >"Robert Comer" wrote:
>> >
>> >> Yes, you definitely can use RDP (Terminal Services) into a VM running
>> >> on Virtual Server, there is no requirement to only use VMRC.
>> >>
>> >> >I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
>> >> >have been trying to get this going for a week now and I am running out of
>> >> >ideas.
>> >>
>> >> I would suspect a firewall somewhere is getting you, but it's real
>> >> hard to tell.
>> >>
>> >> First thing I'd try is a NETSTAT -a in the VM to see if it's even
>> >> listening on the normal RDP port 3389.
>> >>
>> >> --
>> >> Bob Comer
>> >>
>> >>
>> >> On Tue, 1 Apr 2008 10:55:01 -0700, JohnnyF
>> >> <JohnnyF@discussions.microsoft.com> wrote:
>> >>
>> >> >I have a 2003 Server running Virtual Server 2005 with all updates.
>> >> >
>> >> >I have only one Virtual Machine running. The VM is a server 2003 machine.
>> >> >The VM 2003 Server can access the network and Internet. I can ping it from
>> >> >desktops on the LAN and other servers. Everything seems to be working as
>> >> >expected except one thing. I cannot Remote Desktop (Terminal Service) into
>> >> >the VM from any PCs.
>> >> >
>> >> >When I am at my desk I Remote Desktop into all my other servers to do Admin
>> >> >stuff. When I try to get into this VM I get "This computer can not connect
>> >> >to the remote computer". I can ping the VM and from Windows Explorer I can
>> >> >view the VMs files. (\\util2\c$) I have tried it from 3 or 4 different
>> >> >machines.
>> >> >
>> >> >So I guess the first thing to ask is, Can you Terminal Service into a VM or
>> >> >do you HAVE to use the VMRC?
>> >> >
>> >> >I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
>> >> >have been trying to get this going for a week now and I am running out of
>> >> >ideas.
>> >> >
>> >> >Any thoughts?
>> >> >
>> >> >Thanks,
>> >>

>>

  Réponse avec citation
Vieux 01/04/2008, 21h41   #9
Robert Comer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Cannot Remote Desktop into Virtual Machine

You're welcome, glad you got it going!

--
Bob Comer


On Tue, 1 Apr 2008 13:25:03 -0700, JohnnyF
<JohnnyF@discussions.microsoft.com> wrote:

>Finally got it running.
>
>It turned out to be something in the Terminal Services Configuration setup
>under Administrative Tools. I had been in there before but didn't see
>anything the first time. This time I went to connections and then the
>properties of the RDP-tcp connection. I changed the settings for the network
>adaptor and I also added the Domain Admin group in the permissions. Not sure
>which one fixed the issue but it is working.
>
>Thanks for your input Bob and Bo.
>
>Now to actually do something productive with this thing!
>
>John
>
>"JohnnyF" wrote:
>
>> I have a 2003 Server running Virtual Server 2005 with all updates.
>>
>> I have only one Virtual Machine running. The VM is a server 2003 machine.
>> The VM 2003 Server can access the network and Internet. I can ping it from
>> desktops on the LAN and other servers. Everything seems to be working as
>> expected except one thing. I cannot Remote Desktop (Terminal Service) into
>> the VM from any PCs.
>>
>> When I am at my desk I Remote Desktop into all my other servers to do Admin
>> stuff. When I try to get into this VM I get "This computer can not connect
>> to the remote computer". I can ping the VM and from Windows Explorer I can
>> view the VMs files. (\\util2\c$) I have tried it from 3 or 4 different
>> machines.
>>
>> So I guess the first thing to ask is, Can you Terminal Service into a VM or
>> do you HAVE to use the VMRC?
>>
>> I do have Remote Desktop enabled in the VM. The firewall is NOT running. I
>> have been trying to get this going for a week now and I am running out of
>> ideas.
>>
>> Any thoughts?
>>
>> Thanks,

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 21h54.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,26422 seconds with 17 queries