最新消息:

2019年10月的内容

curl 连接超时,执行超时
curl

curl 连接超时,执行超时

admin 7年前(2019-10-30) 2浏览

连接超时 [root@aikaiyuan ~]# curl --connect-timeout 1 http://2.2.2.2 curl: (28) Connection timed out after 1001 milliseconds 连接超时...

CentOS 7 CentOS 8 网卡命名规则
CentOS7

CentOS 7 CentOS 8 网卡命名规则

admin 7年前(2019-10-24) 2浏览

修改方法 安装依赖 yum install initscripts biosdevname 修改/etc/default/grub 在 GRUB_CMDLINE_LINUX 后面添加如下 参数, GRUB_CMDLINE_LINUX=”crashke...

ICMP报文如何通过NAT来地址转换
icmp

ICMP报文如何通过NAT来地址转换

admin 7年前(2019-10-18) 1浏览

设备A: 192.168.1.100 设备B: 192.168.1.200 NAT设备: 192.168.1.1 123.123.123.123 如果A和B都想ping 114.114.114.114, 大家都知道ping是基于ICMP的,是没有端口...