rhel5.2下如何拨号上网

简介:
[root@rhel5 ~]# /usr/sbin/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): ad44071822

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): 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): 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): 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):yes

** Summary of what you entered **

Ethernet Interface: eth0
User name:          ad44071822
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.

[root@rhel5 ~]# /usr/sbin/adsl-st
adsl-start   adsl-status  adsl-stop    
[root@rhel5 ~]# /usr/sbin/adsl-sta
adsl-start   adsl-status  
[root@rhel5 ~]# /usr/sbin/adsl-start 
[root@rhel5 ~]# /usr/sbin/adsl-status 
adsl-status: Link is up and running on interface ppp0
4: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc pfifo_fast qlen 3
    link/ppp 
    inet 222.65.243.75 peer 222.65.240.1/32 scope global ppp0
[root@rhel5 ~]# 

至此,就可以开始你的上网之路了。

本文转自你是路人甲还是霍元甲博客51CTO博客,原文链接http://blog.51cto.com/world77/143254如需转载请自行联系原作者


world77

相关文章
|
3月前
|
虚拟化
VMware安装RHEL无网卡无法联网
VMware虚拟机安装RHEL系统时有时会遇到找不到网卡(no network device available)或者磁盘(no disk)的问题,后者可以移除磁盘重新添加迅速解决,但找不到网卡的问题让人非常头疼,问题是在VMware界面安装系统时,选择的系统类型和实际安装的镜像不匹配(或VMware不支持系统镜像的版本)造成的。
46 0
|
5月前
|
网络协议 Linux 虚拟化
suse 12 双网卡bonding模式
suse 12 双网卡bonding模式
72 0
|
Ubuntu
Ubuntu设置PPPoE拨号上网
Ubuntu设置PPPoE拨号上网
464 0
Ubuntu设置PPPoE拨号上网
|
Linux 数据安全/隐私保护 BI
CentOS7连接无线网络
背景  CentOS7.6最小化安装,没有网线,幸好有无线网卡。下面我们直接进入主题。 附:安装教程 主题--连接无线网络 最小化安装后,裸机没有ifconfig,没有iw,最可怕的是没有网线 但我们有无线网卡(因为我这里已经连上WIFI了,所以有IP地址)。
7237 0
|
安全 网络安全 网络协议
|
数据安全/隐私保护
|
网络协议 测试技术 开发工具