我一直在将Azure资源从V1服务管理API迁移到V2资源管理器API,但是对于Azure提供的V2并不确定。以前,我可以在同一个云服务中平平主机,但是在V2中没有云服务了。主机也不能在同一资源组内相互切换。
我所做的唯一改变就是将主机名添加到/etc/host,这样VM就可以自己ping (解析为127.0.0.1):
127.0.0.1 localhost
127.0.0.1 myazurevmhostname
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
我有领事作为名称服务器,从服务的两个实例中解析地址。通过dig interface.http.service.consul提供的DNS信息:
...
interface.http.service.consul. 0 IN A 10.0.0.85
interface.http.service.consul. 0 IN A 10.0.1.22
...
ping将在两个地址之间交替使用:
while true; do ping -c 1 interface.http.service.consul | grep PING; sleep 1; done
PING interfac
我想做一件我觉得很简单的事。
使用我登记员的DNS服务器将local.mydomain.com映射到192.168.0.1。(namecheap.com)
我为local添加了一个值为192.168.0.1的记录
尝试使用像local.mydomain.com这样的网站查找just-dnslookup.com,会返回正确的IP地址。但是在windows中尝试ping或nslookup会导致这些错误。
平:Ping request could not find host local.mydomain.com. Please check the name and try again.
查询No i
我的/etc/hosts文件如下所示:
# Your system has configured 'manage_etc_hosts' as True.
# As a result, if you wish for changes to this file to persist
# then you will need to either
# a.) make changes to the master file in /etc/cloud/templates/hosts.tmpl
# b.) change or remove the value of 'manage_