求教 网卡问题
我用ADSL虚拟拨号上网WINDOW 下正常,LINUX下不知为什么连网卡(eth0)都没法激活
网卡在WINDOW下识别为VIA Rhine Ⅱ Fast Ethernet Adapter
在LINUX下也能正常识别,就是不能激活,网卡和猫的指示灯都亮,激活网卡时猫一点反应都没有,
我用的是REDHAT 9.0
请高手指教 呵呵,这帖子刚在系统版发过。
可以在命令行下输入adsl-setup来配置ADSL连线。
#adsl-setup
Welcome to the Roaring Penguin ADSL client setup. First, I will run some checks on your system to make sure the PPPoE client is installed properly...
Looks good! Now, please enter some information:
USER NAME
>>> Enter your PPPoE user name :
输入连入宽带网的账号
>>> Enter the Ethernet interface connected to the ADSL modem
For Linux, it will be ethn, where 'n' is a number.
(default eth0):
输入准备接入互联网的网卡名,如果是缺省的就直接敲回车键。
>>> Enter the demand value (default no):
直接回车。
DNS
>>> Enter the DNS information here:
输入有服务商提供的域名服务器地址,或输入server,由服务商自动提供。
PASSWORD
>>> Please enter your PPPoE password:
>>> Please re-enter your PPPoE password:
输入上网密码。
FIREWALLING
>>> Choose a type of firewall (0-2):
选择防火墙,选0。
** Summary of what you entered **
Ethernet Interface: eth0
User name: xxxx //你的用户名
Activate-on-demand: No
DNS: server
Firewalling: NONE
>>> Accept these settings and adjust configuration files (y/n)?
最后,对上述配置进行确认。确认后的配置系统会写入/etc/ppp/pppoe.conf文件,可以直接对其进行修改。
配置完成后,就可以进行拨号了。
#adsl-start
如果屏幕上出现:“... Connected!”就说明拨号成功了。这时可以用ifconfig命令查看,结果除了原本有的eth0、lo外又增添了ppp0。 谢谢,我按照这个方法试了好多次都不行,后来根据其他的一些贴子,解除网卡(eth0),然后再激活ADSL联接,就能上了, (为什么?)
我用的是REDHAT 9.0 这个呢:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=57193
页:
[1]