i ran nmap in the following configurations.
c:\programs\nmap>nmap --open 192.168.1.7 -sV
Starting nmap 4.20 <
http://insecure.org > at 2007-05-02 11:01 Pacific Daylight Time
Interesting ports on 192.168.1.7:
Not shown: 1696 closed ports
PORT STATE SERVICE VERSION
8080/tcp open tcpwrapped
MAC Address: 00:XY:ZA:BC

e:fg <Arcadyan Technology>
Service detection performed. Please report any incorrect results at http:insecure.org/nmap/submit/ .
Nmap finished: 1 IP address <1 host up> scanned in 20.129 seconds.
I guess this means that there is only one port open, the 8-8- port which allows the streaming n of content from the external internet.
is that correct?
why is it showing only 1696 ports, there are over 60000 ports, correct?
i tried to scan port 1900, by doing the following
c:\programs\nmap>nmap --open 192.168.1.7 -p 1900
Starting nmap 4.20 <
http://insecure.org > at 2007-05-02 11:01 Pacific Daylight Time
the 1 scanned port on 192.168.1.7 is closed.
MAC Address: 00:XY:ZA:BC

e:fg <Arcadyan Technology>
Service detection performed. Please report any incorrect results at http:insecure.org/nmap/submit/ .
Nmap finished: 1 IP address <1 host up> scanned in 13.510 seconds.
i tried the following
c:\programs\nmap>nmap --open 192.168.1.7 -PS
Starting nmap 4.20 <
http://insecure.org > at 2007-05-02 11:01 Pacific Daylight Time
Interesting ports on 192.168.1.7:
Not shown: 1696 closed ports
PORT STATE SERVICE VERSION
8080/tcp open http-proxy
MAC Address: 00:XY:ZA:BC

e:fg <Arcadyan Technology>
Nmap finished: 1 IP address <1 host up> scanned in 19.478 seconds.
port 1900 is to my understanding the port for service discovery, however when i tried to probe it (as above), it came up with port closed, you think that would be a firewall in operation?
some one told me to try and telnet to the different ports and that would indicate if the port was available(close or open), is that correct?
do you think i should run nmap with any other switches/arguments
is there any way i can open the ports on the streamium?