我有一些关于天蓝色dns服务的DNS。都是公共DNS。我能从我的系统中解决这些问题。但是这些域并不是从我在Azure中创建的VM解析出来的。VM有公共IP,Vnet有服务器。
10.0.0.4
10.0.0.5
8.8.8.8
8.8.4.4
我不知道为什么这些域要从VM中解决。如果我在配置中遗漏了什么,请告诉我。
[root@Server ~]# traceroute godqualified.com.dev.spointe.org
godqualified.com.dev.spointe.org: Name or service not known
[root@Server ~]# p
在阿尔卑斯山shell中执行Pinging操作总会得到回复。例如。
ping junk_junnn
64 bytes from 198.105.244.228: seq=0 ttl=37 time=0.589 ms
64 bytes from 198.105.244.228: seq=1 ttl=37 time=1.428 ms
除了从dnrsearch.com获取回复之外,是否有其他方法可以确定给定的字符串是否不是有效的网络资源
目前,我正试图使用Google将具有短暂IP的Compute引擎VM映射到主机名,此操作在VM启动时进行。我是通过shell脚本这样做的,如下所示:
gcloud dns record-sets transaction start -z=MY_ZONE
gcloud dns record-sets transaction remove --zone MY_ZONE \
--name subd.domain.com \
--type A "1.2.3.4" \ #the old external ip for the VM
--ttl 300
gcloud