设为首页 收藏本站
查看: 751|回复: 0

[经验分享] 三步搞定CentOS下ADSL拨号上网

[复制链接]

尚未签到

发表于 2016-5-10 10:33:03 | 显示全部楼层 |阅读模式
  三步搞定Linux下ADSL拨号上网:
1,准备
   拨号软件和USB猫ADSL的驱动(下面附件中)

2,安装

   2.1 安装拨号软件,解压后有三个rpm包,
[iyunv@localhost adsl]$ ls *.rpm
linux-atm-2.5.0-1.20050118cvs.i386.rpm
linux-atm-libs-2.5.0-1.20050118cvs.i386.rpm
linux-atm-libs-devel-2.5.0-1.20050118cvs.i386.rpm
[iyunv@localhost adsl]$ rpm -ivh *.rpm
warning: linux-atm-2.5.0-1.20050118cvs.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing...     ########################################### [100%]
  1:linux-atm-libs########################################### [ 33%]
  2:linux-atm    ########################################### [ 67%]
  3:linux-atm-libs-devel   ########################################### [100%]
   装完之后会有
[iyunv@localhost ~]# br2684ctl
usage: br2684ctl [-b] [[-c number] [-e 0|1] [-s sndbuf] [-q qos] [-a [itf.]vpi.vci]*]*

  2.2 安装adsl驱动: 拷贝cxacru-fw.bin到/lib/firmware文件夹。
[iyunv@localhost tmp]# cp cxacru-fw.bin /lib/firmware
   注:如果在后面的操作中拨号不成功,很可能是这里拷贝的驱动不符合机器的实际情况,那就需要从新编译:
[iyunv@localhost tmp]# ./cxacru-fw CnxEtU.sys cxacru-fw.bin
[iyunv@localhost tmp]# cp cxacru-fw.bin /lib/firmware

3,拨号

[iyunv@localhost ~]# br2684ctl -b -c 0 -a 8.35(注:这里的8.35是根据USB猫的实际型号来的)
br2684ctl[2930]: Interface "nas0" created sucessfully
br2684ctl[2930]: Communicating over ATM 0.8.35, encapsulation: LLC
br2684ctl[2930]: Interface configured
[iyunv@localhost ~]# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1759 errors:0 dropped:0 overruns:0 frame.:0
          TX packets:1759 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2706048 (2.5 MiB)  TX bytes:2706048 (2.5 MiB)

[iyunv@localhost ~]# ifconfig nas0 up
[iyunv@localhost ~]# adsl-setup

Welcome to the ADSL client setup.  First, I will run some checks on
your system to make sure the PPPoE client is installed properly...


LOGIN NAME

Enter your Login Name (default root): *****@adsla

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 ethX, where 'X' is a number.
(default eth0): nas0

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 dynamic 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

PASSWORD

Please enter your Password:
Please re-enter your Password:

USERCTRL

Please enter 'yes' (three letters, lower-case.) if you want to allow
normal user to start or stop DSL connection (default 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): 1

Start this connection at boot time

Do you want to start this connection at boot time?
Please enter no or yes (default no):

** Summary of what you entered **

Ethernet Interface: nas0
User name:          ******@adsla
Activate-on-demand: No
DNS addresses:      Supplied by ISP's server
Firewalling:        STANDALONE
User Control:       yes
Accept these settings and adjust configuration files (y/n)? y
Adjusting /etc/sysconfig/network-scripts/ifcfg-ppp0
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)



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.

[iyunv@localhost ~]# /sbin/ifup ppp0
[iyunv@localhost ~]# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1759 errors:0 dropped:0 overruns:0 frame.:0
          TX packets:1759 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2706048 (2.5 MiB)  TX bytes:2706048 (2.5 MiB)

nas0      Link encap:Ethernet  HWaddr 00:D0:F8:6E:FE:48
          inet6 addr: fe80::2d0:f8ff:fe6e:fe48/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10 errors:0 dropped:0 overruns:0 frame.:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:428 (428.0 b)  TX bytes:4987 (4.8 KiB)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:221.215.250.49  P-t-P:221.215.250.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame.:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:54 (54.0 b)  TX bytes:54 (54.0 b)

[iyunv@localhost ~]# ping www.google.cn
PING cn.l.google.com (59.151.21.100) 56(84) bytes of data.
64 bytes from 59.151.21.100: icmp_seq=1 ttl=237 time=78.4 ms
64 bytes from 59.151.21.100: icmp_seq=2 ttl=237 time=81.8 ms
64 bytes from 59.151.21.100: icmp_seq=3 ttl=237 time=80.5 ms
64 bytes from 59.151.21.100: icmp_seq=4 ttl=237 time=78.8 ms
64 bytes from 59.151.21.100: icmp_seq=5 ttl=237 time=78.7 ms
64 bytes from 59.151.21.100: icmp_seq=6 ttl=237 time=79.7 ms

--- cn.l.google.com ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5038ms
rtt min/avg/max/mdev = 78.498/79.709/81.835/1.193 ms
[iyunv@localhost ~]# dmesg |grep ATM
ATM dev 0: ADSL line: attempting to activate
ATM dev 0: ADSL line: channel analysis
ATM dev 0: ADSL line: up (2048 kb/s down | 512 kb/s up)


安装完毕,拨号成功,这样平时只要用如下脚本拨号即可:
#! /bin/bash
sudo /usr/sbin/br2684ctl -b -c 0 -a 8.35
sudo /sbin/ifconfig nas0 up
sudo /sbin/ifup ppp0


最近联通adsl设置有变,但具体对linux下驱动还没有多少影响(http://www.qd.sd.cn/temp/adsl1/neiye.html),主要是修改了PPPOA封装模式(PPP ORER ATM VCMUX RFC2364)到PPPOE模式(PPP over Ethernet LLCSNAP  RFC2516 )。
  
  谢谢大家的下载,以上均在CentOS 5.X 里测试通过。

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-215078-1-1.html 上篇帖子: centos-网络配置(超全版) 下篇帖子: CentOS 5.5硬盘分区方案
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表