Our products listed at:


The premiere site for DotNetNuke modules and skins.

You are here > Support > Forums
Forum
 
ForumForumSoftwareSoftwareSeeleyWare.Auto...SeeleyWare.Auto...IP Lockdown by subnetIP Lockdown by subnet
Disabled 
Previous
 
Next Next
New Post
 3/6/2008 1:45 PM
 

First off, this module is awesome!

Is it possible to enter in a subnet for IP Lockdown?  If not, would it be difficult to make a modification to allow this?

New Post
 3/6/2008 1:51 PM
 

Thanks, glad you like the module.  I personally use it on a daily basis for development and management purposes as well as on our intranet with the "Windows/AD" mimicking mode.

For IP lockdown by subnet, it wouldn't be too difficult to add it but to be perfectly honest I've never really delved into that side of things and I'm not entirely sure how those subnet calculations and stuff work.  If you could point me in the right direction to learn that, I could implement it in my code.


Jon Seeley
SeeleyWare, LLC
New Post
 3/7/2008 3:56 PM
 

Thanks for the response.  A simple IP calculator would be:  http://jodies.de/ipcal

As you'll see the concept is very simpe and I think would be simple in code as well.   If the IP  Lockdown would allow me to enter 192.168.0.1-192.168.0.100 and allow anything betweeen and including those numbers that would be great.  If it could go the next step further and allow 192.168.1.1/24, this allows 254 hosts or 192.168.0.1-192.168.0.255.  As you'll see in the IP calculator something like 192.168.0.1/28 allows for 14 hosts or 192.168.0.1-192.168.0.14.

Ideally, coding this to accept down to /16 would then allow the modules use in large networks of up to 65,534 hosts.

If there is a cost for this update, let me know.  This is of pretty good value to us.

Thanks for your time

New Post
 3/7/2008 8:32 PM
 

I'll look into how that works and how I can implement it, for now I do already allow an IP range (not documented in the PDF right now, actually) but it is done per the following on the IP range setting:

"Optional, leave blank for none, fill in with IP address(es) or range of addresses (format x.x.x.x-y.y.y.y) -- semi-colon or comma delimited -- to permit only <u>that/those</u> address(es) to utilize this AutoLogon instance; ex: 127.0.0.1;192.168.1.1;192.168.1.1-192.168.1.10"


Jon Seeley
SeeleyWare, LLC
New Post
 3/8/2008 11:39 AM
 

Thank you for the info on this.  That range option willhelp alot.  It may even solve our issue completely.

Again, great job with this.

Disabled 
Previous
 
Next Next
ForumForumSoftwareSoftwareSeeleyWare.Auto...SeeleyWare.Auto...IP Lockdown by subnetIP Lockdown by subnet