This is strange. I have a server (SuSE 7.1) which runs only SSHD and
BIND. When scanned from a remote node it comes up as 22 and 53 only.
So initially everything seems kosher...
However when scanned from itself, it always detects open ports that
are immediately closed and revolved to other open ports. These ports
are too small to be anything involved with SSH. So for example ports
3184 and 1196 might be open on one scan, and then 4208 2220 on the
next run of scans. The strange thing is they only remain open for a
few milliseconds. I cannot telnet into them. Not only that, but a
check of netstat or lsof reveals nothing. Any ideas? I've included a
couple scans below for reference... Thanks to anyone with ideas about
this.
-Jason
******************************SNIP******************************
Suse 7.1 linuxserver:~ # netcat -z -v localhost 1-10000
localhost [127.0.0.1] 4208 (?) open
localhost [127.0.0.1] 2220 (ganymede) open
localhost [127.0.0.1] 53 (domain) open
localhost [127.0.0.1] 22 (ssh) open
Suse 7.1 linuxserver:~ # netcat -z -v localhost 1-10000
localhost [127.0.0.1] 3245 (?) open
localhost [127.0.0.1] 1257 (?) open
localhost [127.0.0.1] 53 (domain) open
localhost [127.0.0.1] 22 (ssh) open
******************************SNIP******************************
* remove ".nospam" to email me directly.