[GH-ISSUE #3685] Find unknown ips in my frps.log #2934

Closed
opened 2026-05-05 13:53:44 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @GraceZhuuu on GitHub (Oct 16, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3685

Bug Description

I am a newbie. I just tried to set up the service in the morning. After the test was normal, I went to take a nap. After my nap, I checked the frps log and found the login record of the unknown IP. I didn't know what was going on, but I was worried, so I stopped the service. My configuration is the simplest configuration, and many unused plug-ins are commented out.
Home_image_2
the masked one are my own ip, and the others are unknown. Please give some advise to me, 3Q!

我是新手。我只是嘗試在早上設定服務。檢查正常後我就去睡覺了。午睡後,我查看了frps日誌,發現了未知IP的登入記錄。我不知道發生了什麼事,但我擔心,所以我停止了服務。我的配置是最簡單的配置,很多沒用的插件都被註解掉了。
被屏蔽的就是我自己的ip,其他的都不知道。請給我一些建議,3Q!

frpc Version

0.52.1

frps Version

0.52.1

System Architecture

linux/amd64

Configurations

bindAddr = "0.0.0.0"
bindPort = 7002
kcpBindPort = 7002
transport.maxPoolCount = 5
[[proxies]]
# 'ssh' is the unique proxy name
# If global user is not empty, it will be changed to {user}.{proxy} such as 'your_name.ssh'
name = "ssh"
type = "tcp"
localIP = "172.20.109.133"
localPort = 22
# Limit bandwidth for this proxy, unit is KB and MB
transport.bandwidthLimit = "1MB"
# Where to limit bandwidth, can be 'client' or 'server', default is 'client'
transport.bandwidthLimitMode = "client"
# If true, traffic of this proxy will be encrypted, default is false
transport.useEncryption = false
# If true, traffic will be compressed
transport.useCompression = false
# Remote port listen by frps
remotePort = 6001
# frps will load balancing connections for proxies in same group
loadBalancer.group = "test_group"
# group should have same group key
loadBalancer.groupKey = "123456"
# Enable health check for the backend service, it supports 'tcp' and 'http' now.
# frpc will connect local service's port to detect it's healthy status
healthCheck.type = "tcp"

Logs

No response

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 @GraceZhuuu on GitHub (Oct 16, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3685 ### Bug Description I am a newbie. I just tried to set up the service in the morning. After the test was normal, I went to take a nap. After my nap, I checked the frps log and found the login record of the unknown IP. I didn't know what was going on, but I was worried, so I stopped the service. My configuration is the simplest configuration, and many unused plug-ins are commented out. ![Home_image_2](https://github.com/fatedier/frp/assets/124070462/885cc9c6-9d19-4379-a371-765b6812ec8a) the masked one are my own ip, and the others are unknown. Please give some advise to me, 3Q! 我是新手。我只是嘗試在早上設定服務。檢查正常後我就去睡覺了。午睡後,我查看了frps日誌,發現了未知IP的登入記錄。我不知道發生了什麼事,但我擔心,所以我停止了服務。我的配置是最簡單的配置,很多沒用的插件都被註解掉了。 被屏蔽的就是我自己的ip,其他的都不知道。請給我一些建議,3Q! ### frpc Version 0.52.1 ### frps Version 0.52.1 ### System Architecture linux/amd64 ### Configurations ``` bindAddr = "0.0.0.0" bindPort = 7002 kcpBindPort = 7002 transport.maxPoolCount = 5 ``` ``` [[proxies]] # 'ssh' is the unique proxy name # If global user is not empty, it will be changed to {user}.{proxy} such as 'your_name.ssh' name = "ssh" type = "tcp" localIP = "172.20.109.133" localPort = 22 # Limit bandwidth for this proxy, unit is KB and MB transport.bandwidthLimit = "1MB" # Where to limit bandwidth, can be 'client' or 'server', default is 'client' transport.bandwidthLimitMode = "client" # If true, traffic of this proxy will be encrypted, default is false transport.useEncryption = false # If true, traffic will be compressed transport.useCompression = false # Remote port listen by frps remotePort = 6001 # frps will load balancing connections for proxies in same group loadBalancer.group = "test_group" # group should have same group key loadBalancer.groupKey = "123456" # Enable health check for the backend service, it supports 'tcp' and 'http' now. # frpc will connect local service's port to detect it's healthy status healthCheck.type = "tcp" ``` ### Logs _No response_ ### 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
Author
Owner

@fatedier commented on GitHub (Oct 17, 2023):

可能被攻击,建议不要继续使用,或者通过防火墙限制。

<!-- gh-comment-id:1766041003 --> @fatedier commented on GitHub (Oct 17, 2023): 可能被攻击,建议不要继续使用,或者通过防火墙限制。
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#2934
No description provided.