bonn223 发表于 2014-06-22 13:31

http协议的问题

今天出现了一个疑难杂症网络链路电信ISP--园区路由--我们的路由--服务器
服务器上ping 所以域名,dns解析正常,ping能通,telnet 80端口能通;但就是wget不到网页(所以网站)

--2014-06-22 13:19:35--(try:11)http://cndns.com/
Connecting to cndns.com (cndns.com)|114.80.154.211|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.
但除了80以外的所以端口业务都是正常的,可以scp远程内容,也可以从5666端口上报数据

而且wget不是一直都down不到页面,偶尔又可以。
真判断不出哪儿问题
root@debian:/home/nagios# tcpdump -i br0 'host 114.80.154.211 and greater 76' -Ap -v -s10000
tcpdump: listening on br0, link-type EN10MB (Ethernet), capture size 10000 bytes
13:30:55.892113 IP (tos 0x0, ttl 64, id 35734, offset 0, flags , proto TCP (6), length 165)
    10.10.3.1.33911 > 114.80.154.211.http: Flags , cksum 0x1ac6 (incorrect -> 0x63de), seq 3145852131:3145852244, ack 3687771719, win 14600, options , length 113
E.....@.@...

..rP...w.P.......G..9........
..o}.*T.GET / HTTP/1.1
User-Agent: Wget/1.13.4 (linux-gnu)
Accept: */*
Host: www.cndns.com
Connection: Keep-Alive


13:30:56.309469 IP (tos 0x0, ttl 64, id 35735, offset 0, flags , proto TCP (6), length 165)
    10.10.3.1.33911 > 114.80.154.211.http: Flags , cksum 0x1ac6 (incorrect -> 0x6375), seq 0:113, ack 1, win 14600, options , length 113
E.....@.@...

..rP...w.P.......G..9........
..o..*T.GET / HTTP/1.1
User-Agent: Wget/1.13.4 (linux-gnu)
Accept: */*
Host: www.cndns.com
Connection: Keep-Alive


13:30:57.341987 IP (tos 0x0, ttl 64, id 43809, offset 0, flags , proto TCP (6), length 165)
    10.10.3.1.33913 > 114.80.154.211.http: Flags , cksum 0x1ac6 (incorrect -> 0x602c), seq 3670793216:3670793329, ack 1194618415, win 14600, options , length 113
E....!@.@.u.

抓包是没有回包

q1208c 发表于 2014-06-23 07:21

这关http协议什么事呀.

你们的服务被墙了呀.

bonn223 发表于 2014-06-23 16:10

服务器被屏蔽了 ?

bonn223 发表于 2014-06-23 16:13

内网访问外网,麻烦看清楚再回答

ssffzz1 发表于 2014-06-23 16:56

找个别的位置的机器试试。

ssffzz1 发表于 2014-06-23 16:56

或者把80口换成 别的端口试试。

于百之 发表于 2014-06-24 21:17

支持~~~~~~··

Trofish 发表于 2014-06-24 22:03

80有去电信备过案吗?
页: [1]
查看完整版本: http协议的问题