mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2762] [Feature Request] Multiple IP on server and remote_Ip value #2210
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#2210
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 @d-513 on GitHub (Jan 13, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2762
Describe the feature request
My server has many public ip, I need to define what IP to use with frpc
Describe alternatives you've considered
multiple instances of frps
Affected area
@Becods commented on GitHub (Feb 23, 2022):
293003fcdb/conf/frps_full.ini (L3-L6)or yongboy/bindp
@d-513 commented on GitHub (Feb 23, 2022):
yes, but you need multiple instances to use many addresses
@yashodhank commented on GitHub (Apr 4, 2022):
What OP meant is having Multiple FRPS running on different cloud server having their own public IPs and allow FRPC hosting one or many services on local port to use these FRPS to ensure high availability of exit node? correct me if I am wrong. @dada513
I am playing with Traefik to do it right now but wonder if there is any FRPS/FRPC native way of doing it with SSL termination.
In my case I am using Traefik docker container for ssl termination for one FRPS instance at the moment I have not yet tested possibility of having multiple FRPS nodes into Traefik router to achieve high availability.
In my case, I have
subdomian.domain.extis unique exposing local web server using FRPC and FRPS hosted on cloud server behind Traefik router (in docker) is terminating SSL as well as working as revers proxy for FRPS connection from internet; So with Traefik load balancer configuration is technically possible but I am yet to test it with multiple FRPS hosted on different cloud instances.Thank you
@Nour963 commented on GitHub (Oct 27, 2022):
@yashodhank any news of that ?
@github-actions[bot] commented on GitHub (Jul 31, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
@yashodhank commented on GitHub (Jul 31, 2023):
@Nour963 I was able to get it working for my own use case in limited way as natively FRP does not support it at the moment.
I have implemented Docker-swarm, Traefik as load balancer and gateway for FRP Server instances running on remote nodes on any popular cloud providers. Where as FRP Clients are connecting to one such server instance to make services available to/from internet.
@github-actions[bot] commented on GitHub (Aug 31, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.