This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Remote access postgresql tables

Hi,
I want to use pgAdmin on my local computer to browse in the tables.
The postgresql Port is listening (checked with netstat), but I can't connect.
I'll get a timeout.
Is there anything else I have to configure?

Best regards
Stephan


This thread was automatically locked due to age.
Parents
  • Hi Stephan,

    If you SSH to the iView server. run "iptables -L | GREP 5432" this will tell you if the port is open. I'm tipping there's not a firewall rule to allow you to access the PostgreSQL Server from your PC.

    Remember that this voids support for the appliance. But my advice to get this working is:

    1. Add the iptables rule allowing conenctions to 5432.
    2. Add a user to Database iviewdb for read only.
    3. Play at your own risk.
Reply
  • Hi Stephan,

    If you SSH to the iView server. run "iptables -L | GREP 5432" this will tell you if the port is open. I'm tipping there's not a firewall rule to allow you to access the PostgreSQL Server from your PC.

    Remember that this voids support for the appliance. But my advice to get this working is:

    1. Add the iptables rule allowing conenctions to 5432.
    2. Add a user to Database iviewdb for read only.
    3. Play at your own risk.
Children
No Data