NATNetwork resolve DNS of other guests
Posted: 30. Oct 2020, 13:53
Hi,
Apologies if this is covered elsewhere, or if this is the wrong place to ask.
I have a VirtualBox DHCP server defined:
and it a NATNetwork defined to use it.
VM start ok using the NAT Network and have the expected connectivity - out to the internet and to each other.
What I'd like to be able to do though is perform a DNS lookup of another guest on the NATNetwork, from a guest on that NATNetwork. Is that possible?
I wouldn't expect the VBox DHCP service to (be able to) update the DNS on my main DNS server/router, but it would be good if I could resolve the other hosts on the NAT Network.
Thanks.
Apologies if this is covered elsewhere, or if this is the wrong place to ask.
I have a VirtualBox DHCP server defined:
Code: Select all
NetworkName: LabNet
Dhcpd IP: 192.0.0.3
LowerIPAddress: 192.0.0.10
UpperIPAddress: 192.0.0.250
NetworkMask: 255.255.255.0
Enabled: Yes
Global Configuration:
minLeaseTime: default
defaultLeaseTime: default
maxLeaseTime: default
Forced options: None
Suppressed opts.: None
1/legacy: 255.255.255.0
3/legacy: 192.0.0.1
6/legacy: 192.168.1.254
15/legacy: lan
Code: Select all
NetworkName: LabNet
IP: 192.0.0.1
Network: 192.0.0.0/24
IPv6 Enabled: No
IPv6 Prefix: fd17:625c:f037:2::/64
DHCP Enabled: Yes
Enabled: Yes
loopback mappings (ipv4)
127.0.0.1=2
What I'd like to be able to do though is perform a DNS lookup of another guest on the NATNetwork, from a guest on that NATNetwork. Is that possible?
I wouldn't expect the VBox DHCP service to (be able to) update the DNS on my main DNS server/router, but it would be good if I could resolve the other hosts on the NAT Network.
Thanks.