|
Home > Archive > Unix Programming > November 2006 > nmap - filtered, why?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
nmap - filtered, why?
|
|
| Oliveira 2006-11-30, 7:27 am |
| A linux machine is collecting data from 3 equipments using sockets.
The data is collected using the port 502 on those equipments.
After the system boot, and using nmap using the equpments's ip address
the return is
PORT STATE SERVICE
21/tcp open ftp
23/tcp open telnet
502/tcp open asa-appl-proto
After some time (typically 48 hours) the ports are all filtered,
without any user intervention.
PORT STATE SERVICE
21/tcp filtered ftp
23/tcp filtered telnet
502/tcp filtered asa-appl-proto
There is no firewall ("service iptables status" gives "Firewall is
stopped.").
There are 3 applications reading data from those 3 equipments each 5
seconds.
There is also a apache and mysql server running.
Any idea why the ports are filtered?
Thanks.
| |
|
| On 30 Nov 2006 00:13:19 -0800
"Oliveira" <emanuel.oliveira@mobrob.com> wrote:
> A linux machine is collecting data from 3 equipments using sockets.
> The data is collected using the port 502 on those equipments.
>
> After the system boot, and using nmap using the equpments's ip address
> the return is
>
> PORT STATE SERVICE
> 21/tcp open ftp
> 23/tcp open telnet
> 502/tcp open asa-appl-proto
>
> After some time (typically 48 hours) the ports are all filtered,
> without any user intervention.
>
> PORT STATE SERVICE
> 21/tcp filtered ftp
> 23/tcp filtered telnet
> 502/tcp filtered asa-appl-proto
>
> There is no firewall ("service iptables status" gives "Firewall is
> stopped.").
> There are 3 applications reading data from those 3 equipments each 5
> seconds.
> There is also a apache and mysql server running.
>
> Any idea why the ports are filtered?
filtered means not responding. so it's not responding.
--
Regards, Ed :: http://www.gnunix.net
proud Java hacker
The previous Iraqi regime collapsed within one hour of Mr. T pitying
Saddam Hussein
|
|
|
|
|