Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: Windows Server » microsoft.public.windows.server.security
Thread: How to detect if the Windows XP firewall is enabled on my LAN computers ?

HTVi
TV Discussion Newsgroups

How to detect if the Windows XP firewall is enabled on my LAN computers ?
Eric <Eric_m[ at ]nospam.hotmail.com> 12/17/2008 3:16:00 PM
Hi,

a lot of users in our LAN have admin rights (I know it's bad but please
it is like that, so please dont blame me about that ;-)).

Some of them have the Windows XP firewall enabled and not configured
correctly. By the way, I am not able to detect those computers on the
network through a ping and I cannot force a group policy because the
firewall is blocking the trafic too; neither remotely request a service
state etc...

My question is : How can I detect computers that are running XP
firewall ?

Thanks in advance

--
Eric


Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
"neo [mvp outlook]" <neo[ at ]discussions.microsoft.com> 12/18/2008 10:50:00 AM
Based on statement of cannot force a GPO, this hints that the workstations
are members of an Active Directory domain. Why not configure a GPO that
allows certain things to happen (e.g. Remote administration, file sharing,
..etc)?


"Eric" <Eric_m[ at ]nospam.hotmail.com> wrote in message
news:mn.8bd07d8c92e90201.70874[ at ]nospam.hotmail.com...
[Quoted Text]
> Hi,
>
> a lot of users in our LAN have admin rights (I know it's bad but please it
> is like that, so please dont blame me about that ;-)).
>
> Some of them have the Windows XP firewall enabled and not configured
> correctly. By the way, I am not able to detect those computers on the
> network through a ping and I cannot force a group policy because the
> firewall is blocking the trafic too; neither remotely request a service
> state etc...
>
> My question is : How can I detect computers that are running XP firewall ?
>
> Thanks in advance
>
> --
> Eric
>
>


Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
Eric <Eric_m[ at ]nospam.hotmail.com> 12/18/2008 12:01:56 PM
Hi,

thanks for your answer.

I cannot define a GPO for that because the GPO will not be applied on
those computers as the firewall is configured to block incoming trafic.

Thanks

[Quoted Text]
> Based on statement of cannot force a GPO, this hints that the workstations
> are members of an Active Directory domain. Why not configure a GPO that
> allows certain things to happen (e.g. Remote administration, file sharing,
> .etc)?
>
>
> "Eric" <Eric_m[ at ]nospam.hotmail.com> wrote in message
> news:mn.8bd07d8c92e90201.70874[ at ]nospam.hotmail.com...
>> Hi,
>>
>> a lot of users in our LAN have admin rights (I know it's bad but please it
>> is like that, so please dont blame me about that ;-)).
>>
>> Some of them have the Windows XP firewall enabled and not configured
>> correctly. By the way, I am not able to detect those computers on the
>> network through a ping and I cannot force a group policy because the
>> firewall is blocking the trafic too; neither remotely request a service
>> state etc...
>>
>> My question is : How can I detect computers that are running XP firewall ?
>>
>> Thanks in advance
>>
>> -- Eric
>>
>>

--
Eric


Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
"Al Dunbar" <alandrub[ at ]hotmail.com> 12/18/2008 10:06:21 PM
What is your reason for wanting to detect computers running XP firewall?

If this is to correct this particular problem, then your management should
realize that you are fighting a losing battle if the users have admin
rights. You can't be considered responsible for something you are not
allowed to have the tools to enforce.

You might try running a script to ping all the computers defined in AD.
Those that do not respond either have the firewall turned on, or they are
turned off or disconnected. If you run this script regularly, you could
conclude that any computer that responds only some of the time does so
because it is turned off, not because of the firewall issue.

Do you run a logon script? If so, you could add code to detect the firewall
settings from the client side, and log the results toa server. For some
ideas, see:

http://www.rlmueller.net/Logon5.htm


/Al

"Eric" <Eric_m[ at ]nospam.hotmail.com> wrote in message
news:mn.93017d8cc5c41f5b.70874[ at ]nospam.hotmail.com...
[Quoted Text]
> Hi,
>
> thanks for your answer.
>
> I cannot define a GPO for that because the GPO will not be applied on
> those computers as the firewall is configured to block incoming trafic.
>
> Thanks
>
>> Based on statement of cannot force a GPO, this hints that the
>> workstations are members of an Active Directory domain. Why not
>> configure a GPO that allows certain things to happen (e.g. Remote
>> administration, file sharing, .etc)?
>>
>>
>> "Eric" <Eric_m[ at ]nospam.hotmail.com> wrote in message
>> news:mn.8bd07d8c92e90201.70874[ at ]nospam.hotmail.com...
>>> Hi,
>>>
>>> a lot of users in our LAN have admin rights (I know it's bad but please
>>> it is like that, so please dont blame me about that ;-)).
>>>
>>> Some of them have the Windows XP firewall enabled and not configured
>>> correctly. By the way, I am not able to detect those computers on the
>>> network through a ping and I cannot force a group policy because the
>>> firewall is blocking the trafic too; neither remotely request a service
>>> state etc...
>>>
>>> My question is : How can I detect computers that are running XP firewall
>>> ?
>>>
>>> Thanks in advance
>>>
>>> -- Eric
>>>
>>>
>
> --
> Eric
>
>


Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
Meinolf Weber [MVP-DS] <meiweb(nospam)[ at ]gmx.de> 12/18/2008 10:11:55 PM
Hello Eric,

You are the domain admin, so configure your firewall with GPO according to
the document (see link) and collect all the machines that you can't ping.
Or do it the harder way, disable the computer accounts in AD, so that the
users of that machines have to call your helpdesk and then you can enable
the firewall and get the GPO running. Ofcourse talk to your boss for the
disabling, so that you are on the safe site.

http://technet.microsoft.com/en-us/library/bb490626.aspx

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


[Quoted Text]
> Hi,
>
> a lot of users in our LAN have admin rights (I know it's bad but
> please it is like that, so please dont blame me about that ;-)).
>
> Some of them have the Windows XP firewall enabled and not configured
> correctly. By the way, I am not able to detect those computers on the
> network through a ping and I cannot force a group policy because the
> firewall is blocking the trafic too; neither remotely request a
> service state etc...
>
> My question is : How can I detect computers that are running XP
> firewall ?
>
> Thanks in advance
>

Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
"neo [mvp outlook]" <neo[ at ]discussions.microsoft.com> 12/19/2008 4:51:25 AM
I'm think I'm still missing something about your environment... if Windows
XP is a member of an Active Directory domain, then the member workstation
should pull the GPO every 9 hours or the next time the system boots when
connected to the corporate network.

"Eric" <Eric_m[ at ]nospam.hotmail.com> wrote in message
news:mn.93017d8cc5c41f5b.70874[ at ]nospam.hotmail.com...
[Quoted Text]
> Hi,
>
> thanks for your answer.
>
> I cannot define a GPO for that because the GPO will not be applied on
> those computers as the firewall is configured to block incoming trafic.
>
> Thanks
>
>> Based on statement of cannot force a GPO, this hints that the
>> workstations are members of an Active Directory domain. Why not
>> configure a GPO that allows certain things to happen (e.g. Remote
>> administration, file sharing, .etc)?
>>
>>
>> "Eric" <Eric_m[ at ]nospam.hotmail.com> wrote in message
>> news:mn.8bd07d8c92e90201.70874[ at ]nospam.hotmail.com...
>>> Hi,
>>>
>>> a lot of users in our LAN have admin rights (I know it's bad but please
>>> it is like that, so please dont blame me about that ;-)).
>>>
>>> Some of them have the Windows XP firewall enabled and not configured
>>> correctly. By the way, I am not able to detect those computers on the
>>> network through a ping and I cannot force a group policy because the
>>> firewall is blocking the trafic too; neither remotely request a service
>>> state etc...
>>>
>>> My question is : How can I detect computers that are running XP firewall
>>> ?
>>>
>>> Thanks in advance
>>>
>>> -- Eric
>>>
>>>
>
> --
> Eric
>
>


Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
Eric <Eric_m[ at ]nospam.hotmail.com> 12/19/2008 9:02:36 AM
No, because the GPO is blocked by XP firewall; this is my problem ;p)


[Quoted Text]
> I'm think I'm still missing something about your environment... if Windows XP
> is a member of an Active Directory domain, then the member workstation should
> pull the GPO every 9 hours or the next time the system boots when connected
> to the corporate network.
>
> "Eric" <Eric_m[ at ]nospam.hotmail.com> wrote in message
> news:mn.93017d8cc5c41f5b.70874[ at ]nospam.hotmail.com...
>> Hi,
>>
>> thanks for your answer.
>>
>> I cannot define a GPO for that because the GPO will not be applied on those
>> computers as the firewall is configured to block incoming trafic.
>>
>> Thanks
>>
>>> Based on statement of cannot force a GPO, this hints that the workstations
>>> are members of an Active Directory domain. Why not configure a GPO that
>>> allows certain things to happen (e.g. Remote administration, file sharing,
>>> .etc)?
>>>
>>>
>>> "Eric" <Eric_m[ at ]nospam.hotmail.com> wrote in message
>>> news:mn.8bd07d8c92e90201.70874[ at ]nospam.hotmail.com...
>>>> Hi,
>>>>
>>>> a lot of users in our LAN have admin rights (I know it's bad but please
>>>> it is like that, so please dont blame me about that ;-)).
>>>>
>>>> Some of them have the Windows XP firewall enabled and not configured
>>>> correctly. By the way, I am not able to detect those computers on the
>>>> network through a ping and I cannot force a group policy because the
>>>> firewall is blocking the trafic too; neither remotely request a service
>>>> state etc...
>>>>
>>>> My question is : How can I detect computers that are running XP firewall
>>>> ?
>>>>
>>>> Thanks in advance
>>>>
>>>> -- Eric
>>>>
>>>>
>>
>> -- Eric
>>
>>

--
Eric


Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
Eric <Eric_m[ at ]nospam.hotmail.com> 12/19/2008 9:09:12 AM
Hi,

thanks for your answer.
I am not able to configure a firewall GPO for them because GPO are not
applied on their computer because the firewall is enabled (and not
configured to allow trafic needed by GPO).

Disabling computer accounts is a hard method but should work
effectively; I will deep further into this direction.

I will also try with NMAP and the OS Fingerprint that would be able to
show me those computers.

If you have others ideas, please let me know ! ;-)

Thanks !

[Quoted Text]
> Hello Eric,
>
> You are the domain admin, so configure your firewall with GPO according to
> the document (see link) and collect all the machines that you can't ping. Or
> do it the harder way, disable the computer accounts in AD, so that the users
> of that machines have to call your helpdesk and then you can enable the
> firewall and get the GPO running. Ofcourse talk to your boss for the
> disabling, so that you are on the safe site.
>
> http://technet.microsoft.com/en-us/library/bb490626.aspx
>
> Best regards
>
> Meinolf Weber
> Disclaimer: This posting is provided "AS IS" with no warranties, and confers
> no rights.
> ** Please do NOT email, only reply to Newsgroups
> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>
>
>> Hi,
>>
>> a lot of users in our LAN have admin rights (I know it's bad but
>> please it is like that, so please dont blame me about that ;-)).
>>
>> Some of them have the Windows XP firewall enabled and not configured
>> correctly. By the way, I am not able to detect those computers on the
>> network through a ping and I cannot force a group policy because the
>> firewall is blocking the trafic too; neither remotely request a
>> service state etc...
>>
>> My question is : How can I detect computers that are running XP
>> firewall ?
>>
>> Thanks in advance
>>

--
Eric


Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
Eric <Eric_m[ at ]nospam.hotmail.com> 12/19/2008 1:09:38 PM
Hey,

I have found a way with NMAP (command : nmap -O -sS -p 80,139,140 -P0
10.120.2.0/24)

If ports are filtered then the firewall is ON
If ports (like 140) are closed, then the firewall is OFF :)

Thanks and hope this helps =))
[Quoted Text]
> Hi,
>
> thanks for your answer.
> I am not able to configure a firewall GPO for them because GPO are not
> applied on their computer because the firewall is enabled (and not configured
> to allow trafic needed by GPO).
>
> Disabling computer accounts is a hard method but should work effectively; I
> will deep further into this direction.
>
> I will also try with NMAP and the OS Fingerprint that would be able to show
> me those computers.
>
> If you have others ideas, please let me know ! ;-)
>
> Thanks !
>
>> Hello Eric,
>>
>> You are the domain admin, so configure your firewall with GPO according to
>> the document (see link) and collect all the machines that you can't ping.
>> Or do it the harder way, disable the computer accounts in AD, so that the
>> users of that machines have to call your helpdesk and then you can enable
>> the firewall and get the GPO running. Ofcourse talk to your boss for the
>> disabling, so that you are on the safe site.
>>
>> http://technet.microsoft.com/en-us/library/bb490626.aspx
>>
>> Best regards
>>
>> Meinolf Weber
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>> ** Please do NOT email, only reply to Newsgroups
>> ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm
>>
>>
>>> Hi,
>>>
>>> a lot of users in our LAN have admin rights (I know it's bad but
>>> please it is like that, so please dont blame me about that ;-)).
>>>
>>> Some of them have the Windows XP firewall enabled and not configured
>>> correctly. By the way, I am not able to detect those computers on the
>>> network through a ping and I cannot force a group policy because the
>>> firewall is blocking the trafic too; neither remotely request a
>>> service state etc...
>>>
>>> My question is : How can I detect computers that are running XP
>>> firewall ?
>>>
>>> Thanks in advance
>>>

--
Eric


Re: How to detect if the Windows XP firewall is enabled on my LAN computers ?
DevilsPGD <spam_narf_spam[ at ]crazyhat.net> 12/19/2008 6:37:56 PM
In message <mn.9a5a7d8cc49e8ff7.70874[ at ]nospam.hotmail.com> Eric
<Eric_m[ at ]nospam.hotmail.com> was claimed to have wrote:

[Quoted Text]
>No, because the GPO is blocked by XP firewall; this is my problem ;p)

How so? Despite the nomenclature of "pushing" changes via GP, GPs are
pulled, not pushed. XP's firewall is inbound only, sessions that are
via outbound connections are always permitted, this should be enough for
your group policies to reconfigure the firewall as needed.

Now I haven't done a ton of testing, but I did go as far as to turn on
XP's firewall (XP, SP3, joined to a domain, but without any firewall
related policies), turn off all the firewall exceptions, then I moved
the machine to a OU that would disable it's firewall, came back a few
hours later and the firewall was off via GP.

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen