nmap on my webserver shows TCP ports 554 and 7070 open
Posted
by
atc
on Server Fault
See other posts from Server Fault
or by atc
Published on 2011-11-13T18:21:30Z
Indexed on
2011/11/14
1:54 UTC
Read the original article
Hit count: 646
I have a webserver that hosts various websites for me. The two services that are accessible outside are SSH and Apache2. These are running on a non-standard and standard port, respectively. All other ports are closed explicitly via arno-iptables-firewall. The host is running Debian Testing.
I noticed that a scan of the host using nmap produced different results from different PCs. From my laptop on my home network (behind a BT Homehub), I get the following:
Not shown: 996 filtered ports
PORT STATE SERVICE
80/tcp open http
554/tcp open rtsp
7070/tcp open realserver
9000/tcp open cslistener
whereas scanning from a US-based server with nmap 5.00 and a Linux box in Norway running nmap 5.21 I get the following:
Not shown: 998 filtered ports
PORT STATE SERVICE
80/tcp open http
9000/tcp open cslistener
so I hope it's my internal network or ISP that's playing up, but I cannot be sure.
Running a netstat -l | grep 7070
produces nothing. Similarly for port 554.
Can anyone explain the peculiarities I'm seeing?
© Server Fault or respective owner