FQDN を使用して Windows マシンから Ubuntu 18.04 に ping できない

FQDN を使用して Windows マシンから Ubuntu 18.04 に ping できない

職場で Ubuntu 18.04 システムを Windows ネットワークに接続しようとしています。

インストールしたら、Windows マシンから Ubuntu マシンに ping を送信したり、その逆を行ったりしてみました。

Windows マシンが検出され、時計のように ping が送信されます。

しかし、Ubuntu マシンに ping を実行しようとすると、FQDN 方式は機能しません。

IP とホスト名で Ubuntu システムに ping を実行できます。

私の/etc/ホスト読みます:

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

私の Ubuntu マシンでのさまざまなコマンドの出力:

hostname: s4bsu-server
hostname -d:hevs.ch
hostname -f:pagemattermost.hevs.ch

私のifconfig出力:

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

Windows システムの IP 構成:

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

私のconf ファイル出力:

# Generated by NetworkManager
search hevs.ch
nameserver 153.109.6.36
nameserver 153.109.64.6

私のnslookup s4bsu-サーバー出力:

;; 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

s4bsu-server および/または IP に ping すると、次の結果が得られます。

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

FQDN 名を ping したり呼び出したりできない理由がわかりません。

IP とホスト名を使用して、Windows システムから Ubuntu マシンに SSH 接続することもできます。

おそらく、私が FQDN を適切に理解していないか、私が何か愚かなことをしたか、18.04 の DNS に関する愚かな問題が原因なのでしょうが、長い一日が過ぎましたが、解決方法がわかりません。以前の LTS バージョンの Gnome では、この問題は一度も発生しませんでした。

あらゆるご助力とご提案をいただければ幸いです。

この問題の解決に役立つ追加情報があれば、ぜひ提供したいと思います。

関連情報