Giter Site home page Giter Site logo

Comments (5)

MikeWang000000 avatar MikeWang000000 commented on August 25, 2024

如果您在Windows打开了3389远程桌面,该端口是独占的,因此Natter不能使用这个端口。
请使用其他未被占用的端口进行测试。

from natter.

Timozaici avatar Timozaici commented on August 25, 2024

如果您在Windows打开了3389远程桌面,该端口是独占的,因此Natter不能使用这个端口。 请使用其他未被占用的端口进行测试。

原来是这样,谢谢解答

from natter.

WuJoker avatar WuJoker commented on August 25, 2024

@MikeWang000000 如果在这种情况下,例如一台电脑是通过直接拨号获得运营商100开头IP(Full Cone),是不是永远无法使用工具了,3389必然是被占用的。
而借助一层路由器,例如把电脑的3389映射到路由器的13389,却可以通过python natter.py -t 13389获得穿透?

from natter.

MikeWang000000 avatar MikeWang000000 commented on August 25, 2024

@WuJoker 转发可以在任意Full Cone的主机上进行,使用路由器是因为比较方便。
Windows上可以使用socat、gost等工具进行转发,监听Natter绑定的端口转发至3389*。
这种转发的缺陷是:由于它们都是是socket层面的转发,从3389端口看,外部连接的IP都是127.0.0.1。而Linux的iptables转发没有这种问题。


*注:和RDP服务监听的3389不同,Natter绑定的端口不是独占的,因此可以被其他工具转发至独占的目标端口。示意图为:

[100.64.1.1:3389] <-Port Forwarding-> [100.64.1.1:3456] <-Natter-> [203.0.113.10:14500]

from natter.

Related Issues (20)

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.