linux服务器内无法访问其他站点的检查处理办法
发布日期:2016-1-3 16:1:3
1.ifconfig检查网卡信息是不是正常 ifconfig 命令会有3个网卡,分别是lo-回环网卡,eth0-内网网卡,eth1-公网网卡 2.路由表是不是正常 3.能不能正常ping内网网关 route -n 可看到Gateway 网关。 4./etc/resolv.conf中是不是指定了nameserver cat /etc/resolv.conf 查看是不是指定了nameserver 5.nscd进程是不是正常 ps aux |grep nscd 查看是不是有/usr/sbin/nscd 6.iptables是不是限制对外网80、53端口的访问 iptables -nvL 检查OUTPUT是不是有限制。 上一条: ECS Linux .htacess文件上传无法显示的处理办法 下一条: ECS mysql无法启动提示“Can't create/write to file '/tmp/ibfguTtC”错误的处理
|