> > IF I change the listen_addresses directive to localhost, I
> can connect
> > fine and everything works EXCEPT I get the message "NOTICE: Unknown
> > win32 socket error code: 10107" repeatedly anytime I do something.
> > This would be acceptable, except that I need to be able to
> access thi
> You should for sure change the listen_addresses to * because you may
> have two NICs in the server or PC and somehow the external connections
> are connecting to the other nic.
I tried this as well, but it didn't change anything.
---(end of broadcast)
> What IP address are you trying to connect to? If you're trying to
> connect to 127.0.0.1 and it's listening on 192.168.0.100 then
> that won't work.
I'm trying to connect to 192.168.0.100
> 10107 is WSASYSCALLFAILURE. A pretty generic message, but I've
> seen it when some broken software has ins
On Mar 31, 2006, at 2:55 AM, David Bernal wrote:
Hey all,
I wrote a few days ago regarding networking issues I'm having. At this
point, I'm at my wit's end and am hoping someone can help me.
I am running postgres 8.1.0 on Windows XP w\SP2. I currently have
PGSQL configured to accept connectio
Adrian Klaver wrote:
On Friday 31 March 2006 02:55 am, David Bernal wrote:
Hey all,
I wrote a few days ago regarding networking issues I'm having. At this
point, I'm at my wit's end and am hoping someone can help me.
I am running postgres 8.1.0 on Windows XP w\SP2. I currently have
PGSQL co
On Friday 31 March 2006 02:55 am, David Bernal wrote:
> Hey all,
>
> I wrote a few days ago regarding networking issues I'm having. At this
> point, I'm at my wit's end and am hoping someone can help me.
>
> I am running postgres 8.1.0 on Windows XP w\SP2. I currently have
> PGSQL configured to acc
Hey all,
I wrote a few days ago regarding networking issues I'm having. At this
point, I'm at my wit's end and am hoping someone can help me.
I am running postgres 8.1.0 on Windows XP w\SP2. I currently have
PGSQL configured to accept connections from my local IP, 192.168.0.100
using the listen_a