The ScreenSteps Online Knowledge Base Everything you need to know about ScreenSteps
Blue mango logo white 250
  • Table of Contents
  • Contact Us
ScreenSteps Documentation » ScreenSteps Workgroup » Configuring PostgreSQL to Accept Connections From Computers on Your Network

Topics

  • ScreenSteps Workgroup Overview 2
    • Introduction to ScreenSteps Workgroup
    • How ScreenSteps Workgroup Concurrent Licenses Work
  • Setting Up ScreenSteps Workgroup On Your Network 8
    • What You Need to Install ScreenSteps Workgroup
    • Choose a Database and Install the Admin Tool
    • Create a Workgroup Database
    • Create a Workgroup Library
    • Create a User Group for your Library
    • Create Authors and Add Them to Your Group
    • Export a Connection File
    • Making PDF, Word and HTML Templates Available to Everyone
  • Using ScreenSteps Desktop With a Workgroup Library 5
    • Connect to Your Workgroup Library
    • How to Check Out a Lesson for Editing
    • How to Check Out a Manual for Editing
    • Checking Out a Lesson or Manual When Another Author has it Checked Out
    • Refreshing the Lessons and Manuals to see Additions Made by Other Authors
  • Reference Lessons 3
    • Connecting to an Existing Workgroup Database
    • Specifying the Database Host (for ODBC Connections)
    • Exporting an Author-Specific Connection File
  • Prerequisites for Using PostgreSQL 6
    • Overview
    • Installing PostgreSQL on Windows
    • Installing PostgreSQL on OS X
    • Opening the pgAdmin Tool
    • Creating a Login Account for ScreenSteps Workgroup
    • Configuring PostgreSQL to Accept Connections From Computers on Your Network
  • Prerequisites For Using Microsoft SQL Server 5
    • Overview
    • Creating a SQL Server Database
    • Adding a SQL Server User
    • Creating ODBC Connections on Windows
    • Creating ODBC Connections on OS X

Quicklinks

  • Downloads
  • View forums
  • Submit a help request
  • Contact us
  • Retrieve a lost license key

Last Updated

Mar 14, 2011

Download Manual PDF

Other Resources

  • ScreenSteps Desktop & Workgroup

  • ScreenSteps 2.9
  • ScreenSteps Workgroup
  • Customizing HTML Templates
  • ScreenSteps: Tips & Tricks
  • Creating Word Templates
  • Publishing to Blogs & Wikis
  • ScreenSteps Live

  • ScreenSteps Live
  • Setting up a New Admin, Editor or Author on ScreenSteps Live
  • ScreenSteps Live Support Client
  • Integrating ScreenSteps Live With Other Services
  • Collaborating on ScreenSteps Live
  • ScreenSteps Live Remote Authentication
  • ScreenSteps Live API
  • API Examples
  • Implementation Guides

  • Creating a Software Manual With ScreenSteps
  • Creating a ScreenSteps Live Support Site
  • Zendesk and ScreenSteps Live
  • Help Scout and ScreenSteps Live
  • FAQs

  • FAQs

Comments

1 comment for this lesson

  • Prev: Creating a Login Account for ScreenSteps Workgroup
  • Next: Overview

Configuring PostgreSQL to Accept Connections From Computers on Your Network

In order for computers to connect to PostgreSQL server on the computer you installed it on you need to configure PostgreSQL to allow it.

Edit the pg_hba.conf File

Media_1282268372381_display

Edit the pg_hba.conf file by selecting it from the Tools > Server Configuration menu item.

Add a New Host Entry

Media_1282268418206_display

To add a new entry, double-click on the last line where a checkbox appears but there is no text.

Configure New Entry

Media_1282268453000_display

The configuration dialog will appear. Your entry should match the one shown exactly except for the IP Address field.

The IP Address field specifies which IP addresses can connect to the PostgreSQL server. You enter an IP address followed by a "/" followed by a number representing how much of the IP address of the computer trying to connect to the database server must match the IP address you entered.

In the example 192.168.0.0/16 any computer that has an IP address starting with 192.168 will be allowed to connect. In the example 10.0.0.0/8 any computer with an IP address starting with 10. will be allowed to connect. If you entered 192.168.1.0/24 then any computer with an IP address starting with 192.168.1 would be allowed to connect.

For more information click on the Help button in the dialog.

When you have finished configuring the settings click OK.

Save and Reload Configuration Settings

Media_1282268468222_display

In order for the changes to take affect you must do the following:

1) Click on the Save button to save the file.

2) Reload the configuration settings by clicking on the green play button.

  • Prev: Creating a Login Account for ScreenSteps Workgroup
  • Next: Overview

Comments (1)

Vicky Monday Jul 11 at 08:57 AM

What shall we enter to allow Screensteps users from outside the local network network to connect?

postgreSQL is running on my Mac (192.168.0.100:5432) and port 5432 is open on our router and forwarded correctly (88.152.2.203)

If we enter here entries only for local addresses and define the host in Screensteps Workgroup Administrator as "88.152.2.203", we get the following error message: no pg_hba.conf entry for host "88.152.203", user "screensteps_workgroup", database: "screensteps_workgroup", SSL off

Please advice.
Thanks.

Add your comment

E-Mail me when someone replies to this comment
Blue Mango Learning Systems © 2012