I've asked this on the DigitalOcean forum but haven't heard any responses. I have a droplet running Debian 8.1 x64 and I'm trying to set up a basic netcat connection (I'm using nc.openbsd on both my local and remote machine). I ssh into my server and enter
nc -l -v 5555
and get back
Listening on [0.0.0.0] (family 0, port 5555)
Then I go to my local machine and enter
nc -v [domain.com] 5555
and never hear anything back. Entering text does not cause it to come up on the other end. I've tried these exact commands on local machines connected over my LAN and it works fine. Also even when listening on the ports an nmap scan returns the port as filtered
.
Anyone know what could be causing this? I've been looking at every tutorial and searching as many sites as I can find for the last 24 hours and no luck. I'm guessing this is an easy fix and I'm not typing in the right search terms.