mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2947] TCP and HTTP intranet penetration cannot be set at the same time #2351
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#2351
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 @willyautoman on GitHub (May 21, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2947
Bug Description
TCP and HTTP intranet penetration cannot be set at the same time
frpc Version
0.41.0
frps Version
0.41.0
System Architecture
linux/amd64
Configurations
-- frps.ini ---
[common]
bind_port=7000
vhost_http_port=18080
---- frpc.ini ----
[common]
server_addr = x.x.x.x.x.
server_port = 7000
vhost_http_port=18080
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
[jellyfin]
type = tcp
local_ip = 172.17.0.3
local_port = 8096
remote_port =18096
[qbittorrent]
type = http
local_ip = 172.17.0.2
local_port = 8080
custom_domains = frp.x.tech
Logs
2022/05/22 03:06:47 [I] [root.go:202] frps uses command line arguments for config
2022/05/22 03:06:47 [I] [service.go:194] frps tcp listen on 0.0.0.0:7000
2022/05/22 03:06:47 [I] [root.go:209] frps started successfully
2022/05/22 03:06:53 [I] [service.go:450] [adc1f5d46b1e9957] client login info: ip [1.28.102.6:43852] version [0.41.0] hostname [] os [linux] arch [amd64]
2022/05/22 03:06:53 [I] [tcp.go:64] [adc1f5d46b1e9957] [jellyfin] tcp proxy listen port [18096]
2022/05/22 03:06:53 [I] [control.go:465] [adc1f5d46b1e9957] new proxy [jellyfin] success
2022/05/22 03:06:53 [W] [control.go:461] [adc1f5d46b1e9957] new proxy [qbittorrent] error: type [http] not support when vhost_http_port is not set
2022/05/22 03:06:53 [I] [tcp.go:64] [adc1f5d46b1e9957] [ssh] tcp proxy listen port [6000]
2022/05/22 03:06:53 [I] [control.go:465] [adc1f5d46b1e9957] new proxy [ssh] success
Steps to reproduce
...
Affected area
@Becods commented on GitHub (May 24, 2022):
Please set vhost_http_port.
@github-actions[bot] commented on GitHub (Jun 24, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.