> 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/8.-lu-you-qi-pei-zhi-jiao-cheng/yuan-li-ji-zhu-yi-shi-xiang.md).

# MAC克隆原理及注意事项

![](/files/-LOlliU5SarQGJFIuOP4)

> 经过2018年10月份的系统升级后，FeM 管理员们达成共识，今后 **禁止使用** 路由器的 **路由功能，**&#x4F46;是路由器的其他功能（例如WLAN Access 等）不受影响，这里就暂且先认为路由器无法注册吧。 一些 **著名路由器品牌**，例如 TPLink 等，其MAC地址今年后将无法通过自助系统进行在线注册。这里就是说，如果以后想实现在宿舍里搭建无线网络，需要使用 **MAC地址克隆/复制** 等其他特殊的方法来实现无线共享。&#x20;

{% hint style="danger" %}
MAC克隆本质上仍然是 **有线上网！所有的网络通讯都是通过路由器有线连接来访问网络**，自己宿舍路由器搭建的 Wifi 跟这个毫无关系。如果路由器设置正确，自己的无线网也会毫无问题，在注册MAC的时候请忽略掉自己家里的Wifi，因为这个无线网仅仅是个媒介，用来让你在自家通过路由器来有线上网的。
{% endhint %}

![例如著名路由器品牌 TP-Link，注册后系统会有一个大大的橙色提示😅](/files/-LRWtKOv23cdAKCnp3JI)

使用**MAC地址克隆/复制** 的时候需要注意以下几点：

* 所谓 MAC 地址克隆大致过程就是自己先注册一台上网的设备A，然后使用路由器把设备A的 MAC 地址复制伪装，“忽悠欺骗”一下，让管理系统以为上网的设备仍然是设备A在访问网络，而不是伪装后的路由器。
* 在网上注册设备MAC的时候 **不要选 WLAN**, 而是要选择 **电脑有线直连FeM** 的方式（有线方式），然后填写自己所在的 **宿舍房间号**。这个过程实际上是伪装后路由器在通过 **有线连接** 来访问外部网络，而不是你的电脑或者手机。
* 路由器克隆/复制的MAC地址可以是自己 **任意的** 一台设备MAC，这里推荐同学们注册的时候，选用 **自己电脑有线网卡的MAC**，因为一旦路由器故障或者MAC地址克隆失败，仍然可以使用自己的这台电脑通过 **有线连接** 的方式浏览上网，因为这个MAC已经在系统注册过，只要直接连接到FeM网络就可以直接上网。如果自己之前注册的MAC是其他设备，那么由于自己之前在系统中注册的MAC与目前接入FeM网络电脑的MAC不同（希望我表达清楚了👻），就会造成无法上网的现象，从而又得再一次去找管理员添加设备。
* 这里请 **一定要确保：** 在FeM 注册的MAC和路由器克隆的MAC相符，否则将无法上网。例如，🐧 随意找了台能上网的电视机，MAC地址为 AB:CD:EF:GH:IJ:KL，并且在FeM自助系统上注册了这个电视机的MAC地址，这时候如果🐧要想使用路由器来实现屋内无线网络的覆盖，就需要让路由器克隆/复制 AB:CD:EF:GH:IJ:KL，这样才可以让路由器伪装成那台 已经注册过的电视机，通过系统认证。

## 相关连接：

{% content-ref url="/pages/-LOlixrRWZdnq92fcNci" %}
[5. 上网方式](/internet/5.-shang-wang-fang-shi.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LOlm1g6Wl2KFQz69j\_3" %}
[6. MAC 地址查询](/internet/6.-mac-di-zhi-cha-xun.md)
{% endcontent-ref %}


---

# 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/8.-lu-you-qi-pei-zhi-jiao-cheng/yuan-li-ji-zhu-yi-shi-xiang.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.
