CentOS 6.2下Firefox无法打开Google和WebQQ问题的解决

字体大小: 中小 标准 ->行高大小: 标准

系统:CentOS 6.2 final  Linux 2.6.32内核

问题:系统上的firefox浏览器无法访问www.google.com.hk和web.qq.com,其他的浏览器没有试过

解决:

将系统的tcp时间戳关闭:

[html]

  1. # vi /etc/sysctl.conf   # 加入以下一行:  
  2. net.ipv4.tcp_timestamps = 0   # 使之生效  
  3. # sysctl -p  
原因不清楚,以后补充。

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/58077.html