huangfei 发表于 2003-12-30 11:23:51

在REDHAT LINUX 9.0中 如何上网(ADSL)

我是新手,
请各位帮我一下。在REDHAT LINUX 9.0中 如何上网,我用的是电信的ADSL

谢谢各位!

nettoobad 发表于 2003-12-31 12:35:55

K系统菜单->系统工具->互连网配置向导中设置pppo

然后,在命令行中执行 adsl-setup,按照提示输入,

然后adsl-start上网,adsl-stop 断网

huangfei 发表于 2004-1-1 09:30:37

上网那个到是解决了。

以下是步骤:
#/usr/sbin/adsl-setup

用这个命令配置ADSL

>>> Enter your PPPoE user name :输入ADSL帐号的用户名

>>> Enter the Ethernet interface connected to the ADSL modemFor Solaris, this is likely to be something like /dev/hme0.
For Linux, it will be ethn, where 'n' is a number.
(default eth0):
输入 eth0 ,这是ADSL相连的网卡的名字

>>> Enter the demand value (default no):输入 no

>>> Enter the DNS information here:输入 server ,这表示使用ADSL拨号自动获得的DNS服务器IP地址

>>> Please enter your PPPoE password:输入ADSL帐号的密码

>>> Choose a type of firewall (0-2):输入 0 ,不使用防火墙

>>> Accept these settings and adjust configuration files (y/n)?如果输入的信息正确,输入 y ,完成配置,否则,输入 n 重新输入。


但是有一点问题是:网络时好时坏,有时打开网页,可过会又行了。
那是为什么呀;?
页: [1]
查看完整版本: 在REDHAT LINUX 9.0中 如何上网(ADSL)