Popasmurf Posted October 6, 2004 Posted October 6, 2004 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!MatthewBegin Code Snippit------------------------[WindowsFirewall.TurnOnFirewall]Type = 1Mode = 1Exceptions = 1Notifications = 1AllowedPrograms = WindowsFirewall.NDPSPortOpenings = WindowsFirewall.VNCPortOpenings = WindowsFirewall.RPM[WindowsFirewall.NDPS]Program = "%WINDIR%\System32\DPMW32.EXE"Name = "NDPS RPM & Notification Listener"Mode = 1Scope = 0[WindowsFirewall.VNC]Protocol = 6Port = 5900Name = "VNC Server (TCP 5900)"Mode = 1Scope = 0[WindowsFirewall.RPM]Protocol = 6Port = 515Name = "RPM Server (TCP 515)"Mode = 1Scope = 0-----------------------------------End Code Snippit
Jito463 Posted October 6, 2004 Posted October 6, 2004 Try:AllowedPrograms = WindowsFirewall.NDPSPortOpenings1=WindowsFirewall.VNCPortOpenings2=WindowsFirewall.RPMSee if that works.
rdalling Posted October 6, 2004 Posted October 6, 2004 You need to specify it with commasPortOpenings = WindowsFirewall.VNC, WindowsFirewall.RPMthat is what I use...R
Popasmurf Posted October 6, 2004 Author Posted October 6, 2004 Ok, I'll try the comma. The 1 and 2 thing did not work.Thanks!
Popasmurf Posted October 7, 2004 Author Posted October 7, 2004 The comma worked like a charm. Thanks!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now