红联Linux门户
Linux帮助

RedHat系统ADSL配置指南

发布时间:2005-09-01 14:46:47来源:红联作者:root
首先应该确定您是否安装了pppoe的应用程序。

  如果确实已经安装了,可以在终端用 adsl-setup命令启动adsl配置,提示过程为英文。

  大概为:

[root@localhost root]# adsl-setup
Welcome to the ADSL client setup. First, I will run some checks on
your system to make sure the PPPoE client is installed properly...

The following DSL config was found on your system:

Device: Name:
ppp0 DSLppp0

Please enter the device if you want to configure the present DSL config
(default ppp0) or enter 'n' if you want to create a new one: ppp0 //默认为ppp0

LOGIN NAME

Enter your Login Name (default SJ00411210A1): anthrax //这里用你自己的用户名代替我的anthrax:)

INTERFACE

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 ethX, where 'X' is a number.
(default eth0): eth0 //默认网卡设备为eth0

Do you want the link to come up on demand, or stay up continuously?
If you want it to come up on demand, enter the idle time in seconds
after which the link should be dropped. If you want the link to
stay up permanently, enter 'no' (two letters, lower-case.)
NOTE: Demand-activated links do not interact well with dynamic IP
addresses. You may have some problems with demand-activated links.
Enter the demand value (default no): no //这里使用默认no就可以了,断线后不自动拨号。


DNS

Please enter the IP address of your ISP's primary DNS server.
If your ISP claims that 'the server will provide dynamic DNS addresses',
enter 'server' (all lower-case) here.
If you just press enter, I will assume you know what you are
doing and not modify your DNS setup.
Enter the DNS information here: 202.96.134.133 //主DNS地址设置,根据您的具体情况替换。
Please enter the IP address of your ISP's secondary DNS server.
If you just press enter, I will assume there is only one DNS server.
Enter the secondary DNS server address here: 202.96.134.133 //第二DNS地址设置。

PASSWORD

Please enter your Password: //这里设置密码,和unix规则一样,密码并不回显,因此不要认为您的键盘出了毛病:)
Please re-enter your Password:
//确认密码
USERCTRL

Please enter 'yes' (two letters, lower-case.) if you want to allow
normal user to start or stop DSL connection (default yes): yes //是否允许普通用户共享ADSL。

FIREWALLING

Please choose the firewall rules to use. Note that these rules are
very basic. You are strongly encouraged to use a more sophisticated
firewall setup; however, these will provide basic security. If you
are running any servers on your machine, you must choose 'NONE' and
set up firewalling yourself. Otherwise, the firewall rules will deny
access to all standard servers like Web, e-mail, ftp, etc. If you
are using SSH, the rules will block outgoing SSH connections which
allocate a privileged source port.

The firewall choices are:
0 - NONE: This script will not set any firewall rules. You are responsible
for ensuring the security of your machine. You are STRONGLY
recommended to use some kind of firewall rules.
1 - STANDALONE: Appropriate for a basic stand-alone web-surfing workstation
2 - MASQUERADE: Appropriate for a machine acting as an Internet gateway
for a LAN
Choose a type of firewall (0-2): 1 //配置防火墙等级,根据您的需要选择。

Start this connection at boot time

Do you want to start this connection at boot time?
Please enter no or yes (default no):no //是否允许开机自动加载,这里选择no,否则系统启动速度太慢!

** Summary of what you entered **

Ethernet Interface: eth0
User name: anthrax
Activate-on-demand: No
Primary DNS: 202.96.134.133
Secondary DNS: 202.96.134.133
Firewalling: STANDALONE
User Control: yes
Accept these settings and adjust configuration files (y/n)?


  选择y,配置完成。您可以用 adsl-start命令启动,可以用adsl-stop命令停止。

  为了方便,可以在桌面建立一个应用程序链接,命令就使用adsl-start。这样每次双击那个快捷图标就可以建立adsl链接了,跟windows中一样方便。

  好了,现在就开始您的网络之旅吧。(技巧:如果依据本内容操作扔不能链接网络,可以尝试在"系统设置->网路"中删除当前的网卡,重新配置adsl项。)
文章评论

共有 15 条评论

  1. cwb2264 于 2007-06-04 18:01:07发表:

    谢谢楼主赐教!

  2. zhouji1824 于 2007-02-07 20:00:08发表:

    那个域名可以不写吗?

  3. zhouji1824 于 2007-02-05 21:03:32发表:

    没有可视化的界面能设置吗?

  4. ?图腾 于 2007-01-01 00:34:23发表:

    我是来学习的:0L

  5. 最爱猪 于 2006-12-30 10:34:59发表:

    小区宽带又怎样配置呢?

  6. 幻灭 于 2006-12-07 20:35:37发表:

    不明白,我也是新手

  7. solitary159 于 2006-12-06 23:34:48发表:

    现在D盘用的是WINDOWS系统,打算用C盘安装LINUX,如你所说,如果ADSL配置在LINUX下改变了网卡的配置后,从新回到WINGDOWS下,还可以上网吗?网卡,路由器上的信息还支持WINDOWS系统的上网吗?

  8. lzpx2008 于 2006-12-04 15:36:14发表:

    看的不太明白

  9. cgfan 于 2006-12-04 14:09:15发表:

    引用:
    原帖由 captail 于 2006-9-25 00:06 发表
    请教啊:我也是这样做的.ifconfig之后能看到已经有了公网IP,但是就是浏览不了网站,PING不通,为什么呢?过程和你的一样,以前也成功过,但这次就是不行,郁闷

    清除设置的网络信息,就可以了。这个问题困扰我好几天。

  10. captail 于 2006-09-25 00:06:38发表:

    请教啊:我也是这样做的.ifconfig之后能看到已经有了公网IP,但是就是浏览不了网站,PING不通,为什么呢?过程和你的一样,以前也成功过,但这次就是不行,郁闷

  11. zhangjuns 于 2006-09-23 22:15:58发表:

    嗯,文本方式有点看不懂

  12. 521hehe 于 2006-09-07 17:16:38发表:

    有点晕。。。。。新手不太适合看这个哦。。

  13. skyz319 于 2006-09-07 16:39:00发表:

    大概有点眉目……

  14. 雪狼 于 2006-04-26 23:58:52发表:

  15. Andy冰 于 2005-10-26 23:14:56发表:

    pppoe
    我装不了呀