- 论坛徽章:
- 0
|
linux主机a和b配置了ipv6协议和地址,可以相互ping6通。但是发包测试失败,但ipv4的地址测试正常。请教高手指点。相关信息如下:
主机a:ipv6: FEC0:0:0:1::20
ipv4: 172.16.50.53
主机b:ipv6: FEC0:0:0:1::21
ipv4: 172.16.50.57
[was@client53 ~]$ curl -I http://FEC0:0:0:1::21:9080
HTTP/1.1 400 Bad Request
Server: Apache-Coyote/1.1
Transfer-Encoding: chunked
Date: Tue, 24 Dec 2013 14:01:54 GMT
Connection: close
[was@client53 ~]$ curl -I http://172.16.50.57:9080
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Accept-Ranges: bytes
ETag: W/"7777-1372405174000"
Last-Modified: Fri, 28 Jun 2013 07:39:34 GMT
Content-Type: text/html
Content-Length: 7777
Date: Tue, 24 Dec 2013 14:02:07 GMT |
|