Linux Chat by using ncat

0
(0)

How to use ncat to chat

Step1 – start chat using ncat on machine at the right side.

$ ncat -l 8080

Step2 – connect to listening host from machine on the left side.

$ ncat 192.168.1.2 8080
Click to zoom

In this example, ncat use port 8080 in case of chat session, however any ports are possible, but appreciated are unprivileged port starting above port 1024 will be preferable.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Leave a Reply

Your email address will not be published. Required fields are marked *