当前位置: 技术问答>linux和unix
红旗4.0怎样用宽带上网啊?
来源: 互联网 发布时间:2015-06-29
本文导语: 如题,最近装了一个红旗4.0,可是不知道怎么用他上网,他上面有一个自带的拨号程序,可上面好象都是通过网卡或猫来拨号上网啊,而我是通过学校机房来上网啊! | 1.安装PPPoE软件包rp-pppoe...
如题,最近装了一个红旗4.0,可是不知道怎么用他上网,他上面有一个自带的拨号程序,可上面好象都是通过网卡或猫来拨号上网啊,而我是通过学校机房来上网啊!
|
1.安装PPPoE软件包rp-pppoe-3.4-1.i386.rpm,红旗4一般已经安装了
2.adsl-setup
Enter your PPPoE user name: 输入你的宽带账号的用户名。
Enter the Ethernet interface connected to the ADSL modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethn, where 'n' is a number.
(default eth0): 这是叫你输入连接的网卡的名字,一般选择默认就可以(按一下回车)。
Enter the demand value (default no): 键入“no”
Enter the DNS information here: 输入DNS服务器地址,这表示使用宽带服务提供商会为你自动提供的DNS服务器IP地址。
Please enter your PPPoE password: 输入宽带账号的密码。
Please confirm your pppoe password: 再次输入刚才宽带账号的密码。
Choose a type of firewall (0-2): 输入 0 ,表示不使用防火墙。
Accept these settings and adjust configuration files (y/n)? 如果你输入的信息正确,输入y ,完成配置,否则输入n重新设置。
3.拨号上网:执行adsl-start,Linux就会自动拨号上网。要断开的时可以执行adsl-stop
2.adsl-setup
Enter your PPPoE user name: 输入你的宽带账号的用户名。
Enter the Ethernet interface connected to the ADSL modem
For Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethn, where 'n' is a number.
(default eth0): 这是叫你输入连接的网卡的名字,一般选择默认就可以(按一下回车)。
Enter the demand value (default no): 键入“no”
Enter the DNS information here: 输入DNS服务器地址,这表示使用宽带服务提供商会为你自动提供的DNS服务器IP地址。
Please enter your PPPoE password: 输入宽带账号的密码。
Please confirm your pppoe password: 再次输入刚才宽带账号的密码。
Choose a type of firewall (0-2): 输入 0 ,表示不使用防火墙。
Accept these settings and adjust configuration files (y/n)? 如果你输入的信息正确,输入y ,完成配置,否则输入n重新设置。
3.拨号上网:执行adsl-start,Linux就会自动拨号上网。要断开的时可以执行adsl-stop