How to allow all traffic from 1 IP address Windows Firewall
Posted
by
Foo_Chow
on Super User
See other posts from Super User
or by Foo_Chow
Published on 2013-06-26T15:41:36Z
Indexed on
2013/06/26
16:23 UTC
Read the original article
Hit count: 140
I am trying to give another PC completely unrestricted access to my machine. They are both on the same subnet. What I am looking for is effectively disabling the firewall entirely for one IP address.
Example
Host: 192.168.1.2
Client: 192.168.1.3 Firewall "off"
World: xxx.xxx.xxx.xxx Firewall "on"
To be specific I am running "Easy"PHP as a testing server for websites and want to access them from other machines on my network. After tinkering I figure the method suggested in my question would be best to make things actually easy.
PS. I have already tried opening all ports both inbound and outbound to that IP with no results. My only current success has been actually turning the whole firewall off.
© Super User or respective owner