Skip to content

Commit

Permalink
Add hash tags for /wiki/doc/ustcnet-faq/ (#109)
Browse files Browse the repository at this point in the history
* Add hash tags for /wiki/doc/ustcnet-faq/

* Try fix GHA Ubuntu 24.04
  • Loading branch information
iBug authored Jan 18, 2025
1 parent 17414c3 commit 5e71b0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.2"
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -49,7 +49,10 @@ jobs:
${{ runner.os }}-npm-${{ env.CACHE_ID }}-
- name: Install dependencies
env:
MAKE: 'make -j4'
run: |
sudo apt update && sudo apt install -y libgsl-dev
bundle config set --local path vendor/bundle
bundle config set without 'development'
bundle install --jobs=4 --retry=3
Expand Down
14 changes: 7 additions & 7 deletions pages/_wiki/doc/ustcnet-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
redirect_from: /wiki/user/taoky/ustcnet_troubleshooting/
---

# 校园网常见问题与快速自查指南
# 校园网常见问题与快速自查指南 {#top}

本文由 Linux 用户协会维护,如有疑问,欢迎 [联系我们](/wiki/lug/contact/) 讨论或反馈。

## 关于 eduroam
## 关于 eduroam {#about-eduroam}

eduroam 是一个全球性的无线网络服务,覆盖了全球 100 多个国家和地区的数千所教育和研究机构。中国科大也是 eduroam 项目的参与单位之一。

Expand All @@ -18,7 +18,7 @@ eduroam 是一个全球性的无线网络服务,覆盖了全球 100 多个国

连接方式参考:<https://ustcnet.ustc.edu.cn/2016/0405/c33584a592061/page.htm>

## 网络通
## 网络通 {#wlt}

如果你通过有线网络(如宿舍和实验室墙上的网口)或 ustcnet 无线网络接入校园网,并且你想要**通过 IPv4 访问校外资源**,那么你需要通过网络通进行认证。

Expand All @@ -39,9 +39,9 @@ eduroam 是一个全球性的无线网络服务,覆盖了全球 100 多个国

对于进阶用户,我们也准备了 [USTC 网络通脚本](/wiki/scripts/wlt/) 供你使用。

## 常见问题
## 常见问题 {#faq}

### 连接无线热点/有线网络后无法打开网络通页面
### 连接无线热点/有线网络后无法打开网络通页面 {#faq-wlt}

1. 是否分配到了正确的 IP 地址?

Expand All @@ -68,15 +68,15 @@ eduroam 是一个全球性的无线网络服务,覆盖了全球 100 多个国
- Firefox:常规 → 网络设置 → 启用基于 HTTPS 的 DNS
- Edge:隐私、搜索和服务 → 安全性 → 使用安全的 DNS 指定如何查找网站的网络地址

### 连接网络通 1 出口(教育网出口)后发现有奇怪的 IP 连接自己电脑的端口
### 连接网络通 1 出口(教育网出口)后发现有奇怪的 IP 连接自己电脑的端口 {#faq-exit-1}

教育网出口无 NAT,直接获得公网 IP。该出口仅会阻止一些敏感端口被校外访问(如 80, 443, 3389 等)。使用此出口时,请避免将不希望校外访问的服务 bind 到 `0.0.0.0`。部分软件配置中的「允许局域网计算机访问」在此情况下实际上是允许互联网所有计算机访问,这通常是不符合预期的。

> 自 2021 年 11 月起,学校网络信息中心对校外网络访问校内 IP 策略做了调整,校外 IP 不能对宿舍网络、无线网络 ustcnet 及 eduroam 的 IP 发起主动的 TCP 连接。
若上述指南并没有解决你的问题,可以查看 [网络信息中心用户服务部 FAQ](https://netfee.ustc.edu.cn/faq/) 寻求帮助。

## 如何咨询/反馈问题?
## 如何咨询/反馈问题? {#faq-support}

可以向:

Expand Down

0 comments on commit 5e71b0d

Please sign in to comment.