Re: Listen on IPv6 only

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Listen on IPv6 only
Дата
Msg-id 201103101837.p2AIb7k12435@momjian.us
обсуждение исходный текст
Ответ на Re: Listen on IPv6 only  (Gilberto Castillo Martínez<gilberto.castillo@etecsa.cu>)
Ответы Re: Listen on IPv6 only  (Gilberto Castillo Martínez<gilberto.castillo@etecsa.cu>)
Re: Listen on IPv6 only  (Dyonisius Visser <visser@terena.org>)
Список pgsql-admin
Gilberto Castillo Mart�nez wrote:
>
>
> El mi?, 09-03-2011 a las 13:58 +0100, Dyonisius Visser escribi?:
> > hi guys
> >
> > I am in the process of converting my network to IPv6 only (well, as
> > much as possible).
> > Since our own network has fully functional IPv6 connectivity, I should
> > be able to move all services that are used internally only, to IPv6
> > only.
> > Postgres is one of those services.
> >
> > I could not find anywhere in the docs how to configure this.
> > However, the following seems to do the trick:
> >
> > listen_addresses = '::'
> >
> > This will make postgres listen on IPv6 only:
> >
> > root@cajones:~# telnet 127.0.0.1 5432
> > Trying 127.0.0.1...
> > telnet: Unable to connect to remote host: Connection refused
> >
> > root@cajones:~# telnet ::1 5432
> > Trying ::1...
> > Connected to ::1.
> > Escape character is '^]'.
> >
> > Might be an idea to add this to the docs.
>
> Maybe!!.

Interesting.  How would someone listen only on IPv4 addresses?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

В списке pgsql-admin по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade with link option
Следующее
От: Gilberto Castillo Martínez
Дата:
Сообщение: Re: Listen on IPv6 only