mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #386] [Question] Can I forward all ports except some? #283
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#283
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 @ghost on GitHub (Jun 29, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/386
Hi! Thanks for your program!
I have a question - can I forward all ports from a server with public IP to server with NAT?
For example:
myserver:25565 would point to myclient:25565 (which is behind NAT)
and so on for EVERY port except 22 (so myserver:22 would still point to myserver:22)
Can this be done with frp?
@ghost commented on GitHub (Jun 29, 2017):
TL;DR:
How to expose all TCP/UDP ports except port 22?
@fatedier commented on GitHub (Jun 29, 2017):
What's your real need is VPN?
Now frp can only expose one port in one tunnel. You may export all ports you want by creating many tunnels although it's not a good idea.
@ghost commented on GitHub (Jun 29, 2017):
@fatedier hmm, VPN?
is there any tutorials on the internet?
@fatedier commented on GitHub (Jun 30, 2017):
https://en.wikipedia.org/wiki/Virtual_private_network
https://openvpn.net/index.php/open-source/downloads.html