Shih-Min Lee
Shih-Min Lee

Reputation: 9750

Configure firewall to enable XAMPP working over LAN

When I turn off the firewall, I can access my XAMPP website through other LAN computers. When I turn on firewall then I cannot connect to the machine anymore. Could someone tell me what's happening?

my os is windows xp. thanks.

Upvotes: 15

Views: 92316

Answers (4)

Arya Praza Musabbih
Arya Praza Musabbih

Reputation: 21

In my case, (windows 10 and xampp v3.3.2) 1. Open Control Panel 2. Search for windows fire wall 3. Click Advance setting 4. Click inbound rules 5. Allow all blocked rule in name Apache HTTP Server and mysqld

enter image description here

Upvotes: 1

Umair Malhi
Umair Malhi

Reputation: 595

I understand this is an old question and related to Windows XP but now for users using current OS like Windows 10 the option that worked for me is that Inbound Rules Profile could be set to Public for Apache Http Server which is set to Private by default.

enter image description here

The profile could be set in 'Advanced' tab of Apache Http Server Inbound Rules properties as shown below (Properties Dialog box could be opened by Right Clicking on Apache Http Server and select Properties):

enter image description here

Upvotes: 5

Karthick
Karthick

Reputation: 519

Go to Control panel - > go to Windows Firewall -> then Advance Settings ->

  1. Click Inbound Rules
  2. right Click the inbound rules and select "New Rule..."
  3. select option port and click next
  4. select all local ports or your port number for apache server. and click next
  5. select option allow the connection and click next
  6. next
  7. Give name Allow All Local Port For Xampp

Try This, I hope it will Work for you.

Upvotes: 41

Mislav Novalić
Mislav Novalić

Reputation: 57

Well , first of all, firewall on host is blocking your connection. If you are using Windows firewall or any other firewall You need to make an excaption rule for XAMPP.

So, on computer where is web site hosted go to Control panel-> Windows Firewall and uncheck Don't allow exceptions checkbox. Now open Exceptions tab and click on a button Add program and locate Xampp and Apache. Add them to firewall exception rule.

Maybe you should do this test on some Virtual Machine (VMware, Virtualbox..etc) becouse opening ports and adding exceptions if this machine is connected to Internet is not secure.

Upvotes: 3

Related Questions