I'm trying to telnet from my windows box into a service running on a known-available port on a mac laptop, but the connection is getting refused.
- I can telnet into the service locally.
- Firewalls are set to pass-through on both ends.
- Wiresharking the line shows that the SYN gets responded to with a RST, ACK. No connection is established.
What might be going on here? (Thanks in advance!)
localhostis the loopback, and that will prevent connection from outside the device. Try 0.0.0.0. – Shane Madden Jul 16 '11 at 18:01