问题解决了方法如下
在/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.224子网 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的,直接访问他的HTTP是无法访问的,通过PING测试可以看到解析地址已经比较乱,应该是所谓的DNS污染。其中有网友提到采用HTTPS加密证书试试。因为HTTP和HTTPS走的不是一个端口,之前有网友这样测试过是可以缓解这样的问题。这样通过将网站绑定设置HTTPS之后,是可以打开的,看来网站的80端口出现问题,而...
iON Cloud怎么样?iON Cloud是Krypt旗下的云服务器品牌,成立于2019年,是美国老牌机房(1998~)krypt旗下的VPS云服务器品牌,主打国外VPS云服务器业务,均采用KVM架构,整体性能配置较高,云服务器产品质量靠谱,在线率高,国内直连线路,适合建站等用途,支付宝、微信付款购买。支持Windows server 2012、2016、2019中英文版本以及主流Linux发行...
RAKsmart怎么样?RAKsmart机房即日起开始针对洛杉矶机房的独立服务器进行特别促销活动:低至$76.77/月,最低100Mbps带宽,最高10Gbps带宽,优化线路,不限制流量,具体包括有:常规服务器、站群服务器、10G大带宽服务器、整机机柜托管。活动截止6月30日结束。RAKsmart,美国华人老牌机房,专注于圣何塞服务器,有VPS、独立服务器等。支持PayPal、支付宝付款。点击直达...