
geekaia
(usa Ubuntu)
Enviado em 18/04/2017 - 20:42h
Olá, estou efetuando o ping em alguns sites e não está funcionando para certos domínios
ifmt@ifmtalunos:~$ ping
www.globo.com
PING
www.globo.com (186.192.81.5) 56(84) bytes of data.
ifmt@ifmtalunos:~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.20.6
netmask 255.255.255.0
gateway 192.168.20.2
dns-nameservers 8.8.8.8 8.8.4.4
auto eth0.10
iface eth0.10 inet static
address 10.11.0.5
netmask 255.255.252.0
# gateway 10.11.0.1
# dns-nameservers 8.8.8.8 8.8.4.4
auto eth0.20
iface eth0.20 inet static
address 10.10.0.5
netmask 255.255.252.0
Estou usando o Ubuntu 16.04
root@ifmtalunos:/home/ifmt# nslookup
www.globo.com
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name:
www.globo.com
Address: 186.192.81.5
aparentemente está tudo bem, mas não está funcionando. O que pode ser ?