Networking
如何在 yast 中設置主機名?
如何在 yast 中設置主機名 FQDN?
我執行了 yast => 網路設備 => 網路服務 => 主機名/DNS:
YaST2 - lan @ arrakis Network Settings ┌Global Options──Overview──Hostname/DNS──Routing──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │┌Hostname and Domain Name───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ ││Hostname Domain Name ││ ││arrakis▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ bounceme.net▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ││ ││[ ] Change Hostname via DHCP ││ ││[x] Assign Hostname to Loopback IP ││ │└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘│ │Modify DNS configuration Custom Policy Rule │ │Use Default Policy▒▒▒▒▒↓ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒↓ │ │┌Name Servers and Domain Search List────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ ││Name Server 1 ┌Domain Search──────────────────────────────────────────────────────────────────────┐││ ││▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │bounceme.net │││ ││Name Server 2 │ │││ ││▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │ │││ ││Name Server 3 │ │││ ││▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ └───────────────────────────────────────────────────────────────────────────────────┘││ │└───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘│ │ │ │ │ │
做出了這樣的改變:
linux-k7qk:~ # linux-k7qk:~ # linux-k7qk:~ # cat /etc/hosts # # hosts This file describes a number of hostname-to-address # mappings for the TCP/IP subsystem. It is mostly # used at boot time, when no name servers are running. # On small systems, this file can be used instead of a # "named" name server. # Syntax: # # IP-Address Full-Qualified-Hostname Short-Hostname # 127.0.0.1 localhost # special IPv6 addresses ::1 localhost ipv6-localhost ipv6-loopback fe00::0 ipv6-localnet ff00::0 ipv6-mcastprefix ff02::1 ipv6-allnodes ff02::2 ipv6-allrouters ff02::3 ipv6-allhosts 127.0.0.2 arrakis.bounceme.net arrakis linux-k7qk:~ #
現在我看到我的主機名顯然是
arrakis
——對嗎?linux-k7qk:~ # linux-k7qk:~ # hostname arrakis linux-k7qk:~ # linux-k7qk:~ # ping arrakis PING arrakis.bounceme.net (127.0.0.2) 56(84) bytes of data. 64 bytes from arrakis.bounceme.net (127.0.0.2): icmp_seq=1 ttl=64 time=0.053 ms 64 bytes from arrakis.bounceme.net (127.0.0.2): icmp_seq=2 ttl=64 time=0.039 ms 64 bytes from arrakis.bounceme.net (127.0.0.2): icmp_seq=3 ttl=64 time=0.049 ms ^C --- arrakis.bounceme.net ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1998ms rtt min/avg/max/mdev = 0.039/0.047/0.053/0.005 ms linux-k7qk:~ # linux-k7qk:~ # linux-k7qk:~ # ping arrakis.bounceme.net PING arrakis.bounceme.net (127.0.0.2) 56(84) bytes of data. 64 bytes from arrakis.bounceme.net (127.0.0.2): icmp_seq=1 ttl=64 time=0.034 ms 64 bytes from arrakis.bounceme.net (127.0.0.2): icmp_seq=2 ttl=64 time=0.040 ms 64 bytes from arrakis.bounceme.net (127.0.0.2): icmp_seq=3 ttl=64 time=0.037 ms ^C --- arrakis.bounceme.net ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1998ms rtt min/avg/max/mdev = 0.034/0.037/0.040/0.002 ms linux-k7qk:~ #
為什麼提示保持不變
k7qk
?主機名實際上是 FQDN
arrakis.bounceme.net
嗎?(請注意,我沒有執行公開可用的 Web 伺服器或類似的東西,只是在 LAN 上。我只想確保主機名已更改。)
uname 顯示:
linux-k7qk:~ # linux-k7qk:~ # uname -a Linux arrakis 3.11.10-25-default #1 SMP Wed Dec 17 17:57:03 UTC 2014 (8210f77) x86_64 x86_64 x86_64 GNU/Linux linux-k7qk:~ #
雖然我沒有將 arrakis 作為公開可用的 Web 伺服器或類似的東西執行,但我希望它針對這種可能性進行設置。也許只是在區域網路上。
FQDN
arrakis.bounceme.net
在noip.com上註冊為主機名;他們免費服務的一部分。(不,這不是 noip 的外掛,嗯,它是一種循環方式……)
為了使您的更改在目前 shell 中可見,您需要終止目前會話並重新登錄。您的主機名將更改為
arakis
.說明:需要關閉並重新打開終端會話才能重新讀取配置文件。