PDA

View Full Version : Your IP address (127.0.0.1) is not authorized to run scheduler jobs.


bdwill
10-01-2007, 09:20 PM
I'm getting this error when I'm trying to run a scheduled job.

----------

EDIT: I added other IPs to allow access to scheduler and deleted 127.0.0.1

jstanden
10-02-2007, 11:10 PM
Yeah, you can configure the authorized IPs in either of two places:


Configuration->General->IP Security
Edit your framework.config.php and set 'AUTHORIZED_IPS_DEFAULTS' (comma-separated).#2 is the best approach if you're using any automation or hosting multiple helpdesks, since you don't want to be using the GUI for each installation.

giz
10-16-2007, 05:58 PM
Jeff,

This isn't working for me. The IP it's blocking is the public IP of the server.

I have
127.0.0.1
xxx.xxx.xxx.xxx Public IP
xxx.xxx.xxx.xxx My public IP
xxx.xxx.xxx.xxx My VPN Public IP

in both the Gui and the framework.config.php.

giz
10-16-2007, 06:45 PM
Fixed.

I did a revert on all the files through svn after doing a db backup.

jstanden
10-17-2007, 10:11 PM
Glad to hear it's resolved!