Proving the Leopard Firewall Issue in Four Easy Steps
Wednesday, November 7th, 2007Mac side, from a Terminal:
sudo su
nc -l <port number> (I used 1000)
Ensure that your Leopard firewall settings are set to “Block all incoming connections” and “Enable Stealth Mode” (in the advanced settings)
From a remote machine:
nc <leopard ip> <port from above>
Connected! If you don’t have netcat on a remote machine, you can simply telnet to the […]