
He estado intentando conectar un sistema Ubuntu 18.04 a una red de Windows en el trabajo.
Una vez instalado, intenté hacer ping a la máquina Ubuntu desde una máquina con Windows y viceversa.
Se encuentra la máquina con Windows y hace ping como un reloj.
Sin embargo, cuando intento hacer ping a la máquina Ubuntu, el método FQDN no funciona.
Puedo hacer ping al sistema Ubuntu por IP y nombre de host.
Mi/etc/hostslee:
127.0.0.1 localhost
127.0.1.1 pagemattermost.hevs.ch s4bsu-server
153.109.5.99 pagemattermost.hevs.ch s4bsu-server
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Salida de varios comandos en mi máquina Ubuntu:
hostname: s4bsu-server
hostname -d:hevs.ch
hostname -f:pagemattermost.hevs.ch
Miifconfigproducción:
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 153.109.5.99 netmask 255.255.255.0 broadcast 153.109.5.255
inet6 fe80::9354:37ce:e64c:aa94 prefixlen 64 scopeid 0x20<link>
ether 98:90:96:c6:ba:18 txqueuelen 1000 (Ethernet)
RX packets 28555 bytes 14650682 (14.6 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 17685 bytes 2766305 (2.7 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xf7c00000-f7c20000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 9439 bytes 1727354 (1.7 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9439 bytes 1727354 (1.7 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
ElConfiguración IP del sistema Windows:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : hevs.ch
Link-local IPv6 Address . . . . . : fe80::a483:ab48:1ab0:ce8e%11
IPv4 Address. . . . . . . . . . . : 153.109.5.98
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 153.109.5.1
mi/etc/resolv.confproducción:
# Generated by NetworkManager
search hevs.ch
nameserver 153.109.6.36
nameserver 153.109.64.6
miservidor nslookup s4bsuproducción:
;; Got SERVFAIL reply from 153.109.6.36, trying next server
Server: 153.109.64.6
Address: 153.109.64.6#53
** server can't find s4su-server: SERVFAIL
Cuando hago ping al s4bsu-server y/o a la IP, obtengo:
Pinging 153.109.5.99 with 32 bytes of data:
Reply from 153.109.5.99: bytes=32 time=2ms TTL=64
Reply from 153.109.5.99: bytes=32 time<1ms TTL=64
Reply from 153.109.5.99: bytes=32 time=1ms TTL=64
Reply from 153.109.5.99: bytes=32 time=1ms TTL=64
Ping statistics for 153.109.5.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 2ms, Average = 1ms
No sé por qué no puedo hacer ping y/o llamar al nombre FQDN.
También puedo conectarme por ssh a la máquina ubuntu desde los sistemas Windows usando la IP y el nombre de host.
Tal vez no he entendido correctamente el FQDN o es solo un caso de alguna estupidez que he cometido o algún problema tonto con el DNS en 18.04, pero ha sido un día largo y parece que no puedo resolverlo. Nunca tuve este problema en versiones anteriores de LTS con Gnome.
Toda ayuda y sugerencias serán muy apreciadas.
Puedo intentar proporcionarle toda la información adicional para ayudar a resolver este problema.