1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java3,443 stars (3,443 stars)723 forks (723 forks)batch import
completedhelp wanted
Description
hello,我本机使用移动蜂窝网络 ,将服务开在ipv6 的地址上, 服务启动后应该是否能被外网访问? 目前却访问不到,请问哪里需要特殊配置吗?感谢
Contributor guide
- Tech stack
- javaandroid
- Domain
- backendmobile
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- needs maintainer response
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic knowledge of Android networkingFamiliarity with AndServer configuration
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue asks about binding an AndServer service to an IPv6 address and external access. First, review AndServer's documentation and source code to understand how the server binds to network interfaces (e.g., in the main server class). Check for any configuration options related to IPv6 or network interfaces. Then, verify the Android device's IPv6 connectivity and firewall settings. Possible solutions include explicitly specifying the IPv6 address in the server setup or ensuring the server is listening on all interfaces (0.0.0.0). A maintainer could provide guidance on the correct approach.