George,
You can do this at the firewall level, the OS level, the IIS level, or
the CF level. If you want to do this in CF, you can use code like
this:
<cfif ListFind('192.x.x.y,192.x.x.x', cgi.remote_addr)>

Good luck,
Mike Chabot

On Nov 15, 2007 11:42 AM, George Linderman <[EMAIL PROTECTED]> wrote:
> Hey guys,
>
> I have a website that is accessed only by about five users on five computers. 
> For security purposes, I'm interested in only allowing these five users to 
> access the application, by only allowing their IP adresses to access it. Is 
> there anyway in CF to block out all IP adresses but these 5?
>
>
> Thanks,
> George C. Linderman

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293422
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to