I did?
>Mike it looks like one of you systems is on the wireless and the other on the Wired.
Yes, that is correct. Both connected to the modem
>Can you run on both servers:
># apt-get install nmap
>Then on each server:
># nmap -PN 192.168.0.3
># nmap -PN 192.168.0.4
>and post that?
bmike1@Michaels-PC:/etc/init.d$ sudo nmap -PN 192.168.0.3
Starting Nmap 5.21 (
http://nmap.org ) at 2012-03-31 12:38 MST
Nmap scan report for 192.168.0.3
Host is up (0.000045s latency).
Not shown: 992 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
139/tcp open netbios-ssn
443/tcp open https
445/tcp open microsoft-ds
631/tcp open ipp
5800/tcp open vnc-http
5900/tcp open vnc
Nmap done: 1 IP address (1 host up) scanned in 0.80 seconds
bmike1@Michaels-PC:/etc/init.d$ sudo nmap -PN 192.168.0.4
Starting Nmap 5.21 (
http://nmap.org ) at 2012-03-31 12:38 MST
Nmap scan report for Michaels-Laptop (192.168.0.4)
Host is up (0.0076s latency).
Not shown: 999 closed ports
PORT STATE SERVICE
22/tcp open ssh
MAC Address: 94:39:E5:11:B8:84 (Unknown)
Nmap done: 1 IP address (1 host up) scanned in 1.94 seconds
bmike1@Michaels-PC:/etc/init.d$
Ubuntu (print server).