mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3288] port not listening #2632
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#2632
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 @Kry1702 on GitHub (Feb 3, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3288
Bug Description
Based on the configuration information I provided, start the server (frps) and client (frpc) at the same time, the server log shows normal, check the port "telnet server IP 26000" through the command, the port cannot be accessed normally.
The server passes "netstat -antulp |grep 26000", but there is no port information.
Firewall release port.
SELinux disabled.
System Version: Centos 7.6
frpc Version
0.46.1
frps Version
0.46.1
System Architecture
linux/amd64
Configurations
frps config
frpc config
Logs
If the client does not add the "tls_enable = true" parameter,client fails to start.
端口检查
Steps to reproduce
4.Any host passed the "telnet serverIP 26000" command test
Affected area
@Kry1702 commented on GitHub (Feb 3, 2023):
issue has been resolved