You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frps start , frpc start, they establish connection success. then a connection to connect the frps fixed port,frps can receive the connection,and print the connection information on backend,but the frpc print connect to local service [127.0.0.1:22] error: dial tcp 127.0.0.1:22: i/o timeout
Bug Description
frps start , frpc start, they establish connection success. then a connection to connect the frps fixed port,frps can receive the connection,and print the connection information on backend,but the frpc print connect to local service [127.0.0.1:22] error: dial tcp 127.0.0.1:22: i/o timeout
frpc Version
0.61.1
frps Version
0.61.1
System Architecture
linux/amd64,linux arm64
Configurations
frps
bindPort = 7000
auth.token = "Frp20250224"
frpc
serverAddr = "57.201.23.107"
serverPort =7000
auth.token = "Frp20250224"
[[proxies]]
name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 4567
Logs
No response
Steps to reproduce
1.1start frps
1.2 start frpc

3 connect the server 4567 port

4 frps receive the tcp

5 frpc report i/o timeout (ps: frps and frpc device time not same)

use command on frpc device (ss -ltunp | grep 22) indicate the port 22 is opened

so, i guess the frpc device because of not install the ssh,cause the i/o error ? the frpc device use the dropbear tool replace the ssh
Affected area
The text was updated successfully, but these errors were encountered: