Win 7 and firewall settings

Bert987

New member
Local time
9:26 AM
Messages
3
Location
Dallas
I have been messing around with this all day. I want to setup a web page/ftp server in my machine. I install wamp and got a site/domain from dyndns, all working inside the network however from outside the site do not work. i turned off the firewall and everything works but when i turn it back on stuff doesnot work :cry: .

What setting do i need to change and what do i change them to?

Port 80 http is what the wamp is using. i have beeen change stuff in the firewall rule but cant get it to work.

I have read some post on other fourms but they open all ports inbound and outbound. i dont think that is very safe.
 

My Computer

OS
Windows 7 Ultimate 64 Bit
CPU
Intel 6420 2.13 ghz
Motherboard
Gigbyte
Memory
2 GB
Graphics Card(s)
Nvidia 7800
Monitor(s) Displays
Dell 20" Wide Screen
Hard Drives
WD Raptor 10,000 2 Raid 0
Are you behind a router? If you've got a router you'll need to forward port 80 to your internal IP address. On top of that, some ISP's block the ability to run your own server. Although no ISP really allows you to run a web server, they don't actively check. But you should be aware that it is frowned upon and they are capable of terminating your connection because of it.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7
CPU
AMD Phenom II X4 955 Black Edition
Motherboard
MSI 870A-G54
Memory
8GB
Graphics Card(s)
PNY XLR8 GeForce GTX 460 1024MB GDDR5
Monitor(s) Displays
2 x 24"
yes the router is set port 80, 21, 8000. I only hase the problem when i turn on windows firewall. I would like to keep it turn on just looking for the setting in the fire wall to allow the info to pass thru it

Also dyndns has a port cheking site and all good win the firewall is turn off port 80
 
Last edited:

My Computer

OS
Windows 7 Ultimate 64 Bit
CPU
Intel 6420 2.13 ghz
Motherboard
Gigbyte
Memory
2 GB
Graphics Card(s)
Nvidia 7800
Monitor(s) Displays
Dell 20" Wide Screen
Hard Drives
WD Raptor 10,000 2 Raid 0
Control Panel-> Windows Firewall

Click on Advanced Settings on the left hand side.

Click on Inbound Rules and you should be able to add Apache and or WAMP here. This will allow you to add the program/port to allow the inbound connection.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7
CPU
AMD Phenom II X4 955 Black Edition
Motherboard
MSI 870A-G54
Memory
8GB
Graphics Card(s)
PNY XLR8 GeForce GTX 460 1024MB GDDR5
Monitor(s) Displays
2 x 24"
Apache and wamp is not listed however start wamp is listed an all domain, privete and public is listed as all ports open. This is why i am confused about the firewall stuff look like it is open for the server.
 

My Computer

OS
Windows 7 Ultimate 64 Bit
CPU
Intel 6420 2.13 ghz
Motherboard
Gigbyte
Memory
2 GB
Graphics Card(s)
Nvidia 7800
Monitor(s) Displays
Dell 20" Wide Screen
Hard Drives
WD Raptor 10,000 2 Raid 0
Give me a few minutes, I'm going to install WAMP and see what/where it installs.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7
CPU
AMD Phenom II X4 955 Black Edition
Motherboard
MSI 870A-G54
Memory
8GB
Graphics Card(s)
PNY XLR8 GeForce GTX 460 1024MB GDDR5
Monitor(s) Displays
2 x 24"
When you first install, it asks whether you want to allow Apache HTTP Server (httpd) to have network access. To which you should have responded yes.

If you don't remember and or you did set it this way, it's possible the setting was corrupted.

Anyway, if you go into the window I explained above, you should have "Apache HTTP Server" listed under Inbound Rules with a green checkmark beside it. You'll most likely see 2 of them here. If you don't, you need to add them. One for TCP and one for UDP. When creating a new Rule, it will ask for a path to the program. It's
<drive you selected>:\wamp\bin\apache\apache2.2.11\bin\httpd.exe (This is of course assuming you downloaded the current version of WAMP)

The file is what needs access to the network on port 80 to be able to function as a web server. If you're unfamiliar with this information, I recommend looking at tutorials as well as reading up on how Apache works. Unfortunately, it's not as simple as "install, yay website!" :) Hope I was able to help.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom Build
OS
Windows 7
CPU
AMD Phenom II X4 955 Black Edition
Motherboard
MSI 870A-G54
Memory
8GB
Graphics Card(s)
PNY XLR8 GeForce GTX 460 1024MB GDDR5
Monitor(s) Displays
2 x 24"
Back
Top