I have a small home network with LAMP server. I know from these two topics:
How to make sure about the ip of the visitor? and PHP: how to check if the client is local?
that there are various ways to determine some information about ip of my visitors. But is it possible, using PHP to determine with 100% certainty that my visitor IS from local network? I would like to make my website freely avaible on my 192.168.0.* network and password protected from evereyone else. And I'm not concerned with cases where occasionally someone from my local network, due to the use of proxy or for some other reasons is forced to provideo extra credentials. I just want to make 100% sure that people from the outside will be asked for password.
Or maybe in some other wording: for a potential hacker outside my local network, is it possible to trick Apache to think that the visitor is local?
Usually any effort of recognizing visitors ip is directed toward customizing look or language of the website, but is it possible to use it for described above security reasons?
