Networking Forums

Networking Forums > Computer Networking > Windows Networking > RPC server unavailable to Group Policy Results Wizard

Reply
Thread Tools Display Modes

RPC server unavailable to Group Policy Results Wizard

 
 
Bob
Guest
Posts: n/a

 
      06-06-2006, 08:54 PM
Hi all,

I find that if I open only the firewall ports for "File and Printer Sharing",
I can use RPC to connect to a network registery using RegEdit.
I can use RPC to view another computers events using Event Viewer.
I can't however use RPC to display the Resulting Set of Policy using the
Group Policy Results Wizard within GPMC.

When I take down the clients firewall, RPC works fine for all these tools.

So the question is: What port do I need to open on the firewall to allow the
Group Policy Results Wizard to do its job? I intend to use XP firewall GPO
for this task (unless someone feels there is GPO more suitable).

Thanks!
--
Bob
 
Reply With Quote
 
 
 
 
Louis Vitiello Jr.
Guest
Posts: n/a

 
      06-06-2006, 11:21 PM
RPC uses port 135.

Hope this helps,
--
Louis Vitiello Jr.
------------------------------
MCSE, MCSA, MCP, A+/N+
ERCP XP Pro / Net Concepts

"Bob" <86c6c2e6-(E-Mail Removed)> wrote in message
news:24B1E06D-3C37-433C-A387-(E-Mail Removed)...
> Hi all,
>
> I find that if I open only the firewall ports for "File and Printer
> Sharing",
> I can use RPC to connect to a network registery using RegEdit.
> I can use RPC to view another computers events using Event Viewer.
> I can't however use RPC to display the Resulting Set of Policy using the
> Group Policy Results Wizard within GPMC.
>
> When I take down the clients firewall, RPC works fine for all these tools.
>
> So the question is: What port do I need to open on the firewall to allow
> the
> Group Policy Results Wizard to do its job? I intend to use XP firewall
> GPO
> for this task (unless someone feels there is GPO more suitable).
>
> Thanks!
> --
> Bob



 
Reply With Quote
 
John Chen [MSFT]
Guest
Posts: n/a

 
      06-07-2006, 09:19 AM
Hello Bob,

Thank you for posting.

Thanks to Louis.

RPC uses TCP 135. And you need to open 445 too.

To do this, you can use the following command:
netsh firewall set portopening tcp 135 RPC enable
netsh firewall set portopening tcp 445 smb enable

If the problem persists, please have a look at the following KB article:
Some programs seem to stop working after you install Windows XP Service
Pack 2
http://support.microsoft.com/?id=842242

Hope this helps.

Sincerely,
John Chen, MCSE, MCSA, MCDBA, MCSD
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

================================================== ===
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
================================================== ===

This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      06-07-2006, 11:51 AM
Port 135 is already open (as can be seen below):

C:\>netsh firewall show portopening

Port configuration for Domain profile:
Port Protocol Mode Name
-------------------------------------------------------------------
135 TCP Enable Remote Procedure Call
80 TCP Enable Virtual Server Port 80
139 TCP Enable NetBIOS Session Service
445 TCP Enable SMB over TCP
137 UDP Enable NetBIOS Name Service
138 UDP Enable NetBIOS Datagram Service

Port configuration for Standard profile:
Port Protocol Mode Name
-------------------------------------------------------------------
139 TCP Enable NetBIOS Session Service
445 TCP Enable SMB over TCP
137 UDP Enable NetBIOS Name Service
138 UDP Enable NetBIOS Datagram Service
--
Bob
 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      06-07-2006, 11:53 AM
As can be seen below, Port 135 is already open. Port 445 is open via "File
and Printer Sharing".

C:\>netsh firewall show portopening

Port configuration for Domain profile:
Port Protocol Mode Name
-------------------------------------------------------------------
135 TCP Enable Remote Procedure Call
80 TCP Enable Virtual Server Port 80
139 TCP Enable NetBIOS Session Service
445 TCP Enable SMB over TCP
137 UDP Enable NetBIOS Name Service
138 UDP Enable NetBIOS Datagram Service

Port configuration for Standard profile:
Port Protocol Mode Name
-------------------------------------------------------------------
139 TCP Enable NetBIOS Session Service
445 TCP Enable SMB over TCP
137 UDP Enable NetBIOS Name Service
138 UDP Enable NetBIOS Datagram Service
--
Bob
 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      06-07-2006, 12:34 PM
I think I might have found the probem. Running the command shown below, it
indicates that the "Remote admin mode" is disabled. This is shown as
disabled regardless if the firewall is enabled or disabled. As I stated
originally, when the firewall is disabled, I can obtain a clients RSoP so
"Remote admin mode" apparently is not necessary. But when the firewall is
enabled, "Remote admin mode" needs to be enabled also.

I believe I am enabling "Remote admin mode" with GPO:
[Computer/Administrative Templates/Network/Network Connections/Windows
Firewall/Domain Profile/Windows Firewall: Allow remote administration
exception]

C:\>netsh firewall show state

Firewall status:
-------------------------------------------------------------------
Profile = Domain
Operational mode = Enable
Exception mode = Enable
Multicast/broadcast response mode = Enable
Notification mode = Enable
Group policy version = Windows Firewall
Remote admin mode = Disable
--
Bob
 
Reply With Quote
 
John Chen [MSFT]
Guest
Posts: n/a

 
      06-08-2006, 01:39 PM
Hi Bob,

Thank you for your update.

I just want to double confirm with you if the problem has been fixed by
enabling Remote admin mode. Sorry for the inconvenience.

Have a nice day.

Sincerely,
John Chen, MCSE, MCSA, MCDBA, MCSD
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

================================================== ===
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
================================================== ===

This posting is provided "AS IS" with no warranties, and confers no rights.


 
Reply With Quote
 
Bob
Guest
Posts: n/a

 
      06-08-2006, 01:52 PM
Yes, enabling Remote admin mode is "a" fix. I suppose there are other ways,
but this one is probably the easiest to implement. It might be nice if this
were posted in some KB article.
--
Bob


"John Chen [MSFT]" wrote:

> Hi Bob,
>
> Thank you for your update.
>
> I just want to double confirm with you if the problem has been fixed by
> enabling Remote admin mode. Sorry for the inconvenience.
>
> Have a nice day.
>
> Sincerely,
> John Chen, MCSE, MCSA, MCDBA, MCSD
> Microsoft Online Partner Support
>
> Get Secure! - www.microsoft.com/security
>
> ================================================== ===
> When responding to posts, please "Reply to Group" via
> your newsreader so that others may learn and benefit
> from your issue.
> ================================================== ===
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>

 
Reply With Quote
 
Louis Vitiello Jr.
Guest
Posts: n/a

 
      06-09-2006, 01:33 AM
Thanks for the follow up!


--
Louis Vitiello Jr.
------------------------------
MCSE, MCSA, MCP, A+/N+
ERCP XP Pro / Net Concepts

"Bob" <86c6c2e6-(E-Mail Removed)> wrote in message
news:7076F80E-6754-4273-9CB7-(E-Mail Removed)...
> Yes, enabling Remote admin mode is "a" fix. I suppose there are other
> ways,
> but this one is probably the easiest to implement. It might be nice if
> this
> were posted in some KB article.
> --
> Bob
>
>
> "John Chen [MSFT]" wrote:
>
>> Hi Bob,
>>
>> Thank you for your update.
>>
>> I just want to double confirm with you if the problem has been fixed by
>> enabling Remote admin mode. Sorry for the inconvenience.
>>
>> Have a nice day.
>>
>> Sincerely,
>> John Chen, MCSE, MCSA, MCDBA, MCSD
>> Microsoft Online Partner Support
>>
>> Get Secure! - www.microsoft.com/security
>>
>> ================================================== ===
>> When responding to posts, please "Reply to Group" via
>> your newsreader so that others may learn and benefit
>> from your issue.
>> ================================================== ===
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>>
>>



 
Reply With Quote
 
John Chen [MSFT]
Guest
Posts: n/a

 
      06-09-2006, 02:05 AM
Hi Bob,

Thank you for your confirmation. I have written an internal KB which is the
beginning of a KB article.

Have a great day!

Sincerely,
John Chen, MCSE, MCSA, MCDBA, MCSD
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

================================================== ===
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
================================================== ===

This posting is provided "AS IS" with no warranties, and confers no rights.

 
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
Group policy not applying with Win2008 server and WinXP SP3 over wireless Russell Wireless Networks 1 08-12-2009 02:23 PM
Group Policy Wizard -- One Fix thecomputervalet@gmail.com Windows Networking 2 09-03-2006 12:49 PM
Group Policy to configure Server Desktop Pearl Windows Networking 1 06-11-2005 07:30 PM
Group Policy ADM server update Kevin Windows Networking 1 04-14-2005 06:23 PM
8021.x WPA settings using group policy on a 2000 server AdminKen Wireless Networks 1 04-05-2005 06:21 AM



1 2 3 4 5 6 7 8 9 10 11