PowerShell检查IP是否为保留IP
摘要:function Test-ReservedIP { param( [Parameter(Mandatory=$true)] [string]$IPAddress ) # 正则匹配 IPv4 格式 $ipv4Pattern = '^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(
阅读全文
posted @
2025-08-13 17:23
momingliu11
阅读(15)
推荐(0)
PVE迁移虚机报错“Host key verification failed”
摘要:在PVE上将虚机从宿主192.168.1.124迁移到192.168.1.236的出现报错“Host key verification failed when migrate. Can't connect to destination address using public key” 解决办法:
阅读全文
posted @
2025-08-01 10:10
momingliu11
阅读(38)
推荐(0)