Linux Chat by using ncat

()

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
How to use ncat to chat
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 / 5. Vote count:

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

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Leave a Reply

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