> For the complete documentation index, see [llms.txt](https://tu-ilmenau.gitbook.io/internet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tu-ilmenau.gitbook.io/internet/16.-qi-ta/vpn.md).

# 校内VPN

> 在学生宿舍家尝试了使用共享网络的方式，仍然无法使用PS4联机功能，如有同学知道方法请告知。

学校出于安全考虑，宿舍网络禁封了 UDP 和 TCP 链接（仅开通了 TCP 135，137-139，445等常用端口）如果对于网络使用需求（例如玩游戏，P2P 下载），可以使用VPN代理软件等方法来实现，这时候如果仍想继续使用就需要安装VPN 软件来突破网络限制，大多费用一个月3欧以内，例如 [Private Tunnel](https://support.privatetunnel.com) 等等，不差钱可以买 [ExpressVPN](https://www.expressvpn.com/)。另一款VPN软件 ：PureVPN（不推荐购买） 的手机版 **不能** 在校内使用。[CyberGhost](https://www.cyberghostvpn.com) 和 [IP Vanish](https://www.ipvanish.com) 我没用过，不确定是否可以在校内使用。如果爱折腾就可以自己看攻略自己研究搭建服务器了😊，不过大多都有每月流量限制。

我个人还是推荐 Private Tunnel, 毕竟是OpenVPN官方软件，而且费用也不贵（一年35美刀），自己搭建服务器的费用也足够购买一个VPN了。 在学校使用校园网你的IP地址都是 **固定分配** 的（点这里[查看你的IP](https://browserleaks.com/ip)），如果是出于隐藏IP等目的也是可以使用VPN的，购买或者自己搭建VPN时请选择使用 **TCP协议**，其他协议的VPN（UDP、IPSEC、L2TP、SSTP等）均无法使用。 对于无法直接使用VPN的设备，例如索尼的PS4等，可以使用电脑挂VPN（这里假设电脑有线连接路由器），然后电脑共享无线连接，最后PS4连接电脑共享的无线网络即可。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tu-ilmenau.gitbook.io/internet/16.-qi-ta/vpn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
