发新话题
打印

SUSE10.0无法用上AD网络

SUSE10.0无法用上AD网络

我是个新手,今天刚装了SUSE,可是现在无法上网,我按YATS2里的DHCP时他说什么用户名错误,所以到现在都不知道怎么解决,希望高手指点一下,越具体越好,非常感谢      

TOP

ddddddddddd      

TOP

ADSL?

可以参考下面的文章 :
suse10下adsl拨号上网


2006年1月19日 知道现在的linux发行版中一般都有rp-pppoe了,所以只要用pppoe-setup(adsl-setup)配置一下就可以了2006年1月18日 成稿

网站: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 modemFor 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      

TOP

发新话题