mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1133] If client side IP will changes every few hours due to unstable internet connection, will server can't recognize client anymore? #886
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#886
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 @jerrychong25 on GitHub (Mar 13, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1133
What version of frp are you using (./frpc -v or ./frps -v)?
0.24.1
What operating system and processor architecture are you using (
go env)?Raspbian OS (Raspberry Pi) ARM architecture
Configures you used:
Client side
[common]
server_addr = XXX.XXX.XXX.XXX
server_port = 7000
admin_addr = 127.0.0.1
admin_port = 7400
token=111111
[test20000]
type = tcp
local_ip = 127.0.0.1
local_port = 20000
remote_port = 20000
Server side
[common]
bind_addr = 0.0.0.0
bind_port = 7000
vhost_http_port = 8080
dashboard_user = admin
dashboard_pwd = 111111
dashboard_port = 7500
allow_ports = 20000
token = 111111
Steps to reproduce the issue:
Describe the results you received:
So far I only tested under stable connection on client side, so no connection issue with server side so far. As I don't the environment of unstable internet connection to test this scenario.
Describe the results you expected:
To confirm on the server side behavior when client side IP changes every few hours due to unstable internet connection, will server can't recognize client anymore?
Additional information you deem important (e.g. issue happens only occasionally):
N/A
Can you point out what caused this issue (optional)
N/A
@fatedier commented on GitHub (Mar 13, 2019):
Just test, not a issue.
@jerrychong25 commented on GitHub (Mar 18, 2019):
@fatedier,
Tested frp library with very unstable internet condition.
Conclusion: frp client able to connect frp server despite very unstable internet condition.
Below are time log for our frp client with very unstable internet condition:
Thanks for great and useful frp library.