O Ubuntu Server (VirtualBox VM) parece ter algum tipo de problema de DNS (eu acho)

0

Hoje, decidi testar e instalar o bloco de anúncios em toda a rede Pi-Hole em uma VM do servidor Ubuntu (VirtualBox).

Então, eu configurei meu computador com um endereço IP estático através do meu roteador e editei meu arquivo / etc / network / interfaces:

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto enp0s3
iface enp0s3 inet static
         address 192.168.2.110
         netmask 255.255.255.0
         network 192.168.2.0
         broadcast 192.168.2.255
         gateway 192.168.2.1
         dns-nameservers 8.8.8.8 8.8.4.4

Quando faço ping no google.com:

ping: unknown host google.com

Quando faço ping 8.8.8.8

PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.2.110 icmp_seq=1 Destination Host Unreachable
From 192.168.2.110 icmp_seq=2 Destination Host Unreachable
From 192.168.2.110 icmp_seq=3 Destination Host Unreachable
From 192.168.2.110 icmp_seq=4 Destination Host Unreachable

Minhas configurações de rede do VirtualBox:

Eu tenho tentado fazer isso e trabalhar o dia todo, então quero agradecer a todos que tentam ajudar com antecedência!

    
por Terrice 08.01.2018 / 01:15

0 respostas