Giter Club home page Giter Club logo

Comments (4)

arpit1997 avatar arpit1997 commented on July 21, 2024

There could be some reasons for this:

  • In the probe settings you have selected an outgoing IP (and with that a network interface) that can not reach the desired target system. The IP stack on the probe system tries to open an outgoing port but the selected network interface can't provide it.
  • Or the port you are trying to connect with is already in use.
    You can try tackling this problem by running:
    netstat -ntlp | grep LISTEN
    on your ubuntu system. and see if the port is in use or not.
    Hope this helps 😄 😸

from textcleanser.

wanghm92 avatar wanghm92 commented on July 21, 2024

@arpit1997 Thanks a lot for the reply!

from textcleanser.

arpit1997 avatar arpit1997 commented on July 21, 2024

Oh my pleasure. You can try these too.

  • Check if a port is being used by a process or not
    $ netstat -tulnp | grep <port no>
  • you can also use kill or pkill to kill the process and free the specified port.
    Thank you. Hope that i helped.
    🚬 😸

from textcleanser.

wanghm92 avatar wanghm92 commented on July 21, 2024

@arpit1997 Haha! Thanks! I'll try if I were to use it in the future!😄

from textcleanser.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.