| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2909 人关注过本帖
标题:[zt]fedora 8宽带上网ADSL配置
只看楼主 加入收藏
you_me
Rank: 5Rank: 5
等 级:贵宾
威 望:19
帖 子:251
专家分:0
注 册:2008-4-30
结帖率:100%
收藏
 问题点数:0 回复次数:1 
[zt]fedora 8宽带上网ADSL配置
原文地址:http://www.
------------------------------
2008年1月21日,Yum在Fedora 8下试验成功!


1.先安装rp-pppoe-3.5.tar.gz, 在终端中解压和安装:
 
   #tar zxvf rp-pppoe-3.5.tar.gz
 
进入解压目录执行
 
#sh ./go

2.重启 reboot -n

3.重启完成后,进行adsl拨号程序安装(用路由器的可以省去这一步)

在终端中输入: #pppoe-setup
 
Welcome to the Roaring Penguin ADSL 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 XXX): 在这里输入ADSL用户名
 
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 ethn, where ‘n’ is a number. (default 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):直接回车
 
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:在这里输入server 即自动获得DNS
 
PASSWORD
>;>;>; Please enter your PPPoE password:输入ADSL密码
>;>;>; Please re-enter your PPPoE password:再输入一次
 
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,可自选,英文水平有点的都懂
 
** Summary of what you entered **
Ethernet Interface: eth0
User name: XXX
Activate-on-demand: No
DNS: Do not adjust
Firewalling: MASQUERADE
>;>;>; Accept these settings and adjust configuration files (y/n)?这里输入y即可,输入n就是重头设置过。


配置完成!


启动拨号命令:/sbin/ifup ppp0
停止网络命令:/sbin/ifdown ppp0
查看网络状态:/sbin/pppoe-status

命令太复杂?呵呵,Yum告诉你有更简单的。

启动拨号命令:adsl-start
停止网络命令:adsl-stop
查看网络状态:adsl-status
搜索更多相关主题的帖子: fedora 宽带 ADSL Linux Fedora 
2008-07-17 16:53
cnenc
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:35
帖 子:2913
专家分:514
注 册:2007-1-29
收藏
得分:0 
实用就行了.
2008-07-18 00:00
快速回复:[zt]fedora 8宽带上网ADSL配置
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015855 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved