Re: Listen on IPv6 only - Mailing list pgsql-admin

From Dyonisius Visser
Subject Re: Listen on IPv6 only
Date
Msg-id AANLkTi=wrUXi-vAJ4A+Kf_uvnOmJGiKALhfNe_dfkm-y@mail.gmail.com
Whole thread Raw
In response to Re: Listen on IPv6 only  (Bruce Momjian <bruce@momjian.us>)
List pgsql-admin
On 10 March 2011 19:37, Bruce Momjian <bruce@momjian.us> wrote:

> Interesting.  How would someone listen only on IPv4 addresses?

listen_addresses = '0.0.0.0'

root@toad:/etc/postgresql/8.4/main# telnet ::1 5432
Trying ::1...
telnet: Unable to connect to remote host: Connection refused

root@toad:/etc/postgresql/8.4/main# telnet 127.0.0.1 5432
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.


--
Dyonisius Visser
System & Networking Engineer
TERENA Secretariat
Singel 468 D, 1017 AW Amsterdam
The Netherlands
T +31 20 530 44 88 F +31 20 530 44 99
visser@terena.org | www.terena.org

pgsql-admin by date:

Previous
From: Gilberto Castillo Martínez
Date:
Subject: Re: Listen on IPv6 only
Next
From: Bruce Momjian
Date:
Subject: Re: Listen on IPv6 only