Comment by wellf
14 days ago
Never used telnet to log in to something but it is a cool debugging tool, so used it for that. E.g. can this container even send traffic to that container at all.
14 days ago
Never used telnet to log in to something but it is a cool debugging tool, so used it for that. E.g. can this container even send traffic to that container at all.
I'm a fan of 'nc' / netcat for this purpose. It's small, quick, and can send or receive over TCP or UDP.