mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4661] STCP visitor mode cannot start #3683
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#3683
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 @starworld99 on GitHub (Feb 8, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4661
Bug Description
Helllo my environment as follow: Router A installed both frps and frpc version 0.51, Router B frpc 0.42. I need establish p2p link between two routers.
frpc Version
0.42 on B and 0.51 on A
frps Version
0.51
System Architecture
openwrt
Configurations
on Router A side:
[modem]
type = stcp
local_ip = 192.168.8.1
local_port = 10033
use_encryption = true
use_compression = false
role = stcp visitor
server_name = modem
sk = password
on Router B side:
[modem]
type=stcp
local_ip=192.168.1.1
local_port=80
sk=password
use_encryption=true
use_compression=false
Logs
frpc could not start, no log collected
Steps to reproduce
...
Affected area
@starworld99 commented on GitHub (Feb 9, 2025):
let me answer it myself, on visitor side bind ip and bind port must given, local ip and local port is an option parameter.