Welcome to ServerForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Does the SCW break Windows Firewall?

 
   Windows Server (Home) -> Windows Server Security RSS
Next:  Permissions on root c of AD & exchange server  
Author Message
news

External


Since: Aug 18, 2005
Posts: 5



(Msg. 1) Posted: Thu Aug 18, 2005 1:49 am
Post subject: Does the SCW break Windows Firewall?
Archived from groups: microsoft>public>windows>server>security (more info?)

Win2003 Standard SP1. Member of workgroup. No IPSec enabled.

If I use the windows firewall to disable "File and Printer Sharing",
then as expected, port 445 becomes unavailable to the network. So far
so good.

However, if I run the SCW and just leave all the settings as default,
the "File and Printer Sharing" option in the Windows Firewall stops
working. I.e. whether I leave the option ticked or unticked, port 445
is still open and indeed I can map drives to the server. Interestingly:
1. All other options in the windows firewall (e.g. port 80) still work
as expected - it's only the "File and Printer Sharing" option that
seems to "break".
2. If I check the firewall status with netsh firewall, it thinks that
port 445 is closed if unticked and open if ticked, i.e. it believes the
firewall settings.

Before I do an exhaustive test of my configuration and go through each
SCW option in detail, I thought I'd post a question in case someone has
come across this before - it'll save me days of work!

 >> Stay informed about: Does the SCW break Windows Firewall? 
Back to top
Login to vote
news

External


Since: Aug 18, 2005
Posts: 5



(Msg. 2) Posted: Mon Aug 22, 2005 9:58 am
Post subject: Re: Does the SCW break Windows Firewall? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Was this one of those questions that is soooo basic and stupid that no
one wanted to tell me to go away and RTFM? Or was it one of those that
makes one think "no, the firewall can't be that bad or Microsoft would
have found it, so he _must_ be doing something wrong"? Smile

Well, I can't find which SCW option causes this problem: simply running
the SCW seems to cause Windows Firewall to break with any options I
select. I've repeated this on two servers now. Resetting the firewall
using netsh fixes it, though it does then "undo" some of the SCW
settings.

Dare I ask: anyone have any ideas?

Cheers
Mark

 >> Stay informed about: Does the SCW break Windows Firewall? 
Back to top
Login to vote
David Beder [MSFT]

External


Since: Jun 15, 2004
Posts: 34



(Msg. 3) Posted: Tue Aug 23, 2005 1:05 am
Post subject: Re: Does the SCW break Windows Firewall? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

SCW is likely enabling the Remote Administration feature of the firewall.
This feature effectively enables tcp 135 and 445, though it is not quite the
same as enabling tcp 445 in the File and Printer settings option.
To verify, at a command prompt type:
netsh firewall show state

You're likely to see:
Remote admin mode = Enable
--
David
Microsoft Windows Networking
This posting is provided "AS IS" with no warranties, and confers no rights.


<news.DeleteThis@mail.adsl4less.com> wrote in message
news:1124729890.669577.56300@o13g2000cwo.googlegroups.com...
> Was this one of those questions that is soooo basic and stupid that no
> one wanted to tell me to go away and RTFM? Or was it one of those that
> makes one think "no, the firewall can't be that bad or Microsoft would
> have found it, so he _must_ be doing something wrong"? Smile
>
> Well, I can't find which SCW option causes this problem: simply running
> the SCW seems to cause Windows Firewall to break with any options I
> select. I've repeated this on two servers now. Resetting the firewall
> using netsh fixes it, though it does then "undo" some of the SCW
> settings.
>
> Dare I ask: anyone have any ideas?
>
> Cheers
> Mark
>
 >> Stay informed about: Does the SCW break Windows Firewall? 
Back to top
Login to vote
news

External


Since: Aug 18, 2005
Posts: 5



(Msg. 4) Posted: Tue Aug 23, 2005 8:55 am
Post subject: Re: Does the SCW break Windows Firewall? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you David for your reply. Indeed you are right: Remote admin mode
was enabled. Disabling it prevented drive mapping.

IMHO, it is worrying that the File and Printer sharing can be unticked
in the firewall leaving many users and admins thinking that the
firewall was now preventing drive mapping to their server / desktop,
whereas the remote admin mode "overrides" this and allows drive mapping
- a bit like a backdoor into the system. (I would have succumbed to
this myself had I not been penetration testing in a lab. Just goes to
show how important it is to lab test before going into production!)
 >> Stay informed about: Does the SCW break Windows Firewall? 
Back to top
Login to vote
David Beder [MSFT]

External


Since: Jun 15, 2004
Posts: 34



(Msg. 5) Posted: Thu Aug 25, 2005 1:27 am
Post subject: Re: Does the SCW break Windows Firewall? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes, this feature was difficult to work with. The initial design was on
XPsp2 where we didn't want home users (we advocate that corporate machines
be managed via group policy) accidentally enabling the setting due to how
big a surface area it potentially opens. Advanced users who had researched
the affects of enabling it are expected to implement via command line or
group policy. Such a user is likely to prefer the richness of the command
line output for monitoring the system so would be reminded often that the
setting was in affect.

When we moved to WS03sp1 we still weren't sure that this should be exposed
in the control panel for the server admin to quickly access. My worry was
that quick access could too easily lead to quick enabling, and with the move
to documentation being only on-line, it might be inappropriately used.
Compared with XP, the RPC exposure is typically a lot higher on servers so
the ramifations of turning it on when you shouldn't seemed pretty bad. I was
also worried (silly as it might sound) for English versions of the OS, where
we'd gotten a lot of beta feedback that Remote Administration was getting
confused with Remote Assistance.

This issue is still being periodically discussed, but I don't know whether a
change will eventually be made.

--
David
Microsoft Windows Networking
This posting is provided "AS IS" with no warranties, and confers no rights.


<news.RemoveThis@mail.adsl4less.com> wrote in message
news:1124812554.694494.163060@g49g2000cwa.googlegroups.com...
> Thank you David for your reply. Indeed you are right: Remote admin mode
> was enabled. Disabling it prevented drive mapping.
>
> IMHO, it is worrying that the File and Printer sharing can be unticked
> in the firewall leaving many users and admins thinking that the
> firewall was now preventing drive mapping to their server / desktop,
> whereas the remote admin mode "overrides" this and allows drive mapping
> - a bit like a backdoor into the system. (I would have succumbed to
> this myself had I not been penetration testing in a lab. Just goes to
> show how important it is to lab test before going into production!)
>
 >> Stay informed about: Does the SCW break Windows Firewall? 
Back to top
Login to vote
news

External


Since: Aug 18, 2005
Posts: 5



(Msg. 6) Posted: Thu Aug 25, 2005 3:15 pm
Post subject: Re: Does the SCW break Windows Firewall? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you for your explanation, David. I agree that keeping this to a
command-prompt only option ostensibly sounded like a good idea.
However, it would seem that the SCW team had other ideas(!), and in my
case, this is indeed how I enabled it in the lab environment. I guess
the counter-argument could be that those running the SCW should be
those same people who would configure the firewall from the command
prompt, though IMHO, I worry that the ease of use of the SCW and the
fact that not everyone lab tests means that there may well be servers
that are not as protected as their admins believe. Just my 2c worth.
 >> Stay informed about: Does the SCW break Windows Firewall? 
Back to top
Login to vote
David Beder [MSFT]

External


Since: Jun 15, 2004
Posts: 34



(Msg. 7) Posted: Sat Aug 27, 2005 10:31 pm
Post subject: Re: Does the SCW break Windows Firewall? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

SCW attempts to create as minimal a policy as possible, however most MS
server applications/roles require dynamic RPC and/or DCOM for serving
clients and need tcp445 for management and configuration via tools like MMC
(and netsh). The point is well taken that more info should be available from
apps that enable the Remote Admin setting. I'll forward your concerns to the
SCW/Firewall team and encourage them to create a kb article as well as
enhance documentation for future releases.

--
David
Microsoft Windows Networking
This posting is provided "AS IS" with no warranties, and confers no rights.


<news DeleteThis @mail.adsl4less.com> wrote in message
news:1125008109.630738.246930@g44g2000cwa.googlegroups.com...
> Thank you for your explanation, David. I agree that keeping this to a
> command-prompt only option ostensibly sounded like a good idea.
> However, it would seem that the SCW team had other ideas(!), and in my
> case, this is indeed how I enabled it in the lab environment. I guess
> the counter-argument could be that those running the SCW should be
> those same people who would configure the firewall from the command
> prompt, though IMHO, I worry that the ease of use of the SCW and the
> fact that not everyone lab tests means that there may well be servers
> that are not as protected as their admins believe. Just my 2c worth.
>
 >> Stay informed about: Does the SCW break Windows Firewall? 
Back to top
Login to vote
news

External


Since: Aug 18, 2005
Posts: 5



(Msg. 8) Posted: Tue Aug 30, 2005 2:39 am
Post subject: Re: Does the SCW break Windows Firewall? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Excellent. Once again, David, thanks very much.

Cheers
Mark
 >> Stay informed about: Does the SCW break Windows Firewall? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Windows 2003 Internet Connection Firewall (ICF) - Hello, I have Internet Connection Firewall enabled on the active NIC on my Windows Server 2003 box. Remote Desktop is enabled in the inbound rules, and is pointed at the primary IP of the server. When I add a second IP to the TCP/IP config for the....

Windows Firewall and 2003 SP1 Domain Controllers - anyone know what would cause a windows 2003 sp1 server w/ it's windows firewall set to off, to switch to on w/o anyone telling it to? here are the details: 2003 sp1 domain controller w/ the icf service enabled, but the windows firewall itself set to off...

Windows Server 2003 Firewall not running with more than on.. - Hello, I have Internet Connection Firewall enabled on the active NIC on my Windows Server 2003 on which is running IIS, Mail and FTP. Remote Desktop is running fine. When I add a second IP to the TCP/IP config for the NIC, it completely kills the..

Windows firewall spontaneously changes profiles - I'm having a problem where both XP SP2 and Server 2003 SP1 machines spontaneously change firewall profiles every couple weeks. The event log entry is this: Event Type: Success Audit Event Source: Security Event Category: Policy Change Event....

Advices to choose a Windows 2003 Personal Firewall - Hi, I'm looking around to choose a good firewall for my server, here the config: Windows Server 2003 Enterprise LAN Cisco 820 Router DSL Active Directory DNS DHCP Actually i'm running Kerio Winroute 5.08 and i find it very nice....
   Windows Server (Home) -> Windows Server Security All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]