连接CentOS5.4打开网页速度慢的解决方法

网页打开速度慢  时间:2021-01-26  阅读:()

问题解决了方法如下

在/etc/mo dprobe.conf 加入下面两行alias ipv6 offalias net-pf-10 offip v6默认是在linux的内核中加载的去掉它仅使用ipv4好了。

Connection-specific DNS Suffix . :

Description. . . . . . . . . . . :WAN(PPP/SLIP

Phys ical Address. . . . . . . . . :00-53-45-00-0

Dhcp Enabled. . . . . . . . . . . :No

IP Addre ss. . . . . . . . . . . . : 10.198.1.26

Subnet Mask. . . . . . . . . . . :255.255.255.2

De fault Gateway. . . . . . . . . : 10.198.1.26

DNS Servers . . . . . . . . . . . : 10.198.1.1

10.198.1.1

NetBIOS over Tcpip. . . . . . . . :Disabledc ento s 5中AD S L共享上网网络环境 2台台式机各自一张网卡一个路由器网络连接概述一台CENTOS5系统做服务器另一台通过路由器连接服务器共享上网

配置

C EN TO S服务器IP地址 172.1.1.1 24子网 255.255.255.0网关无一定不能填写 DNS手动输入

XP客户机 IP 172.1.1.224子网 255.255.255.0网关 172.1.1.1 DNS手动输入没有架设DNS服务器

具体命令(centos5):ifconfig eth0 172.1.1.1 netmask 255.255.255.0iptables -t nat-A POSTROUTING-o ppp0-j MASQUERADE(注意大小写),echo1>>/pro c/s ys/ne t/ip v4/ip_fo rward

路由器方面需要关闭DHCP拨号上网连接选择手动连接。

然后设置PPPOE拨号连接或者直接输入adsl-setup建立

如果遇到verb r0这种网卡只需要禁用XEN D或者删除xe n(虚拟机)即可。具体配置就不多讲了大概步骤就这种。 。 。 。

[root@sample~]#adsl-setup ←建立ADSL连接

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

LOGIN NAME

Enter your Login Name(default root): ←填入ADSL连接的用户名

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): ←指定网络接入设备一块网卡的情况下一般为默认eth0Do 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 secondsafter which the link should be dropped. If you want the link tostay up permanently,enter'no' (two letters, lower-c ase.)

NOTE:Demand-activated links do not interact well with dynamic IPaddresse s.You may have some prob lems 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'serve r' (all lo wer-case)here.

If youjust press enter, I will assume you know what you aredoing and not modify your DNS setup.

Enter the DNS information here: ←如果知道DNS服务器的信息在此填入。不知道的情况按回车跳过

PASSWORD

Please enter your Password: ←输入ADSL的连接密码

Please re-enter your Password: ←再次确认输入ADSL的连接密码

USERCTRL

Please enter 'yes' (two letters, lower-case.) if you want to allownormal user to start or stop DSL connection(default yes):no ←填入no不允许一般用户控制PPPoE的连接

FIREWALLING

Please choose the firewall rules to use.Note that these rules arevery basic.You are strongly encouraged to use a more sophisticatedfirewall setup;however, these will provide b asic security. If youare running any servers on your machine,you must choose'NONE'andset up firewalling yourself.O therwise, the firewall rules will denyaccess to all standard servers like Web,e-mail, ftp,etc. If youare using SSH, the rules will block outgoing SSH connections whichallocate a privileged source port.

The firewall choices are:

0-NONE:This script will not set any firewall rules.You are responsiblefor ensuring the security of your machine.You are STRONGLYrecommended to use some kind of firewall rules.

1 -STANDALONE:Appropriate for a basic stand-alone web-surfing workstation2-MASQUERADE:Appropriate for a machine acting as an Internet gatewayforaLAN

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):yes ←填入yes在系统启动时自动连接ADSL

**Summary o f what you entered**

Ethernet Interface:eth0

User name:caun870293@ca.dti.ne.jp

Activate-on-demand:N o

DNS:Do not adjust

F ire wa lli ng:N ON E

User Contro l:no

Accept these settings and adjust configuration files (y/n)?y ←配置信息确认无误后键入y同意设置

Adjus ting/e tc/sysconfig/ne twork-scripts/ifc fg-ppp0

Adj us ting/etc/ppp/chap-s ecrets 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'/sb in/ad s l-status/etc/sysco nfig/netwo rk-scrip ts/ifc fg-ppp0'to see the link status.

然后启动ADSL连接。

[ro ot@samp le~]#adsl-start ←启动ADS L连接

[root@sample~]# ←稍等片刻后若启动成功后出现提示符无任何提示即意味着连接成功

这时通过“ifconfig”命令可以看到各网络接口的信息IP地址等等 。

HTTPS加密协议端口默认是多少且是否支持更换端口访问

看到群里网友们在讨论由于不清楚的原因,有同学的网站无法访问。他的网站是没有用HTTPS的,直接访问他的HTTP是无法访问的,通过PING测试可以看到解析地址已经比较乱,应该是所谓的DNS污染。其中有网友提到采用HTTPS加密证书试试。因为HTTP和HTTPS走的不是一个端口,之前有网友这样测试过是可以缓解这样的问题。这样通过将网站绑定设置HTTPS之后,是可以打开的,看来网站的80端口出现问题,而...

iON Cloud:七月活动,洛杉矶CN2 GIA线路85折优惠中,价格偏高/机器稳定/更新优惠码

iON Cloud怎么样?iON Cloud是Krypt旗下的云服务器品牌,成立于2019年,是美国老牌机房(1998~)krypt旗下的VPS云服务器品牌,主打国外VPS云服务器业务,均采用KVM架构,整体性能配置较高,云服务器产品质量靠谱,在线率高,国内直连线路,适合建站等用途,支付宝、微信付款购买。支持Windows server 2012、2016、2019中英文版本以及主流Linux发行...

RAKsmart:美国洛杉矶独服,E3处理器/16G/1TB,$76.77/月;美国/香港/日本/韩国站群服务器,自带5+253个IPv4

RAKsmart怎么样?RAKsmart机房即日起开始针对洛杉矶机房的独立服务器进行特别促销活动:低至$76.77/月,最低100Mbps带宽,最高10Gbps带宽,优化线路,不限制流量,具体包括有:常规服务器、站群服务器、10G大带宽服务器、整机机柜托管。活动截止6月30日结束。RAKsmart,美国华人老牌机房,专注于圣何塞服务器,有VPS、独立服务器等。支持PayPal、支付宝付款。点击直达...

网页打开速度慢为你推荐
手机内存卡数据恢复手机内存卡数据恢复天玑1000plus和骁龙865哪个好各位觉得联发科最新芯片天机1000靠谱吗?真的能打过麒麟990?手动挡和自动挡哪个好自动挡手动挡哪个好?三国游戏哪个好玩三国类的游戏哪些好玩点电陶炉和电磁炉哪个好电陶炉和电磁炉哪个好海克斯皮肤哪个好海克斯安妮和摄魂薇恩哪个好 需要多少宝石dnf魔枪士转职哪个好dnf魔枪士专职哪个网页qq空间登录为什么我用网页登录QQ空间时,没有登录界面,直接进去一个QQ空间,请问是怎么回事?qq空间登录电脑怎么用电脑登陆手机版QQ空间广东联通网上营业厅联通怎么查话费?联通怎么查流量剩余?
域名是什么 godaddy域名解析教程 ipage hostmonster 安云加速器 坐公交投2700元 169邮箱 什么是服务器托管 百度云1t 备案空间 下载速度测试 智能dns解析 阿里云免费邮箱 域名转入 免费主页空间 阿里云邮箱怎么注册 开心online 时间服务器 web是什么意思 服务器操作系统 更多