下面是一个故事:
在我的本地网络上,我使用Raspberry Pi和dnsmasq作为名称解析和DHCP。我们的家庭由两个成年人和两个孩子组成,我正在考虑通过OpenDNS限制孩子上网。
从这个问题开始,我几乎可以正常工作了。本质上,我所做的是用关键字(“doing”)“标记”孩子的设备,并通过以下方式将备用DNS服务器(OpenDNS)与该标记关联起来:
# regular DNS for most devices
dhcp-option=option:dns-server,192.168.111.11,8.8.8.8,8.8.4.4
# restricted DNS for kids (
我希望将子域映射到机器上的本地IP,以便为我的每台虚拟机实现一个IP。
我知道我可以在我自己的机器上设置一个DNS,但这只能解决我自己的机器上的domain。
subdomain.domain.com -> Public IP -> Internal IP 1
subdomain2.domain.com -> Public IP -> Internal IP 2
subdomain2.domain.com -> Public IP -> Internal IP 3
有什么东西可以达到同样的目标吗?
注意:我不只是想要端口80,我想要一个类似于NAT或Reve
我想做一件我觉得很简单的事。
使用我登记员的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