摘要: 1-测试网络 Test-connection -computername 172.28.2.28 返回的结果 测试多地址 test-connection -computername 172.28.2.28 172.28.2.29 静默测试网络 test-connection -computernam 阅读全文
posted @ 2022-03-01 17:54 XXLLA 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 1.修改linux 主机名称 hostnamectl set-hostname xxxx #xxxx 所指的就是主机修改的名称 2.修改linux ip地址 ip addr #查看当前网卡 #修改地址 vi /etc/sysconfig/network-scripts/ifcfg-ens32 #按e 阅读全文
posted @ 2022-03-01 14:47 XXLLA 阅读(47) 评论(0) 推荐(0) 编辑