Re: Postgresql 8.4 optimize heavy load

2016-09-17 Thread Sten Carlsen
You may want to explore the explain command and think about which indexes are missing. -- Best regards Sten Carlsen No improvements come from shouting: "MALE BOVINE MANURE!!!" -- Best regards Sten Carlsen No improvements come from shouting: "MALE BOVINE MANURE!!!" -- Best regards Sten

RE: Postgresql 8.4 optimize heavy load

2016-09-17 Thread Charles Elliott
All these titles are available on Amazon.com, and most are inexpensive if you buy them used: Beginning PHP and PostgreSQL 8: From Novice to Professional (Beginning: From Novice to Professional) PostgreSQL 8 for Windows (Database Professional's Library) Beginning PostgreSQL 8Sep 25, 2006

Re: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Alberto ----
big security problem if you have an uncontrolled and not authorized web server on that ip and that is not firewalled to find it out check arp tables on switches to follow switch port where it isphisical linked [cid:bdc2d58d-9e89-4c5a-8ac8-8232cd9e10a8]

Re: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Reindl Harald
Am 17.09.2016 um 19:52 schrieb Bhangui, Sandeep - BLS CTR: Understood and I am sure they are aware of those protocols. We do not have a webserver which is hosted on 146.142.7.113 that I can categorically say as that falls under our team uhm you do have - a Ubuntu machine if it's not

Re: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Reindl Harald
Am 17.09.2016 um 17:51 schrieb Bhangui, Sandeep - BLS CTR: Our organization BLS owns ( registered with the registrar ) the network address 146.142.xxx.xxx. But if someone from the Internet [ outside of BLS network ) tries to go to "http://146.142.7.113; it gets redirected to a site in

RE: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Bhangui, Sandeep - BLS CTR
Understood and I am sure they are aware of those protocols. We do not have a webserver which is hosted on 146.142.7.113 that I can categorically say as that falls under our team. Network folks are having a tough time even finding an active device with that IP on the network. Thanks Sandeep

Re: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Alberto ----
hmmm if they manage firewalls , they should be aware of TCP/IP foundamentals and HTTP working and much more the browser perform a GET on 146.142.7.113 with RFC HTTP protocol then 146.142.7.113 say item moved / redirect to http://us.watcheezy.com/ you have to check web server

RE: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Bhangui, Sandeep - BLS CTR
Thanks & Understood and that is what I had thought. I am trying to help BLS folks to resolve the situation as http requests to that IP from the Internet which is registered with BLS is going to a site which does not belong to us. Sandeep From: bind-users

RE: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Bhangui, Sandeep - BLS CTR
Thanks We suspected that but network folks are not able to find any device with that IP on the BLS network. Also it seems firewall folks claim they looked for the traffic coming in the BLS network and if the redirect is happening from a host which is 146.142.7.113 they should have seen some

Re: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Alberto ----
A security scan is only a probe and does not change in any way a web server content or configuration. performing a http://x1.x2.x3.x4 statement where x... are the 4 IP octect does not involve DNS in any way IP is loaded inside IEEE MAC "train" but work with dottet IPv4 /v6 addresses and not

RE: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Bhangui, Sandeep - BLS CTR
-Original Message- From: Mukund Sivaraman [mailto:m...@isc.org] Sent: Saturday, September 17, 2016 12:01 PM To: Bhangui, Sandeep - BLS CTR Cc: 'bind-users@lists.isc.org' Subject: Re: Organization IP address is getting redirected to a website

RE: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Bhangui, Sandeep - BLS CTR
Thanks John Security Dept from BLS reported this to our team which manages the DNS and infrastructure. I think some scans run by them on the network may have caught this not sure though. And yes we do not have any record for that IP in our DNS for bls.gov zone. Sandeep -Original

Re: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread John Miller
Hi Sandeep, The redirect part isn't a DNS issue: I telnetted to port 80 on the IP address and got: john@millspad:~$ telnet 146.142.7.113 80 Trying 146.142.7.113... Connected to 146.142.7.113. Escape character is '^]'. GET / HTTP/1.1 Host: 146.142.7.113 HTTP/1.1 302 Found Date: Sat, 17 Sep 2016

Re: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Mukund Sivaraman
On Sat, Sep 17, 2016 at 03:51:00PM +, Bhangui, Sandeep - BLS CTR wrote: > Hi > > Not exactly sure whether this is a DNS issue but hoping someone here on this > forum can provide some advice/suggestion as I am trying to figure out what is > going on. > > Our organization BLS owns (

Re: Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Lyle
On 09/17/16 10:51, Bhangui, Sandeep - BLS CTR wrote: Hi Not exactly sure whether this is a DNS issue but hoping someone here on this forum can provide some advice/suggestion as I am trying to figure out what is going on. Our organization BLS owns ( registered with the registrar ) the

Organization IP address is getting redirected to a website which does not belong to the organization.

2016-09-17 Thread Bhangui, Sandeep - BLS CTR
Hi Not exactly sure whether this is a DNS issue but hoping someone here on this forum can provide some advice/suggestion as I am trying to figure out what is going on. Our organization BLS owns ( registered with the registrar ) the network address 146.142.xxx.xxx. But if someone from the

Postgresql 8.4 optimize heavy load

2016-09-17 Thread Job
Hello, i would please like to have some suggestions to optimize Postgres 8.4 for a very heavy number of select (with join) queries. The queries read data, very rarely they write. Thank you! Francesco ___ Please visit