[ADMIN] wrap a port for v6.5

1999-07-08 Thread ZioBudda
Hi, I have installed (tnx to everyone) postres 6.5. Now I must to wrap the port 6542 so no one extern to my machine can telnet the postgres DB. Any help or any RTFM? Le uniche cose che girano sotto Windows 95 sono le palle. -- Michel ZioBudda Morelli [EMAIL PROTECTED]

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread ZioBudda
On Thu, 8 Jul 1999, Oleg Broytmann wrote: On Thu, 8 Jul 1999, ZioBudda wrote: Hi, I have installed (tnx to everyone) postres 6.5. Now I must to wrap the port 6542 so no one extern to my machine can telnet the postgres DB. Any help or any RTFM? Run Postgres with TCP/IP disabled

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread Oleg Broytmann
On Thu, 8 Jul 1999, ZioBudda wrote: Hi, I have installed (tnx to everyone) postres 6.5. Now I must to wrap the port 6542 so no one extern to my machine can telnet the postgres DB. Any help or any RTFM? Run Postgres with TCP/IP disabled (remove -i from start-up options) and use UNIX sockets

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread Oleg Broytmann
On Thu, 8 Jul 1999, ZioBudda wrote: On Thu, 8 Jul 1999, Oleg Broytmann wrote: Run Postgres with TCP/IP disabled (remove -i from start-up options) and use UNIX sockets to connect to postgres (you don't need anything special - libpq knows how to handle this situation). I have tried

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread ZioBudda
On Thu, 8 Jul 1999, Oleg Broytmann wrote: Run Postgres with TCP/IP disabled (remove -i from start-up options). Ok, but I must to integrated postgres with PHP3. If I remove -i php3 does not works. Pensa alla vita: usa le cinture di sicurezza. -- Michel ZioBudda Morelli [EMAIL

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread Oleg Broytmann
On Thu, 8 Jul 1999, ZioBudda wrote: On Thu, 8 Jul 1999, Oleg Broytmann wrote: Run Postgres with TCP/IP disabled (remove -i from start-up options). Ok, but I must to integrated postgres with PHP3. If I remove -i php3 does not works. There is no way. Either disable TCP/IP or use HBA.

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread Lamar Owen
Oleg Broytmann wrote: There is no way. Either disable TCP/IP or use HBA. When using TCP/IP + HBA, Postgres will listen on its TCP/IP port, and telnetting is always possible. HBA helps to restrict access to databases, but not to TCP/IP port. You can try to configure firewall on you

Re: [ADMIN] wrap a port for v6.5

1999-07-08 Thread Bruce Momjian
Hi, I have installed (tnx to everyone) postres 6.5. Now I must to wrap the port 6542 so no one extern to my machine can telnet the postgres DB. Any help or any RTFM? 5432, you mean. If you don't use -i flag to postmaster, it will never listen on any tcp/ip port. It uses only unix domain