Fop2 does not see the internet.
Sorry for my english, i know- it's really bad(((.
Good day!
Fop2 does not see the internet.
Yesterday, i had to make license revoked and then register again. After that when i log in to admin web ui of fop2--> plugins, i see this: "Online Repository not reachable/accessible"
I checked the internet and DNS is working properly on both the server and the workstation.
Good day!
Fop2 does not see the internet.
Yesterday, i had to make license revoked and then register again. After that when i log in to admin web ui of fop2--> plugins, i see this: "Online Repository not reachable/accessible"
I checked the internet and DNS is working properly on both the server and the workstation.
Comments
It wil help to understand where problem is - network or app
Sorry for my English to=)
setsebool -P telepathy_tcp_connect_generic_network_ports 1
setsebool -P httpd_can_network_connect 1
setsebool -P allow_user_mysql_connect 1
setsebool -P httpd_can_network_connect_db 1
PS. if you problem in selinux, check /var/log/audit/audit.log or /var/log/messages fo 'deny' while you are connecting
setsebool: SELinux is disabled.
If ping works fine, try to setsebool from @admin post or disable selinux (if you have it).
Check /var/log/audit/audit.log, apache logs, messages log.... Do you have program binded firewall rules?
sestatus
Do you have selinux enabled or disabled? Try disabling it if you have it enabled:
setenforce 0
Then restart your web server:
service httpd restart
Then try again.
Another issue could be that your server does not have correct DNS resolvers configured, try
ping www.fop2.com
Does that work/resolve?
Best regards,
SELinux status: disabled
In topic start i already ping fop2.com
One more time:
[root@pbx ~]# ping www.fop2.com
PING www.fop2.com (104.236.110.4) 56(84) bytes of data.
64 bytes from 104.236.110.4: icmp_seq=1 ttl=54 time=178 ms
64 bytes from 104.236.110.4: icmp_seq=2 ttl=54 time=178 ms
^C
--- www.fop2.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1562ms
rtt min/avg/max/mdev = 178.186/178.499/178.813/0.526 ms
You must look at php logs, you can enable debug in config.php and you will see debugging warnings and errors on screen. You can also inspect your web server error log file as it might be logging php errors or similar there.
Do not look at fop2 server debug logs, not even at the javascript console debug when you connect to the switchboard, as it has nothing to do with the fop2 manager plugins page unable to reach www.fop2.com via port 80.
Best regards,
About the problem:
I turned on debug in config.php
Where is this log location?
System log and fop2_debug.log are clean
But!!! I understud why repo stop working! It is beacose a change database character set to utf-8.
When i drop table fop2buutons, fop2 rebuild it and everething now working.
But now, i want to rebuild all fop2 tables.... and i am a fraid to lost liscense
The server has 2 ethernet adapters. One of them (eth0) looks to internal network and has NAT to internet. Second one (eth1) - looks into sip provider network.
Well, when i turn off "SipProvider" adapter (eth1), the fop2 start see internet and i can install and delete plugins.
I have no idea, why this work like that and how to fix it.
Static route does not helping.
BNeacose of this problem, mini browser do not see internet too :-((
You should really check your DNS/Internet connection.
Yes, try telnet to 80 port. I think, telnet port on fop2.com will not answer.
telnet www.fop2.com 80
I can try to solve you network issue if @admin is not against.
SIP Provider DNS server (172......)
Internal DNS (192.168.5.200)
Google public dns (8.8.8.8)
And it's strange, because i have tuned it like that:
127.0.0.1
SIP Provider DNS server (172......)
Internal DNS (192.168.5.200)
Google public dns (8.8.8.8)
Why disappear 127.0.0.1 - mistery....
Well, for now - everything loks like work normal...
In this case DNS works perfectly.
If all works now, good luck!)