Thread: Opening 5432 port
I can't access postegresl via ODBC, because 5432 port seems to be closed. How can I open it? I'm running postgres 7 on Redhat 7.2 Thanks
--- Benny <dettoben@tiscali.it> wrote: > I can't access postegresl via ODBC, because 5432 > port seems to be closed. > How can I open it? --> Try checking your firewall settings (IPChains / IPTables) and see if its blocking port 5432. Hope that helps, ludwig. __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
On Fri, 2002-10-18 at 10:15, Ludwig Lim wrote: > > --- Benny <dettoben@tiscali.it> wrote: > > I can't access postegresl via ODBC, because 5432 > > port seems to be closed. > > How can I open it? > > --> Try checking your firewall settings (IPChains / > IPTables) and see if its blocking port 5432. also check postgresql.conf for tcpip_socket=true. If it's NOT set, set it, and restart your Database cluster. LER > > Hope that helps, > > ludwig. > > > __________________________________________________ > Do you Yahoo!? > New DSL Internet Access from SBC & Yahoo! > http://sbc.yahoo.com > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
Was Postmaster started with the -i option. It must be started with that option to allow TCP/IP connections. Good Luck Phil ----- Original Message ----- From: "Benny" <dettoben@tiscali.it> To: <pgsql-admin@postgresql.org> Sent: Monday, October 14, 2002 4:55 AM Subject: [ADMIN] Opening 5432 port > I can't access postegresl via ODBC, because 5432 port seems to be closed. > How can I open it? > I'm running postgres 7 on Redhat 7.2 > > Thanks > > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org >
postmaster -i http://www.postgresql.org/idocs/index.php?postmaster-start.html#CLIENT-CONNECTION-PROBLEMS C. Benny wrote: > I can't access postegresl via ODBC, because 5432 port seems to be closed. > How can I open it? > I'm running postgres 7 on Redhat 7.2 > > Thanks > >