mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3101] Ubuntu 18.04.4 系统开启 Dashboard 无法访问的问题 #2485
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#2485
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 @RamyHuang on GitHub (Sep 16, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3101
Bug Description
Ubuntu 18.04.4 系统开启 Dashboard 无法访问,在本地可以curl 通,但是在浏览器访问不到。
没有安全组,使用本机的iptable去管理的。
iptable的规则如下:
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:50000
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
ACCEPT all -- 127.0.0.1 127.0.0.1
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:88
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:50010
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:17001
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:88
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:7001
ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
DROP all -- 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
frpc Version
0.44.0
frps Version
0.44.0
System Architecture
Linux ubuntu 4.15.0-108-generic #109-Ubuntu SMP Fri Jun 19 11:33:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Configurations
[common]
bind_port = 7000
vhost_http_port = 80
log_file = ./frps.log
dashboard_user = ********
dashboard_pwd = ********
dashboard_port = 88
Logs
2022/09/16 01:40:59 [I] [root.go:209] frps uses config file: frps.ini
2022/09/16 01:40:59 [I] [service.go:194] frps tcp listen on 0.0.0.0:7000
2022/09/16 01:40:59 [I] [service.go:237] http service listen on 0.0.0.0:80
2022/09/16 01:40:59 [I] [service.go:293] Dashboard listen on 0.0.0.0:88
2022/09/16 01:40:59 [I] [root.go:218] frps started successfully
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Sep 16, 2022):
请 提供截图

@github-actions[bot] commented on GitHub (Oct 17, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.