From: | "John Chapman" <johnc(at)cniconsulting(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Strange Error |
Date: | 2003-01-08 14:42:24 |
Message-ID: | 3E1BE470.5515.77A92B@localhost |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> I think someone maybe attacking my postgres server.
> Some days when people first log on to the system it is maxed out on
> connectons. is there some way to log the connectons so I can see
> where people are logging in from? I am running it on Linux. Thanks.
>
I would think there are several ways to do this. For sure, you can do
a netstat to get that information. However, do you allow anyone to
connect to your database server? I would setup the firewalling to
allow only from the known places. You could also easily setup a
webpage where someone would have to login via username/pass, then
their IP address is allowed access for a certain length of time.
Quite a few ways to protect yourself, I would think.
John C.
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2003-01-08 16:07:30 | Re: Drop foreign keys |
Previous Message | David Siebert | 2003-01-08 14:31:00 | Strange Error |