# 光纖網路設定

## 光纖網路設定

如何讓promox ve 知道 rename4的光纖介面為網路設備，需修改其介面名稱&#x20;

```
ip link set rename4 down
ip link set rename4 name eth0
ip link set eth0 up
ip link set rename5 down
ip link set rename5 name eth1
ip link set eth1 up

```

### nano /etc/network/interfaces

```
iface eth0 inet manual

iface eth1 inet manual

```

### service netwoking restart

<div align="left"><img src="/files/-LunVXvx6r6gGHA6Gsgy" alt=""></div>

![](/files/-LunVnOvUh0vz-PlHYtx)

```
cd /etc/network/
cp interfaces.new interfaces
service networking restart
```

![](/files/-LunXlNZ0szcmiBi6AXg)


---

# Agent Instructions: 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://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/guang-xian-wang-lu-she-ding.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.
