[原]Linux ADSL家庭组网实现详解[4]

[入库:2005年9月19日] [更新:2007年3月24日]

本文简介:

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.98.192.68

填入你的ISP的静态DNS server,nic.txt中应该保存了,如果你的ISP提供的是动态DNS地址,就填入server(小写)。
 
PASSWORD
 
Please enter your Password:;
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):;

是否允许普通用户打开,关闭adsl连接。默认yes 
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):; 2
选择防火墙,我选的2 

Start this connection at boot time
 
Do you want to start this connection at boot time?
Please enter no or yes (default no):;
是否在启动的时候就拨号连接,默认no 
** Summary of what you entered **
 
Ethernet Interface:; eth1
User name:;          *****
Activate-on-demand:; No
Primary DNS:;        202.98.198.168
Secondary DNS:;      202.98.192.68
Firewalling:;        MASQUERADE
User Control:;       yes
Accept these settings and adjust configuration files (y/n)? y
Adjusting /etc/sysconfig/network-scripts/ifcfg-ppp0
Adjusting /etc/resolv.conf
  (But first backing it up to /etc/resolv.conf.bak)
Adjusting /etc/ppp/chap-secrets and /etc/ppp/pap-secrets
  (But first backing it up to /etc/ppp/chap-secrets.bak)
  (But first backing it up to /etc/ppp/pap-secrets.bak)
 
这是你输入信息的一个摘要,如果要修改的话可以对adjusting字段后面的那些文件做修改,或者 
 
Congratulations, it should be all set up!
 
Type '/sbin/ifup ppp0' to bring up your xDSL link and '/sbin/ifdown ppp0'
to bring it down.
Type '/sbin/adsl-status /etc/sysconfig/network-scripts/ifcfg-ppp0'
to see the link status.

ifup ppp0 打开连接,ifdown ppp0关闭连接,adsl-status,查阅相关信息。
[/code:1:5ef37b98d0]
通常来说我们常用的是adsl-start,adsl-status,adsl-stop。

本文关键:[原]Linux ADSL家庭组网实现详解
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top