CSIP携众企业参加2009中国鄂尔多斯科技产业博览会
一周行业动态回顾(8月10日-8月14日) 
首页 >> 软件 >> 技术支持 >> 正文

RedHat系统ADSL配置指南
发布日期:2008-05-12 来源:linuxbyte 责任编辑:娄锡尧


  本文用注视加命令行提示的方式从安装实例的角度为初学linux的朋友阐述了Red Hat中用ADSL拨号上网的详细过程,希望可以给遇到此困难的朋友以帮助。

  首先应该确定您是否安装了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:

9 7 3 1 2 4 8 :

【收藏本页加入收藏夹】 【推荐给好友发送给好友


相关文章: