|
|
发表于 2007-3-4 18:38:57
|
显示全部楼层
Post by hd_luo
我在帖子里看到如何设置,但是我这儿没法设置么
[root@localhost Desktop]# adsl-setup
bash: adsl-setup: command not found
请问这怎么办?我用的是KDE,操作系统是FC6
请大家多帮忙!
这个命令是#/usr/sbin/adsl-setup
步骤可参考:
- Welcome to the Roaring Penguin PPPoE 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 (default A508118):
- 这里输入你的帐号,如我的是:A508118
复制代码
3)、
- INTERFACE
- >>> Enter the Ethernet interface connected to the DSL modem
- For Solaris, this is likely to be something like /dev/hme0.
- For Linux, it will be ethn, where 'n' is a number.
- (default eth0):
- 这是要你选择网上,默认就行,不放心就输入eth0(这是数字零,如果你只有一个网卡就这是样了)
复制代码
4)、
- 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是可以正常使用的。
复制代码
5)、
- DNS
- Please enter the IP address of your ISP's primary DNS server.
- If your ISP claims that 'the server will provide 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:
- 这是DNS设置,如果你的ISP给了你DNS,就在这里输入,如果没有,就输入:server,表明要从服务器获得!
复制代码
6)、
- PASSWORD
- >>> Please enter your PPPoE password:
- 这是你的密码,你自己输入吧,注意大不写!
复制代码
7)、
- 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):
- 这是防火墙设置,我不要用这个,所以输入:0(数字零)
复制代码
8)、
- ** Summary of what you entered **
- Ethernet Interface: eth0
- User name: A508118
- Activate-on-demand: No
- DNS addresses: Supplied by ISP's server
- Firewalling: NONE
- >>> Accept these settings and adjust configuration files (y/n)?
- 这里显示你刚才的设置,如果没有错,就Y吧,有错就N,再来一次!
复制代码 |
|