PHP Classes

IP Address Subnet Sniffer: Determine if an IP address belongs to a subnetwork

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 51%Total: 1,523 All time: 2,573 This week: 146Up
Version License Categories
ipaddresssubnetsniff 1.0GNU General Publi...Networking
Description 

Author

This class can be used to determine wether a given IP address belongs to a given list of subnetworks.

The class takes an array of subnetwork masks to be checked in the form of strings with decimal numbers seperated dots .

Then the class can check whether a given IP address belongs to any of the specified subnetworks by applying the respective masks.

This class was created to emulate the "Deny from x.x.x.x" directive for Apache (nd other servers -- for example, Samba uses a similar format for allowing/denying access to a range of IP addresses). I needed a way to deny/allow access to a range of IP addresses but, for technical reasons, I could not use a .htaccess file, and had to do the IP address processing within the PHP script itself.

For example, you can emulate the line "Deny from 192.168.0.0/24" by supplying the string "192.168.0.0/24" to the class. To see exactly how to do this, see the documentation within the class file itself.

Picture of Jeffrey Silverman
Name: Jeffrey Silverman <contact>
Classes: 2 packages by
Country: United States United States

 

Details

This class is well documented with comments and full examples inside the main class code. Feel free to contact me with questions. -- Jeffrey Silverman jeffrey@jhu.edu

  Files folder image Files (2)  
File Role Description
Plain text file IPAddressSubnetSniffer.php Class This class determines whether a given IP address is in a given list of subnets. The idea is to use this determination to allow/deny access to a PHP script based on IP address. Because of the way a particular web environment that I was using was set up, I was unable to use a .htaccess file for this task. I could not find a built-in PHP function or functions to do this task, so this class was built.
Accessible without login Plain text file README Data Shorty documentation

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,523
This week:0
All time:2,573
This week:146Up
User Ratings User Comments (1)
 All time
Utility:87%StarStarStarStarStar
Consistency:81%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:51%StarStarStar
Rank:2486
 
Excellent
15 years ago (kishore kumar)
60%StarStarStarStar