|
|
发表于 2006-8-19 17:51:33
|
显示全部楼层
不要设置静态IP,系统安装好后再装pppoe就可以,或者在YAST2中设置DSL就可以连接
pppoe下载地址为http://download.enet.com.cn/html/222062001052502.html
安装命令如下
网站:http://www.roaringpenguin.com/penguin/open_source_rp-pppoe.php
下载安装
# wget http://www.roaringpenguin.com/penguin/pppoe/rp-pppoe-3.7.tar.gz
# tar zxvf rp-pppoe-3.7.tar.gz
# cd rp-pppoe-3.7/src/
# ./configure
# make
# make install
真强,居然认出了我的suse
配置
注意:不要给你的电脑设置default gateway
# pppoe-setup
>>> Enter your PPPoE user name (default bxxxnxnx@sympatico.ca):
这里输入adsl帐号
>>> Enter the Ethernet interface connected to the DSL 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):
问你断线之后是否自动拨号,默认就可以了
>>> Enter the DNS information here:
>>> Enter the secondary DNS server address here:
输入dns
>>> Please enter your PPPoE password:
输入密码
>>> Choose a type of firewall (0-2):
选择防火墙级别,我选了1
>>> Accept these settings and adjust configuration files (y/n)?
选择y
开始拨号
# pppoe-start
查看状态
# pppoe-status
断开
# pppoe-stop
够详细没有???? |
|