Jump to content

winnt.sif firewall settings


Recommended Posts

[WindowsFirewall.Standard]
Type = 1
Mode = 1
Exceptions = 1
Notifications = 1
MulticastBroadcastResponse = 1
AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.app, WindowsFirewall.app, WindowsFirewall.prog, WindowsFirewall.example
Services = WindowsFirewall.RemoteDesktop
PortOpenings = WindowsFirewall.RPC
IcmpSettings = WindowsFirewall.EchoRequest

for the allowed programs part does anyone know what delimiter I need to use I keep getting not a valid sif file and I am not sure if it is this but it is the only thing I see as could be the problem.

Link to comment
Share on other sites


  • 6 months later...

what delimiter have you used now?

I can´t find something on the MS site...

so whats correct?

AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.app

AllowedPrograms = WindowsFirewall.RemoteAssistance; WindowsFirewall.app

AllowedPrograms = WindowsFirewall.RemoteAssistance WindowsFirewall.app

Link to comment
Share on other sites

hm... it seamed we must use a "," in the allowedPrograms section like:

AllowedPrograms = WindowsFirewall.RemoteAssistance, WindowsFirewall.example1, WindowsFirewall.example2, WindowsFirewall.example3

Link to comment
Share on other sites

  • 1 month later...

I ended up using the netsh command to add firewall exceptions.

Here is my exceptions.cmd file to add firewall exceptions for ZenWorks Remote Control and then Novell Distributed Print Services

cls

if EXIST %SystemDrive%\Novell\ZENRC\wuser32.exe netsh firewall add allowedprogram PROGRAM="%SystemDrive%\Novell\ZENRC\wuser32.exe" NAME="Remote Management" MODE=ENABLE PROFILE=ALL

if EXIST %windir%\System32\dpmw32.exe netsh firewall add allowedprogram PROGRAM="%windir%\System32\dpmw32.exe" NAME=NDPS MODE=ENABLE PROFILE=ALL

exit

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...