[GH-ISSUE #3514] Router config conflict #2807

Closed
opened 2026-05-05 13:48:50 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @trancanh1102 on GitHub (Jul 3, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3514

Bug Description

Thanks for the great github repository.

i want to create multiple pages to listen to the specified ports but i seem to have an error somewhere

frps.ini
[common]
bind_port = 7000
kcp_bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443
allow_ports = 7800

frpc.ini
[common]
server_addr = 192.168.16.112
server_port = 7000
vhost_http_port = 80
vhost_https_port = 443

[web01]
type = http
local_port = 80
local_ip = 127.0.0.1
custom_domains = 192.168.16.112

[web02]
type = http
local_port = 7800
local_ip = 127.0.0.1
custom_domains = 192.168.16.112

but if i remove the config [web02] part i don't get the error message

frpc Version

0.50.0

frps Version

0.50.0

System Architecture

linux/amd64

Configurations

frps.ini
[common]
bind_port = 7000
kcp_bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443
allow_ports = 7800

frpc.ini
[common]
server_addr = 192.168.16.112
server_port = 7000
vhost_http_port = 80
vhost_https_port = 443

[web01]
type = http
local_port = 80
local_ip = 127.0.0.1
custom_domains = 192.168.16.112

[web02]
type = http
local_port = 7800
local_ip = 127.0.0.1
custom_domains = 192.168.16.112

Logs

[control.go:170] [18569ee3e1a51352] [web02] start error: router config conflict

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @trancanh1102 on GitHub (Jul 3, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3514 ### Bug Description Thanks for the great github repository. i want to create multiple pages to listen to the specified ports but i seem to have an error somewhere frps.ini [common] bind_port = 7000 kcp_bind_port = 7000 vhost_http_port = 80 vhost_https_port = 443 allow_ports = 7800 frpc.ini [common] server_addr = 192.168.16.112 server_port = 7000 vhost_http_port = 80 vhost_https_port = 443 [web01] type = http local_port = 80 local_ip = 127.0.0.1 custom_domains = 192.168.16.112 [web02] type = http local_port = 7800 local_ip = 127.0.0.1 custom_domains = 192.168.16.112 but if i remove the config [web02] part i don't get the error message ### frpc Version 0.50.0 ### frps Version 0.50.0 ### System Architecture linux/amd64 ### Configurations frps.ini [common] bind_port = 7000 kcp_bind_port = 7000 vhost_http_port = 80 vhost_https_port = 443 allow_ports = 7800 frpc.ini [common] server_addr = 192.168.16.112 server_port = 7000 vhost_http_port = 80 vhost_https_port = 443 [web01] type = http local_port = 80 local_ip = 127.0.0.1 custom_domains = 192.168.16.112 [web02] type = http local_port = 7800 local_ip = 127.0.0.1 custom_domains = 192.168.16.112 ### Logs [control.go:170] [18569ee3e1a51352] [web02] start error: router config conflict ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:48:50 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Aug 3, 2023):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1663130418 --> @github-actions[bot] commented on GitHub (Aug 3, 2023): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Author
Owner

@rhine14586 commented on GitHub (Sep 28, 2024):

same issue

<!-- gh-comment-id:2380570376 --> @rhine14586 commented on GitHub (Sep 28, 2024): same issue
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2807
No description provided.