mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #137] 内网穿透,非对称型NAT,出口IP有多个时候 连接不上 #73
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @liyunde on GitHub (Sep 9, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/137
使用版本5.3和6.0都试过,效果是一样地
非对称型NAT网络里面
出口IP有多个时候,每次请求 IP 和端口都不一样
导致连接不上,一直打印
i/o timeout, retrying
换到IP 固定网络就可以连接上
请问,有没有解决方案,谢谢
@snail007 commented on GitHub (Sep 9, 2018):
goproxy解决不了这种底层网络问题,client和server需要能访问到bridge才能工作,这是基本前提要求。