Обсуждение: Network access problem
Hello,
I have installed PostGreSql on my machine. Then I changed “postgresql.conf” file to allow database access over a network.
I modified #listen_addresses from localhost to *
#listen_addresses = ‘*’ # what IP interface(s) to listen on;
# defaults to localhost, '*' = any
port = 5432
Still my database is not accessible on a network.
I m using PgSqlClient ADO.NET compliant driver.
The application is working fine locally. I m able to connect to database but over a network it fails.
Do I need to do modify any other configuration settings?
Please let me know if there are any other configuration changes.
I am using this on Windows 2000.
Thanks,
..
Yogesh
call @ 55020371 ext 229
DISCLAIMER:
This message contains privileged and confidential information and is intended only for the individual named.If you are not the intended recipient you should not disseminate,distribute,store,print, copy or deliver this message.Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or contain viruses.The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
hi! please also try uncommenting the listen_addresses line, ie. to: listen_addresses = '*' then reload the configuration or restart the server and try again. regards, M Joshi.Yogesh@iflexsolutions.com wrote: > I have installed PostGreSql on my machine. Then I changed > “postgresql.conf” file to allow database access over a network. > > > > I modified #listen_addresses from localhost to * > #listen_addresses = ‘*’ # what IP interface(s) to listen on; > # defaults to localhost, > '*' = any > port = 5432 > > Still my database is not accessible on a network. > > I m using PgSqlClient ADO.NET compliant driver. > > The application is working fine locally. I m able to connect to > database but over a network it fails. > > Do I need to do modify any other configuration settings? > > Please let me know if there are any other configuration changes. > > I am using this on Windows 2000.