Results 1 to 5 of 5

Thread: ncat and firewall

  1. #1
    Junior Member
    Join Date
    Dec 2018
    Posts
    1

    ncat and firewall

    Hi, everyone.

    IM trying to bypass firewall using ncat but even thought I open a post it still gets block from the outside

    from the inside: ncat -l 31339
    from the outside ncat <IP> 31339

    what can I do ?

  2. #2
    Administrator Steve R Jones's Avatar
    Join Date
    Apr 2011
    Location
    USA
    Posts
    390
    from the outside ncat <IP> 31339

    That is NOT an IP number... It looks more like a "Port" number.

  3. #3
    Junior Member
    Join Date
    Nov 2018
    Posts
    2
    Can you elaborate, please? Unable to understand! You open a port, why?

  4. #4
    Junior Member
    Join Date
    Nov 2018
    Posts
    2
    He mentioned the IP in '<>' so he did not mention the IP purposefully, indeed it is a port number, that is what he mean.

  5. #5
    Junior Member
    Join Date
    May 2004
    Posts
    13
    I suspect the firewall you are using employs Network Address Translation, which means you need to ensure you have created a policy on the firewall to forward the incoming connection to port 31339 to the private IP address of the system you are using to listen on port 31339.

    Can you confirm the firewall is properly configured to forward this port to the system you are using to listen for the incoming connection?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •