找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 15905|回复: 10

问下ARIA2的端口6800,内网穿透了,连不上?

[复制链接]
发表于 2017-5-8 20:54 | 显示全部楼层 |阅读模式
ngrok设置好了映射6800 HTTP端口路由器上也设置好了,可就是无法连上,只能在路由器的网络里连上,是不是防火墙还设置什么?
我的恩山、我的无线 The best wifi forum is right here.
发表于 2017-6-17 15:23 | 显示全部楼层
表示修行不够看不懂诶
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2017-8-6 03:19 | 显示全部楼层
网址+/ariaweb/index.html  试试,感觉web页面用的是80端口下aria自己目录的样子,苦恼中。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2017-8-10 12:53 | 显示全部楼层
楼主的情况能描述清楚点吗?看不懂问题是什么。 你用的什么webui?
我也是内网穿透,不过使用frp,aria ui用的aria-ng,没有问题的。
我的设置:
首先,frp穿透(ngrok类似吧)需要穿透两个端口:将8082映射成aria2主程序的web端口,将6800端口映射到RPC连接,比如:
[aria]                       
type = http                  
local_ip = 192.168.1.3      
local_port = 8082            
custom_domains = aria.xxxx.com

[aria_rpc]                     
type = http                    
local_ip = 192.168.1.3
local_port = 6800              
custom_domains = aria_rpc.xxxx.com


这样通过外网访问 aria.xxxx.com就行能访问webui了,在web上面设置aria-ng的rpc连接配置成: http://aria_rpc.xxxx.com:80/jsonrpc

点评

求具体设置方法,我在搬瓦公上的frps.ini添加了你说的 [aria] type = http local_ip = 192.168.50.1 local_port = 8082 custom_domains = aria.xx  详情 回复 发表于 2018-5-8 15:57
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2017-8-12 08:55 | 显示全部楼层
为了看看,我立刻来了,。,。,。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2018-5-8 15:57 | 显示全部楼层
bear110 发表于 2017-8-10 12:53
楼主的情况能描述清楚点吗?看不懂问题是什么。 你用的什么webui?
我也是内网穿透,不过使用frp,aria ui ...

求具体设置方法,我在搬瓦公上的frps.ini添加了你说的
[aria]                       
type = http                  
local_ip = 192.168.50.1      
local_port = 8082            
custom_domains = aria.xxxx.com

[aria_rpc]                     
type = http                    
local_ip = 192.168.50.1
local_port = 6800              
custom_domains = aria_rpc.xxxx.com

路由器怎么映射端口呢?
远程能穿透路由器
ARIA2无法远程

点评

这是路由器上frpc.ini的内容,不需要添加到服务器上的。给你看下我的服务器上frps.ini的配置,参考下:  详情 回复 发表于 2018-5-8 17:43
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2018-5-8 17:43 | 显示全部楼层
live2490 发表于 2018-5-8 15:57
求具体设置方法,我在搬瓦公上的frps.ini添加了你说的
[aria]                       
type = http     ...

这是路由器上frpc.ini的内容,不需要添加到服务器上的。给你看下我的服务器上frps.ini的配置,参考下:

  1. vhost_http_port = 8080
  2. vhost_https_port = 8443
  3. [common]
  4. bind_addr = 搬瓦工IP地址
  5. bind_port = 5443
  6. #kcp_bind_port = 5443
  7. privilege_token = abcde
  8. #privilege_allow_ports = 50000-60000
  9. vhost_http_port = 8080
  10. vhost_https_port = 8443
  11. auth_token = abcde
  12. dashboard_port = 6443
  13. dashboard_user = <username>
  14. dashboard_pwd = xxxxx
  15. authentication_timeout = 86400

  16. [r1]
  17. type = http
  18. auth_token = abcde
  19. custom_domains = r1.asdfasdf.win

  20. [k2p]
  21. type = http
  22. auth_token = abcde
  23. custom_domains = k2p.asdfasdf.win
复制代码

点评

大师,能不能把你的配置共享一下啊。  详情 回复 发表于 2018-5-12 23:55
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2018-5-12 23:55 | 显示全部楼层
bear110 发表于 2018-5-8 17:43
这是路由器上frpc.ini的内容,不需要添加到服务器上的。给你看下我的服务器上frps.ini的配置,参考下:
...

大师,能不能把你的配置共享一下啊。

点评

按你说的服务器配置文件编辑了。然后路由器这边是怎么配置?你写出来的有点不明白。 [aria] type = http local_ip = 192.168.50.1 local_port = 8082  详情 回复 发表于 2018-5-13 00:02
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2018-5-13 00:02 | 显示全部楼层
live2490 发表于 2018-5-12 23:55
大师,能不能把你的配置共享一下啊。

按你说的服务器配置文件编辑了。然后路由器这边是怎么配置?你写出来的有点不明白。

[aria]                       
type = http                  
local_ip = 192.168.50.1      
local_port = 8082            
custom_domains = aria.xxxx.com  (这里是不是写r1.asdfasdf.win)

[aria_rpc]                     
type = http                    
local_ip = 192.168.50.1
local_port = 6800              
custom_domains = aria_rpc.xxxx.com  (这里写k2p.asdfasdf.win)

点评

6800这个不是对应到路由器的,是路由器上aria的rpc端口,在rpc里面设置需要用到的,相当于把192.168.50.1:6800映射为 aria_rpc.xxxx.com:80, 在aria的web界面上设置用  详情 回复 发表于 2018-5-14 13:53
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2018-5-14 13:53 | 显示全部楼层
live2490 发表于 2018-5-13 00:02
按你说的服务器配置文件编辑了。然后路由器这边是怎么配置?你写出来的有点不明白。

[aria]           ...

6800这个不是对应到路由器的,是路由器上aria的rpc端口,在rpc里面设置需要用到的,相当于把192.168.50.1:6800映射为  aria_rpc.xxxx.com:80, 在aria的web界面上设置用
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2018-5-24 13:59 | 显示全部楼层
记得把aria2配置文件里面的用户密码去掉,因为这个我折腾了半天
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-23 16:37

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表