| От | Tom Ivar Helbekkmo |
|---|---|
| Тема | Re: [GENERAL] User authentication failed |
| Дата | |
| Msg-id | 863e2wgyn8.fsf@athene.nhh.no обсуждение исходный текст |
| Ответ на | User authentication failed (Jean Lee <jean@cinesite.co.uk>) |
| Список | pgsql-general |
Jean Lee <jean@cinesite.co.uk> writes: > host all 10.123.10.0 255.255.255.255 trust > host all 192.168.10.0 255.255.255.255 trust You're allowing connections from 10.123.10.0 and 192.168.10.0 exactly, and I'd bet the machine you're connecting from has neither of those addresses. If what you meant was to allow connections from machines in the networks 10.123.10.0/24 and 192.168.10.0/24, you want: host all 10.123.10.0 255.255.255.0 trust host all 192.168.10.0 255.255.255.0 trust -tih -- Popularity is the hallmark of mediocrity. --Niles Crane, "Frasier"
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера