steve_roach
2007-03-03, 09:44 PM CST
Hi,
I think I have opened a port (12963) on my ADSL router (a DLink DSL-502T) but, when checking the port with nmap, it doesn't seem to be open:
----------------------------
$ nmap -v 10.1.1.3
Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2007-03-03 19:34 EST
Initiating SYN Stealth Scan against 10.1.1.3 [1663 ports] at 19:34
Discovered open port 22/tcp on 10.1.1.3
Discovered open port 25/tcp on 10.1.1.3
Discovered open port 139/tcp on 10.1.1.3
Discovered open port 1521/tcp on 10.1.1.3
Discovered open port 111/tcp on 10.1.1.3
Discovered open port 445/tcp on 10.1.1.3
Discovered open port 5520/tcp on 10.1.1.3
The SYN Stealth Scan took 0.16s to scan 1663 total ports.
Host 10.1.1.3 appears to be up ... good.
Interesting ports on 10.1.1.3:
(The 1656 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
111/tcp open rpcbind
139/tcp open netbios-ssn
445/tcp open microsoft-ds
1521/tcp open oracle
5520/tcp open sdlog
Nmap finished: 1 IP address (1 host up) scanned in 1.969 seconds
Raw packets sent: 1665 (66.6KB) | Rcvd: 3335 (133KB)
-----------------------------
or
-----------------------------
$ nmap -p 12963 -v 10.1.1.3
Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2007-03-04 15:43 EST
Initiating Connect() Scan against 10.1.1.3 [1 port] at 15:43
The Connect() Scan took 0.00s to scan 1 total ports.
Host 10.1.1.3 appears to be up ... good.
Interesting ports on 10.1.1.3:
PORT STATE SERVICE
12963/tcp closed unknown
Nmap finished: 1 IP address (1 host up) scanned in 2.380 seconds
-----------------------------
A couple of questions;
Should I see port 12963 on the nmap list?
Should I have made any changes to iptables to accommodate this?
TIA
Steve
I think I have opened a port (12963) on my ADSL router (a DLink DSL-502T) but, when checking the port with nmap, it doesn't seem to be open:
----------------------------
$ nmap -v 10.1.1.3
Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2007-03-03 19:34 EST
Initiating SYN Stealth Scan against 10.1.1.3 [1663 ports] at 19:34
Discovered open port 22/tcp on 10.1.1.3
Discovered open port 25/tcp on 10.1.1.3
Discovered open port 139/tcp on 10.1.1.3
Discovered open port 1521/tcp on 10.1.1.3
Discovered open port 111/tcp on 10.1.1.3
Discovered open port 445/tcp on 10.1.1.3
Discovered open port 5520/tcp on 10.1.1.3
The SYN Stealth Scan took 0.16s to scan 1663 total ports.
Host 10.1.1.3 appears to be up ... good.
Interesting ports on 10.1.1.3:
(The 1656 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
22/tcp open ssh
25/tcp open smtp
111/tcp open rpcbind
139/tcp open netbios-ssn
445/tcp open microsoft-ds
1521/tcp open oracle
5520/tcp open sdlog
Nmap finished: 1 IP address (1 host up) scanned in 1.969 seconds
Raw packets sent: 1665 (66.6KB) | Rcvd: 3335 (133KB)
-----------------------------
or
-----------------------------
$ nmap -p 12963 -v 10.1.1.3
Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2007-03-04 15:43 EST
Initiating Connect() Scan against 10.1.1.3 [1 port] at 15:43
The Connect() Scan took 0.00s to scan 1 total ports.
Host 10.1.1.3 appears to be up ... good.
Interesting ports on 10.1.1.3:
PORT STATE SERVICE
12963/tcp closed unknown
Nmap finished: 1 IP address (1 host up) scanned in 2.380 seconds
-----------------------------
A couple of questions;
Should I see port 12963 on the nmap list?
Should I have made any changes to iptables to accommodate this?
TIA
Steve