mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3281] Method to forward through a client to an internal device? #2631
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#2631
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 @ylluminate on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3281
Describe the feature request
In a scenario where one needs to access another device on a LAN that is incapable of running
frpc, is it possible to have anfrpcclient on a system forward access to another internal IP+port?So, as an example, if I need to directly access a network device at LAN IP:port 192.168.0.15:2345, could another
frpc.inibe setup to facilitate accessing that device through itself and creating the tunnel back out to thefrpsserver?If this can be done, is there an example config for the
frpc.inito do this?Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Feb 1, 2023):
https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#L153
@ylluminate commented on GitHub (Feb 1, 2023):
Thank you, this helps. It does appear that simply forwarding an IP + port to another device actually works perfectly. This leads me to believe that one could simply run
frpcon a single system on a LAN and then forward all ports to any and all devices desired through this singular client.