Jump to content

Recommended Posts

Posted

I have been using a slipstreamed XP CD for awhile, but have had the firewall turned off. I am turning the firewall on, and trying to open some ports and programs. I have successfully opened the fist port (VNC), but it will not open the second port (RPM). Does anyone see anything wrong with what I am doing, or can anyone tell me how to do it properly?

Thanks!

Matthew

Begin Code Snippit

------------------------

[WindowsFirewall.TurnOnFirewall]

Type = 1

Mode = 1

Exceptions = 1

Notifications = 1

AllowedPrograms = WindowsFirewall.NDPS

PortOpenings = WindowsFirewall.VNC

PortOpenings = WindowsFirewall.RPM

[WindowsFirewall.NDPS]

Program = "%WINDIR%\System32\DPMW32.EXE"

Name = "NDPS RPM & Notification Listener"

Mode = 1

Scope = 0

[WindowsFirewall.VNC]

Protocol = 6

Port = 5900

Name = "VNC Server (TCP 5900)"

Mode = 1

Scope = 0

[WindowsFirewall.RPM]

Protocol = 6

Port = 515

Name = "RPM Server (TCP 515)"

Mode = 1

Scope = 0

-----------------------------------

End Code Snippit


Posted

Try:

AllowedPrograms = WindowsFirewall.NDPS
PortOpenings1=WindowsFirewall.VNC
PortOpenings2=WindowsFirewall.RPM

See if that works.

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...