[postgis-users] configure postgis for editing outside LAN
Nicolas Ribot
nicolas.ribot at gmail.com
Mon Mar 1 01:34:45 PST 2010
On 9 February 2010 10:59, maning sambale <emmanuel.sambale at gmail.com> wrote:
> Hi,
>
> First post, newbie.
>
> I was able to finally install PostGIS and can already access my dbase
> via LAN. I want to be able access the data outside LAN. I played
> around with the pg_hba.conf and now I cannot access postgis database
> via pgadmin3 directly in the server machine!
>
> Current setup is:
> # TYPE DATABASE USER CIDR-ADDRESS METHOD
>
> # "local" is for Unix domain socket connections only
> local all all trust
> # IPv4 local connections:
> #host all all 127.168.199 trust
> # IPv6 local connections:
> host all all ::1/128 trust
> host all all 192.168.1.0/24 trust
>
> Any ideas
>
Hi,
Did you check if any firewall is present and allow traffic on PG port ?
Also, did you change the "listen_addresses" parameter in postgresql.conf ?
Nicolas
More information about the postgis-users
mailing list