what does "[...].Home" in the destination field mean? #1023
-
see attached image. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Moth-Tolias , .home is a domain used for local networks, usually set by your router, for resolving hostnames to IPs. When connecting to the local network via DHCP, besides the IP/mask you also receive the DNS nameservers and a domain for your localnetwork. In your case is .home, but it could also be .local, or .homestation for example. Nothing to worry about, probably you can configure it in your router. Also this domain may be added to your /etc/resolv.conf, with the parameter "search .home", to easily access other hosts in the local network by hostname. |
Beta Was this translation helpful? Give feedback.
Hi @Moth-Tolias ,
.home is a domain used for local networks, usually set by your router, for resolving hostnames to IPs. When connecting to the local network via DHCP, besides the IP/mask you also receive the DNS nameservers and a domain for your localnetwork. In your case is .home, but it could also be .local, or .homestation for example.
Nothing to worry about, probably you can configure it in your router. Also this domain may be added to your /etc/resolv.conf, with the parameter "search .home", to easily access other hosts in the local network by hostname.