
나는 직장에서 Ubuntu 18.04 시스템을 Windows 네트워크에 연결하려고 노력해 왔습니다.
설치가 완료되면 Windows 시스템에서 Ubuntu 시스템으로 핑을 시도했고 그 반대의 경우도 마찬가지였습니다.
Windows 시스템이 발견되고 시계 장치처럼 핑이 울립니다.
그러나 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
나의/etc/resolv.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 시스템에서 우분투 시스템으로 SSH를 통해 연결할 수 있습니다.
아마도 FQDN을 제대로 이해하지 못했거나 내가 한 어리석은 일이거나 18.04의 DNS와 관련된 어리석은 문제일 뿐이지만 하루가 너무 길어서 이해할 수 없는 것 같습니다. 이전 Gnome LTS 버전에서는 이 문제가 발생하지 않았습니다.
모든 도움과 제안을 주시면 감사하겠습니다.
이 문제를 해결하는 데 도움이 되는 모든 추가 정보를 제공해 드릴 수 있습니다.