首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux基本应用 > 文章内容

RedHat/Fedora星空极速拨号上网

作者:佚名  来源:不详  发布时间:2007-11-29 8:17:00
  很早就有一篇很详细的关于Debian/Ubuntu系列星空极速上网的文章,其实RedHat/Fedora系列照样可以破解,我通过查阅各种资料,总结出来了两个方法:

  方法一,Debian下突破星空极速拨号用了一个“pon”命令,完整的拨号命令是“pon dsl-provider”,其实Fedora下面同样有个相同功能的命令,那就是“pppd call”。“pon dsl-provider”里面的dsl-provider指的是“/etc/ppp/peers/”目录下的一个拨号配置文件,这个文件的配置格式如下:
class=codetop>CODE: class=codemain>#######################################################
# Minimalistic default options file for DSL/PPPoE connections

noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
#persist
#maxfail 0
#holdoff 20
plugin rp-pppoe.so eth1
user "
ebd8b8f6zalan1234567@shida.nc"
password "123456"
usepeerdns
#######################################################

  其中user后面指的是用户名,password后面指的是密码,这个配置文件可以保存为任意名文件,但是必须在目录“/etc/ppp/peers”下。这里有个要特别说明的事情是:上面的绿色部分在Fedora下必须用“#”注释掉,拨号命令“pppd call xxx”,必须将“xxx”替换成你刚刚新建的那个配置文件的文件名。

[1] [2]  下一页

收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图