# 如何连接软路由

## 如果是光猫拨号的情况

软路由的接法很简单。通常是接在<mark style="background-color:red;">光猫和无线路由器</mark>之间，如下图所示

![](/files/HGb1nYNfNn0aNVEwdjM3)

软路由的wan口 可以连接到上一级路由器上，或者任何提供internet的网线上都可以。

软路由的lan口 连接到下一级的路由器。

### 如何做到软路由和无线路由器网段一致？

有些用户为了方便访问管理nas设备。希望软路由和无线路由器网段一致。方法很简单，可以将你的 无线路由器的上网模式 修改为 ap模式或者有线中继模式 即可。

### 如何访问软路由后台？

只要你的无线路由器正确的接在了软路由上，那么无论你的

无线路由器是ap模式还是普通的动态ip模式（dhcp模式），都可以访问软路由后台地址。

在确保你连接了无线路由器之后，打开手机或者电脑浏览器输入软路由后台地址就可以了

有一个规则你要记住：<mark style="color:red;">二级路由器可以访问一级路由器</mark>。反过来通常不行，至少默认不行。

### ---------------分割线-----------下面是非光猫拨号的情况----

## 不是光猫拨号，而是光猫桥接模式

### 如何设置软路由拨号？（如果你是光猫拨号的，不用看）

&#x20;部分家庭的宽带采用光猫桥接模式，光猫不承担拨号工作，而是专门用路由器来拨号。这种情况下，要接入软路由，就必须<mark style="background-color:red;">更改为软路由拨号</mark>，而<mark style="background-color:purple;">无线路由器修改为动态获取ip（DHCP）或者ap模式</mark>

对于新手而已，我个人建议还是保守一点，如图，以下是我的步骤。

![](/files/v9eA5h2RvBfbIDXYWW6n)

以上方法 需要你准备一台 <mark style="color:red;">带网口的 电脑</mark>


---

# 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://didiboy0702.gitbook.io/ruan-lu-you-shi-yong-zhi-nan/ru-he-lian-jie-ruan-lu-you.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.
