如何在 yast 中设置主机名?

如何在 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服务器运行,或者类似的东西,我希望它能够针对这种可能性进行设置。也许只是在局域网上。

FQDNarrakis.bounceme.net注册于诺伊普网作为主机名;他们免费服务的一部分。 (不,这不是 noip 的插头,嗯,它是一种循环方式......)

答案1

为了使您的更改在当前 shell 中可见,您需要终止当前会话并重新登录。您的主机名将更改为arakis

说明:需要关闭并重新打开终端会话才能重新读取配置文件。

相关内容