Elastix + Openfire 3.7.1
I can open/login admin console within my local area network: 192.168.0.50:9090
But i can't open it outside of LAN(i open SSH session to some remote server and use wget).
The elastix/openfire server is reachable (9090,5222 are handled, 1234 is refused):
[REMOTE_HOST tmp]\> wget http://12.34.45.56:9090/
--2013-09-07 08:06:52-- http://12.34.45.56:9090/
Connecting to 12.34.45.56:9090... failed: Permission denied.
Retrying.
--2013-09-07 08:06:53-- (try: 2) http://12.34.45.56:9090/
Connecting to 12.34.45.56:9090... failed: Permission denied.
Retrying.
^C
[REMOTE_HOST tmp]\> wget http://12.34.45.56:5222
--2013-09-07 08:07:01-- http://12.34.45.56:5222/
Connecting to 12.34.45.56:5222... connected.
HTTP request sent, awaiting response... ^C
[REMOTE_HOST tmp]\> wget http://12.34.45.56:1234
--2013-09-07 08:07:46-- http://12.34.45.56:1234/
Connecting to 12.34.45.56:1234... failed: Connection refused.
/opt/openfire/logs/nohup.out, error.log, warn.log, info.log, debug.log don't contain any information about access requests.
Thanks in advance.