mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2043] Just a quick question if possible, thank you for writing this excellent code. #1626
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#1626
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 @jreiners on GitHub (Oct 30, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2043
Hello, just a quick general question, how is it handled if
OTHERPC-A & ClientB | server
I've got it all working great for localhost ports on ClientB
if I wanted to host OTHERPC-A:8080 over client b's config, is this possible?
I tried setting
local_ip = OTHERPC-A'sIP and it didn't seem to work for me. I looked at the go source a bit, was just curious if possible without adding a socat on localhost forwarding to OTHERPC-A?@kingwilliam commented on GitHub (Oct 31, 2020):
Can you provide more information about what pcA service and port. (Like pcA ftp passive mode)
@fatedier commented on GitHub (Nov 2, 2020):
You should make sure ClientB can connect to OTHERPC-A:8080.
@jreiners commented on GitHub (Nov 2, 2020):
@fatedier clientb can access otherpc-a:8080 no problem, they are behind the same firewall at that location, and on the same subnet, I ended up adding a temporary localhost port forward for 127:0.0.1:8080 >> otherpc-a:8080 and it worked, but I'd like to have frp just connect to the other host which would skip a step in setup for a bunch of users, and I could get rid of a bunch of services.
You have a great program, with a really nice interface thank you.
@jreiners commented on GitHub (Nov 2, 2020):
So local_ip can be other-machine-a's ip if it's on the same network?
On Sun, Nov 1, 2020, 9:05 PM fatedier notifications@github.com wrote:
@fatedier commented on GitHub (Nov 3, 2020):
Follow the issue template to show more info?
@github-actions[bot] commented on GitHub (Dec 19, 2020):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.