查看shell环境下,网络连通管理

Posted wenlin-gk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查看shell环境下,网络连通管理相关的知识,希望对你有一定的参考价值。

检查网络是否可用

curl www.baidu.com

<!--STATUS OK--><html>...</html>

 

ping www.baidu.com
注意:网络通的情况下,也可能ping不通,因为可能有代理、防火墙关闭了端口访问

 

检查代理环境变量:

echo http_proxy
echo https_proxy

修改代理环境变量

export http_proxy=http://proxyhk.zte.com.cn:80/
export https_proxy=http://proxyhk.zte.com.cn:80/




以上是关于查看shell环境下,网络连通管理的主要内容,如果未能解决你的问题,请参考以下文章

shell文件管理jenkins构建过程---window环境下报错:找不到shell文件

网络配置和系统管理操作

Linux 实用指令 -- 网络配置(查看网络IP和网关 ping 测试主机之间网络连通Linux网络环境配置(指定固定ip))

Linux环境下查看网络性能的基本命令

linux网络管理命令

linux笔记6.0