Fedora14命令行下的拨号连接

1:下载 system-config-network-1.5.94-2.fc10.noarch.rpm和system-config-network-tui-1.5.94-2.fc10.noarch.rpm,并同时安装:rpm -Uvh 包1 包2;

2:首先确认你的网卡正常工作,让他处于自动获取IP状态,启动linux终端(root权限),因为fedora10下已经自带有pppoe的安装文件,可以直接输入如下命令,要想理解各个步骤是什么意思,那就看英语咯,我这里就不多解析了。 

[root@localhost ~]# pppoe-setup ---------------这里开始安装PPPOE 

Welcome to the PPPoE 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): xy170638010214 ---------------这里键入上网拨号的帐号 

INTERFACE 

Enter the Ethernet interface connected to the PPPoE 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): ---------------这里按回车键 

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 也就是自动获得DNS 

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): 0 ---------------这里键入 0 

Start this connection at boot time 

Do you want to start this connection at boot time? 
Please enter no or yes (default no):y ---------------这里键入 yes 

** Summary of what you entered ** 

Ethernet Interface: eth0 
User name: xy170638010214 
Activate-on-demand: No 
DNS addresses: Supplied by ISP's server 
Firewalling: NONE 
User Control: yes 
Accept these settings and adjust configuration files (y/n)? y ---------------这里键入 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/pppoe-status /etc/sysconfig/network-scripts/ifcfg-ppp0' 
to see the link status. 

[root@localhost ~]# pppoe-start ---------------激活PPPOE设备,成功后会自动返回 
[root@localhost ~]# pppoe-status ---------------查看PPPOE状态 
pppoe-status: Link is up and running on interface ppp0 
6: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc pfifo_fast state UNKNOWN qlen 3 
link/ppp 
inet 113.14.36.24 peer 113.14.32.1/32 scope global ppp0 ---------------这里有IP分配给你了,可以知道你已经成功登录这个帐号了。我们ping下百度IP看看 通了,所以可以上网咯。 
[root@localhost ~]# ping 121.14.88.14 
PING 121.14.88.14 (121.14.88.14) 56(84) bytes of data. 
64 bytes from 121.14.88.14: icmp_seq=1 ttl=54 time=17.7 ms 
64 bytes from 121.14.88.14: icmp_seq=2 ttl=54 time=17.7 ms
^X^C 
--- 121.14.88.14 ping statistics --- 
16 packets transmitted, 16 received, 0% packet loss, time 15895ms 
rtt min/avg/max/mdev = 17.675/17.744/18.170/0.175 ms 
[root@localhost ~]# pppoe-status 
pppoe-status: Link is up and running on interface ppp0 
6: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc pfifo_fast state UNKNOWN qlen 3 
link/ppp 
inet 113.14.36.24 peer 113.14.32.1/32 scope global ppp0 
[root@localhost ~]# 

以下是对PPPOE的基本操作 

使用: 
拨号上网 pppoe-start 
段开上网 pppoe-stop 
查看状态 pppoe-status

3:要开起NetworkManager服务;

参考至:http://blog.csdn.net/gshshaohui/archive/2009/05/02/4142677.aspx

如有错误,欢迎指正

邮箱:czmcj@163.com

作者:czmmiao 原文地址:http://czmmiao.iteye.com/blog/911327

时间: 2024-12-23 03:49:53

Fedora14命令行下的拨号连接的相关文章

linux中git命令行下ssh 密码连接的例子

git 命令行下,有的时候能完成图形界面无法完成的工作. 一,客户端配置 1,生成公钥和私钥  # cd ~/.ssh   # ssh-keygen -t rsa -b 4096   Generating public/private rsa key pair.   Enter file in which to save the key (/home/tank/.ssh/id_rsa): //自定义文件名,下面一路回车就行   2,添加配置文件  # vim ~/.ssh/config   Ho

pptp-Windows下如何用命令行调用PPTP拨号

问题描述 Windows下如何用命令行调用PPTP拨号 在Windows 2003下如何使用命令行建立PPTP连接,并拨号上VPN? 解决方案 使用命令行进行PPTP VPN拨号 sudo pptpsetup --create vpnname --server ip --username test --password test --encrypt --start start参数表示立即开始这个拨号 password密码是可选的,为了不在$HISTFILE里面留下痕迹,你可以传递这个参数,他会询

centos 6.8命令行下使用pptpsetup进行pptp拨号的实现方法_Linux

centos 6.8 命令行下可使用pptpsetup进行pptp拨号 1.先安装ppp,pptp和pptp-setup三个包 yum install -y ppp pptp pptp-setup 2.使用pptpsetup进行连接 pptpsetup --create VPN名字 --server 服务器IP --username 用户名 --password 密码 --encrypt --start [root@centos6-8-1 ~]# pptpsetup --create vpn -

dba-oracle命令行下只有sys用户可以连接

问题描述 oracle命令行下只有sys用户可以连接 环境:oracle11g win10 命令行下可以连接sqlplus sys/1@orcl as sysdba 但是其他用户无法连接ORA-01031: insufficient privileges 或者错误01034 但是通过plsql用户均可连接,权限为dba. 密码文件有 解决方案 http://www.cnblogs.com/qiangqiang/archive/2010/10/16/1852962.html 解决方案二: orac

现在在EC2 上我开ftp, 在本地cmd 命令行下ftp连接 服务器端,连接成功 ls无法执行?怎么回事?

问题描述 现在在EC2上我开ftp,在本地cmd命令行下ftp连接服务器端,连接成功ls无法执行?怎么回事? 解决方案 解决方案二:用户没有读权限,可以试试get或put命令或者被>符号骗了,其实没有登录成功解决方案三:防火墙问题,ftp分控制连接和数据连接,21端口的控制连接OK,数据连接被FW阻断了,查看下 EC2的安全组连接或是本地网络问题.

命令行下也玩IPsec

在网络应用越来越广泛的今天,一个重要的问题就是有关计算机通信的安全性问题.作为网络系统管理员,一项基本职责就是保证数据在网络传输中,不能被未经授权的人访问.查看或修改,在这中间,同时要保证数据能加密传输.怎样做到这一点呢? Win2k网络中,我们可以通过IPSec来保护网络的安全.IPSec的全称是InternetProtocolSecurity,翻译成中文就是Internet协议安全.它的作用主要有两个:一个是保护IP数据包的内容,另外一点就是通过数据包筛选并实施受信任通讯来防御网络攻击.这对

命令行下的抗毒精英

  一.TASKLIST--火眼金睛 如今的病毒越来越狡猾,常常不见首也不见尾.但许多病毒往往在进程这一环节中露出狐狸尾巴,因而查看进程是查杀病毒的一个重要的方法.命令行提供了进程查看的命令工具--Tasklist(Windows XP或更新版本).此命令与任务管理器一样可以显示活动进程的列表.但通过使用参数,可以看到任务管理器查看不到的信息,可以实现更强大的功能.使用参数"/M",运行"Tasklist /M"将显示每个任务加载的所有的DLL模块;使用参数&quo

Aria2一个命令行下运行、多协议、多来源下载工具

Aria2是一个命令行下运行.多协议.多来源http://www.aliyun.com/zixun/aggregation/10481.html">下载工具(HTTP/HTTPS.FTP.BitTorrent.Metalink),内建 XML-RPC 用户界面. Aria2是Linux 下一个不错的高速下载工具.由于它具有分段下载引擎,所以支持从多个地址或者从一个地址的多个连接来下载同一个文件.这样自然就大大加快了文件的下载速度.aria2 也具有断点续传功能,这使你随时能够恢复已经中断的

Ubuntu在命令行下配置PPPoE

虽然利用路由器连接到Internet非常普遍,但是经常也使用ADSL(ADSL是'DSL'的一种,"A"指"Asymmetric",即"非对称性")http://www.aliyun.com/zixun/aggregation/3280.html">调制解调器通过PPPOE来连接到Internet.当然,你需要向Internet服务提供商(ISP)申请Internet连接业务,申请后你就可以连接并使用Internet.然后在你的A