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
Page 1 of 1
WindowsFirewall.PortOpening Problem
#2
Posted 06 October 2004 - 11:50 AM
Try:
See if that works.
AllowedPrograms = WindowsFirewall.NDPS PortOpenings1=WindowsFirewall.VNC PortOpenings2=WindowsFirewall.RPM
See if that works.
#3
Posted 06 October 2004 - 01:29 PM
You need to specify it with commas
that is what I use...
R
PortOpenings = WindowsFirewall.VNC, WindowsFirewall.RPM
that is what I use...
R
#4
Posted 06 October 2004 - 03:07 PM
Ok, I'll try the comma. The 1 and 2 thing did not work.
Thanks!
Thanks!
Share this topic:
Page 1 of 1



Help
Back to top









