mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4900] SSh tunnel gateway fails to connect with proxy bind address given 127.0.0.1 #3865
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#3865
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 @chiragmv on GitHub (Jul 26, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4900
Bug Description
When using ssh tunnel gateway and proxy bind to localhost, ssh client fails to connect.
frpc Version
dbclient as ssh client
frps Version
0.63.0
System Architecture
dbclient on armv7 frps on x86_64 Linux
Configurations
bindAddr = "0.0.0.0"
bindPort = 62000
sshTunnelGateway.bindPort = 60000
proxyBindAddr = "127.0.0.1"
log.level = "trace"
Logs
No logs on FRPS
dbclient:
dbclient -y -R :80:127.0.0.1:80 v0@x.x.x.x -p 60000 tcp --remote_port XXXX --proxy_name abc
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Jul 28, 2025):
You should check whether frps is listening on port 60000, and then verify if the network environment is functioning properly.
@chiragmv commented on GitHub (Jul 28, 2025):
Yes It is, just comment proxyBindAddr = "127.0.0.1" and everything works fine.
@chiragmv commented on GitHub (Jul 28, 2025):
and when I use bindport (62000) and connect frpc client, everything works fine
problem is when use sshTunnelgateway with local proxyBindAddr , ssh client cannot connect to frps