mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #60] [Question] Does the tool perform NAT hole punching? #24
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#24
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 @bradacina on GitHub (Aug 5, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/60
Hi,
It's unclear to me if this tool provides NAT hole punching or not? I'm running a host behind a NAT. The admin of the NAT does not want to allow my host to be visible on the internet so he's only allowing outgoing connections from my host and replies. No incoming connections are allowed. Will this tool allow me to expose a service running on my host to the internet? Thanks.
@fatedier commented on GitHub (Aug 5, 2016):
frp is good fit for you. All connections are established from frpc to frps and messages are forwarded by frps. You should run frpc in your server behind NAT.
NAT hole punching is planned to support in the future.
@bradacina commented on GitHub (Aug 5, 2016):
Thank you very much!