Welcome to Pandora FMS Community › Forums › Community support › External Connection Pandora Server
-
External Connection Pandora Server
Posted by mafelipe on January 27, 2009 at 02:42I just wondering if its supported other connection than direct mysql to the Database.
Im trying to establish a remote PandoraServer to recollect information of another site and connect to the master server thorought internet. I dont want to have unencripted user/pass to go via internet.
Also a VPN is a solution, but I was wondering if another type is supported.manu replied 16 years ago 3 Members · 5 Replies -
5 Replies
-
-
-
-
-
::
Yeah, it would be useful to put a small option in the pandora_server.conf to allow to change mysql port.
Nowadays the port is set in the code (grep -R “3306” *) so if you want to change it you would need to change it in the code (binary, libraries…)Obviously if the tunnels dies there is no way to reach the MySQL, in this scenario, as Daniels said, VPN is very likely the best option you can do, ssh-tunneling is also a good approach but it’s not as good as it should be for this matters.
Another shot you can try is just to allow the FW (if there were any) to be able to reach the MySQL remotely and for a certain IP (pandora_server machine)