Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows 64 Bit > SP2 installed - now unable to RDp

Reply
Thread Tools Display Modes

SP2 installed - now unable to RDp

 
 
nbailey
Guest
Posts: n/a

 
      01-15-2008
Hi there,

I installed SP2 on a 64bit Windows Server 2003 server. As a result i am
unable to RDP to the server even though the firewall is set to allow RDP.
Even if i switch the forewall off i am unable to RDP. The only way i am
currently getting round this issue is to disable the firewall service (which
is far from ideal!!!).

Can anyone help?

Many thanks in advance
 
Reply With Quote
 
 
 
 
Charlie Russel - MVP
Guest
Posts: n/a

 
      01-15-2008
Check the settings on your NIC. SP2 changes some settings that can cause
issues. Specifically:

netsh interface tcp set global autotuning=disabled
netsh interface tcp set global chimney=disabled
netsh interface tcp set global rss=disabled

This turns off RSS, TCP Offload and TCPChimney. You can also do this in the
registry, at:

hklm:/system/currentcontrolset/services/tcpip/parameters.

--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"nbailey" <> wrote in message
news:EDE35CC1-7778-40FB-99FA-...
> Hi there,
>
> I installed SP2 on a 64bit Windows Server 2003 server. As a result i am
> unable to RDP to the server even though the firewall is set to allow RDP.
> Even if i switch the forewall off i am unable to RDP. The only way i am
> currently getting round this issue is to disable the firewall service
> (which
> is far from ideal!!!).
>
> Can anyone help?
>
> Many thanks in advance


 
Reply With Quote
 
nbailey
Guest
Posts: n/a

 
      01-15-2008
Charlie,

Many thanks for this, can you tell me what the
hklm:/system/currentcontrolset/services/tcpip/parameters should be as i.e.
name, type and data values?

Many thanks.


"Charlie Russel - MVP" wrote:

> Check the settings on your NIC. SP2 changes some settings that can cause
> issues. Specifically:
>
> netsh interface tcp set global autotuning=disabled
> netsh interface tcp set global chimney=disabled
> netsh interface tcp set global rss=disabled
>
> This turns off RSS, TCP Offload and TCPChimney. You can also do this in the
> registry, at:
>
> hklm:/system/currentcontrolset/services/tcpip/parameters.
>
> --
> Charlie.
> http://msmvps.com/xperts64
> http://mvp.support.microsoft.com/profile/charlie.russel
>
>
> "nbailey" <> wrote in message
> news:EDE35CC1-7778-40FB-99FA-...
> > Hi there,
> >
> > I installed SP2 on a 64bit Windows Server 2003 server. As a result i am
> > unable to RDP to the server even though the firewall is set to allow RDP.
> > Even if i switch the forewall off i am unable to RDP. The only way i am
> > currently getting round this issue is to disable the firewall service
> > (which
> > is far from ideal!!!).
> >
> > Can anyone help?
> >
> > Many thanks in advance

>

 
Reply With Quote
 
Charlie Russel - MVP
Guest
Posts: n/a

 
      01-16-2008
Just run the netsh commands - they'll fix it, or should.

For the registry settings, there are three "enable" parameters - set them to
"0" to disable them. They are:
EnableRSS
EnableTCPA
EnableTCPChimney

But the easy way is to run the netsh commands - they set the registry for
you. Once you've done this, reboot the server.

--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"nbailey" <> wrote in message
news:31877F89-6EB0-460C-9E8D-...
> Charlie,
>
> Many thanks for this, can you tell me what the
> hklm:/system/currentcontrolset/services/tcpip/parameters should be as i.e.
> name, type and data values?
>
> Many thanks.
>
>
> "Charlie Russel - MVP" wrote:
>
>> Check the settings on your NIC. SP2 changes some settings that can cause
>> issues. Specifically:
>>
>> netsh interface tcp set global autotuning=disabled
>> netsh interface tcp set global chimney=disabled
>> netsh interface tcp set global rss=disabled
>>
>> This turns off RSS, TCP Offload and TCPChimney. You can also do this in
>> the
>> registry, at:
>>
>> hklm:/system/currentcontrolset/services/tcpip/parameters.
>>
>> --
>> Charlie.
>> http://msmvps.com/xperts64
>> http://mvp.support.microsoft.com/profile/charlie.russel
>>
>>
>> "nbailey" <> wrote in message
>> news:EDE35CC1-7778-40FB-99FA-...
>> > Hi there,
>> >
>> > I installed SP2 on a 64bit Windows Server 2003 server. As a result i am
>> > unable to RDP to the server even though the firewall is set to allow
>> > RDP.
>> > Even if i switch the forewall off i am unable to RDP. The only way i am
>> > currently getting round this issue is to disable the firewall service
>> > (which
>> > is far from ideal!!!).
>> >
>> > Can anyone help?
>> >
>> > Many thanks in advance

>>


 
Reply With Quote
 
nbailey
Guest
Posts: n/a

 
      01-17-2008
Yep, that did the trick. Many thanks Charlie for your quick response and
helpfulness.

"Charlie Russel - MVP" wrote:

> Just run the netsh commands - they'll fix it, or should.
>
> For the registry settings, there are three "enable" parameters - set them to
> "0" to disable them. They are:
> EnableRSS
> EnableTCPA
> EnableTCPChimney
>
> But the easy way is to run the netsh commands - they set the registry for
> you. Once you've done this, reboot the server.
>
> --
> Charlie.
> http://msmvps.com/xperts64
> http://mvp.support.microsoft.com/profile/charlie.russel
>
>
> "nbailey" <> wrote in message
> news:31877F89-6EB0-460C-9E8D-...
> > Charlie,
> >
> > Many thanks for this, can you tell me what the
> > hklm:/system/currentcontrolset/services/tcpip/parameters should be as i.e.
> > name, type and data values?
> >
> > Many thanks.
> >
> >
> > "Charlie Russel - MVP" wrote:
> >
> >> Check the settings on your NIC. SP2 changes some settings that can cause
> >> issues. Specifically:
> >>
> >> netsh interface tcp set global autotuning=disabled
> >> netsh interface tcp set global chimney=disabled
> >> netsh interface tcp set global rss=disabled
> >>
> >> This turns off RSS, TCP Offload and TCPChimney. You can also do this in
> >> the
> >> registry, at:
> >>
> >> hklm:/system/currentcontrolset/services/tcpip/parameters.
> >>
> >> --
> >> Charlie.
> >> http://msmvps.com/xperts64
> >> http://mvp.support.microsoft.com/profile/charlie.russel
> >>
> >>
> >> "nbailey" <> wrote in message
> >> news:EDE35CC1-7778-40FB-99FA-...
> >> > Hi there,
> >> >
> >> > I installed SP2 on a 64bit Windows Server 2003 server. As a result i am
> >> > unable to RDP to the server even though the firewall is set to allow
> >> > RDP.
> >> > Even if i switch the forewall off i am unable to RDP. The only way i am
> >> > currently getting round this issue is to disable the firewall service
> >> > (which
> >> > is far from ideal!!!).
> >> >
> >> > Can anyone help?
> >> >
> >> > Many thanks in advance
> >>

>

 
Reply With Quote
 
Charlie Russel - MVP
Guest
Posts: n/a

 
      01-17-2008
Good news. Glad it fixed it.

--
Charlie.
http://msmvps.com/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"nbailey" <> wrote in message
news:2D6582B4-34A2-4CCA-AB2C-...
> Yep, that did the trick. Many thanks Charlie for your quick response and
> helpfulness.
>
> "Charlie Russel - MVP" wrote:
>
>> Just run the netsh commands - they'll fix it, or should.
>>
>> For the registry settings, there are three "enable" parameters - set them
>> to
>> "0" to disable them. They are:
>> EnableRSS
>> EnableTCPA
>> EnableTCPChimney
>>
>> But the easy way is to run the netsh commands - they set the registry for
>> you. Once you've done this, reboot the server.
>>
>> --
>> Charlie.
>> http://msmvps.com/xperts64
>> http://mvp.support.microsoft.com/profile/charlie.russel
>>
>>
>> "nbailey" <> wrote in message
>> news:31877F89-6EB0-460C-9E8D-...
>> > Charlie,
>> >
>> > Many thanks for this, can you tell me what the
>> > hklm:/system/currentcontrolset/services/tcpip/parameters should be as
>> > i.e.
>> > name, type and data values?
>> >
>> > Many thanks.
>> >
>> >
>> > "Charlie Russel - MVP" wrote:
>> >
>> >> Check the settings on your NIC. SP2 changes some settings that can
>> >> cause
>> >> issues. Specifically:
>> >>
>> >> netsh interface tcp set global autotuning=disabled
>> >> netsh interface tcp set global chimney=disabled
>> >> netsh interface tcp set global rss=disabled
>> >>
>> >> This turns off RSS, TCP Offload and TCPChimney. You can also do this
>> >> in
>> >> the
>> >> registry, at:
>> >>
>> >> hklm:/system/currentcontrolset/services/tcpip/parameters.
>> >>
>> >> --
>> >> Charlie.
>> >> http://msmvps.com/xperts64
>> >> http://mvp.support.microsoft.com/profile/charlie.russel
>> >>
>> >>
>> >> "nbailey" <> wrote in message
>> >> news:EDE35CC1-7778-40FB-99FA-...
>> >> > Hi there,
>> >> >
>> >> > I installed SP2 on a 64bit Windows Server 2003 server. As a result i
>> >> > am
>> >> > unable to RDP to the server even though the firewall is set to allow
>> >> > RDP.
>> >> > Even if i switch the forewall off i am unable to RDP. The only way i
>> >> > am
>> >> > currently getting round this issue is to disable the firewall
>> >> > service
>> >> > (which
>> >> > is far from ideal!!!).
>> >> >
>> >> > Can anyone help?
>> >> >
>> >> > Many thanks in advance
>> >>

>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Minidumps available ! Skybuck Flying Windows 64 Bit 18 10-09-2007 08:23 PM
unable to install new progam pro64 willie Windows 64 Bit 9 08-07-2006 04:32 PM
newly installed Windows XP Pro fighting with old Windows XP Pro Windows Dummy Windows 64 Bit 7 05-24-2006 07:19 PM
RE: ADO.NET on x64 error: Unable to find the requested .Net Framework Ken Tucker [MVP] Windows 64 Bit 3 12-30-2005 12:57 AM
Windows x64 Update: Updates Installed or Not? Jed Windows 64 Bit 8 07-15-2005 01:37 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59