Restricting access to CF Admin
Based on the following article ( ColdFusion Help | Administer ColdFusion security ), I set the allowed IP as it stated for all 10.x.x.x addresses.
To add IP addresses that must be allowed access:
- Go to Security > Allowed IP Addresses > Add/Remove IP Addresses which will have Administrator access.
- In the IP Address text box, specify the IP addresses.
- Click Add.
- Repeat the procedures to add more IP addresses.
Regular expressions are supported. That is, if you specify 10...*, all IP addresses starting with 10. are allowed access.
That is, I literally added 10...* as the allowed IPs, and wouldn't you know I locked out getting to CF admin from anywhere. I have tried from several 10.x.x.x addresses, and from the server itself (also 10.x.x.x) and for grins from a non 10.x.x.x address.
I get either:
Diagnostic Information:
You tried to access the ColdFusion Administrator or other internal components from a disallowed IP address (70.x.x.x). These ColdFusion components can only be accessed from localhost and other allowed IP addresses.
The error occurred on line -1.
or
Diagnostic Information:
You tried to access the ColdFusion Administrator or other internal components from a disallowed IP address (10.x.x.x). These ColdFusion components can only be accessed from localhost and other allowed IP addresses.
The error occurred on line -1.
Any thoughts or suggestions of how I can undo this without being able to get to the page to undo it?
And this is in our test environment.
