What version of frp are you using (./frpc -v or ./frps -v)?
0.10.0
What operating system and processor architecture are you using (go env)?
server: aliyun ubuntu 16.04
client: windows 10
Configures you used:
bind_addr = 0.0.0.0
bind_port = 7000
vhost_http_port = 80
vhost_https_port = 443
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = 123
log_file = ./frps.log
log_level = info
log_max_days = 3
privilege_mode = true
privilege_token = 123
privilege_allow_ports = 2000-3000,3001,3003,4000-50000
max_pool_count = 100
authentication_timeout = 900
subdomain_host = frps.com
tcp_mux = true
[common]
server_addr = www.myaliyunurl.com
server_port = 7000
log_file = ./frpc.log
log_level = info
log_max_days = 3
privilege_token = 123
pool_count = 5
tcp_mux = true
user = your_name
[ssh]
privilege_mode = true
type = tcp
local_ip = 127.0.0.1
local_port = 6666
use_encryption = true
use_compression = false
remote_port = 6666
Steps to reproduce the issue:
Describe the results you received:
2017/08/03 01:58:19 [E] [control.go:235] authorization failed
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
在aliyun上出问题,电信正常。aliyun直接用域名,电信服务器直接用IP地址。
Can you point out what caused this issue (optional)
这种因为环境造成的不确定的问题,就给阿里云提工单吧。
看看会不会是 frps和frpc俩地的时间相差太大导致的验证失败啊?
authentication_timeout = 900
改为
authentication_timeout = 0
Most helpful comment
看这里,很可能是时区问题:http://www.right.com.cn/forum/forum.php?mod=viewthread&tid=262258