转载

Ubuntu手动设置DSL连接

在安装完Ubuntu之后,发现图形界面的DSL连接不管用了,郁闷了好几天,想想移动每个月120个小时的流量岂不是白白浪费了。正当我想重返Windows系统的时候,却发现了手动设置连接DSL的好方法,感谢冻仁的笔记的作者(我想应该是叫冻仁吧),下面讲讲详细的方法。

0x00:安装pppoeconf

sudo apt-get install pppoeconf

0x01:开始手动设置

sudo pppoeconf

打开后看到如下界面:

1. 侦测所有网卡

Ubuntu手动设置DSL连接

2. 常用选项修改

Ubuntu手动设置DSL连接

3. 输入DSL用户名

Ubuntu手动设置DSL连接

4. 输入DSL密码

Ubuntu手动设置DSL连接

5. 配置DNS:使用ISP提供的DNS

Ubuntu手动设置DSL连接

6. 启动时就用DSL联网么?(我的选择是自己手动连接,想神码时候连接就神码时候连接)

Ubuntu手动设置DSL连接

7. 现在就启动DSL连接么?

Ubuntu手动设置DSL连接

8. 可以使用“plog”命令查看状态

Ubuntu手动设置DSL连接

9. 连接成功的信息:Plugin rp-pppoe.so loaded

Ubuntu手动设置DSL连接

0x02:基本操作

1. 手动连接:

pon dsl-provider

2. 手动断开:

poff dsl-provider

3. 查看状态:

plog
正文到此结束
Loading...