Re: [GENERAL] Remote Database Connection

2009-11-14 Thread John R Pierce
Nykolyn, Andy (AS) wrote: Is there a way to set up the pg_hba.conf file to allow users to connect regardless of their IP address? I have users that need to access the database through a VPN using a non static IP address. Thanks in advance. specify a subnet mask that includes all thes

Re: [GENERAL] Remote Database Connection

2009-11-14 Thread Andreas Kretschmer
Nykolyn, Andy (AS) wrote: > Is there a way to set up the pg_hba.conf file to allow users to connect > regardless of their IP address? I have users that need to access the database > through a VPN using a non static IP address. Thanks in advance. Sure, use 0.0.0.0/0 as CIDR-adress. Andreas --

[GENERAL] Remote Database Connection

2009-11-14 Thread Nykolyn, Andy (AS)
Is there a way to set up the pg_hba.conf file to allow users to connect regardless of their IP address? I have users that need to access the database through a VPN using a non static IP address. Thanks in advance.