Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2059188
  • 博文数量: 326
  • 博客积分: 10010
  • 博客等级: 上将
  • 技术积分: 3485
  • 用 户 组: 普通用户
  • 注册时间: 2005-12-10 22:49
文章存档

2011年(1)

2009年(1)

2008年(6)

2007年(5)

2006年(154)

2005年(159)

我的朋友

分类: LINUX

2006-01-19 20:44:19

suse10下adsl拨号上网
2006年1月19日 知道现在的linux发行版中一般都有rp-pppoe了,所以只要用pppoe-setup(adsl-setup)配置一下就可以了
2006年1月18日 成稿
 
网站:
 
下载安装
# wget
# tar zxvf rp-pppoe-3.7.tar.gz
# cd rp-pppoe-3.7/src/
# ./configure
# make
# make install
真强,居然认出了我的suse
配置
注意:不要给你的电脑设置default gateway
# pppoe-setup
>>> Enter your PPPoE user name (default ):
这里输入adsl帐号
>>> 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):
问你用哪片网卡拨号,如果只有一个,就默认的好了
>>> Enter the demand value (default no):
问你断线之后是否自动拨号,默认就可以了
>>> Enter the DNS information here:
>>> Enter the secondary DNS server address here:
输入dns
>>> Please enter your PPPoE password:
输入密码
>>> Choose a type of firewall (0-2):
选择防火墙级别,我选了1
>>> Accept these settings and adjust configuration files (y/n)?
选择y
 
开始拨号
# pppoe-start
 
查看状态
# pppoe-status
 
断开
# pppoe-stop
阅读(1154) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~