Questions tagged [hostname]

Hostname is a label assigned to a device connected to a computer network used to identify the device.

A hostname is a label that is assigned to a device connected to a computer network and that is used to identify the device in various forms of electronic communication such as the World Wide Web, e-mail or Usenet. Hostnames may be simple names consisting of a single word or phrase, or they may have appended the name of a DNS domain, separated from the host specific label by a period (dot). In the latter form, a hostname is also called a domain name. If the domain name is completely specified including a top-level domain of the Internet, the hostname is said to be a fully qualified domain name (FQDN).

Hostnames that include DNS domains are often stored in the Domain Name System together with IP addresses of the host they represent for the purpose of mapping the hostname to an address, or the reverse process.

Source: Wikipedia.

624 questions
2
votes
0 answers

What sort of actions can I take to make printer mapping less painful for all involved?

I currently work on/sort of manage a very large network. We employ the use of a print server to make some things easier for end users, but I'm sure you all know that that comes with its own issues. I was recently namedropped into trying to find…
Xerphi
  • 21
  • 1
2
votes
1 answer

Regenerate Windows default hostnames

I am looking for a way to re-generate the default hostname on Windows, or to know how it is been generated to set it as hostname when it has been changed already. Those usually looks like DESKTOP-ABCDEFG where the 2nd part is like a serial number.
Kedare
  • 1,786
  • 4
  • 20
  • 37
2
votes
2 answers

Is there a way to relate the mac address of a machine to it's hostname when deploying images over a network?

This is a os-agnostic question; When deploying to a large number of machines, the only thing you have to differentiate them with is a mac address; DHCP can assign an IP to each machine based on it's mac address, and then DNS will assign it a FQDN…
leeand00
  • 4,869
  • 15
  • 69
  • 110
2
votes
1 answer

Is my server's hostname conflicting with my website?

I'm trying to figure out if the hostname I have set for my cloud-based web server is conflicting with my public-facing website in any way. I've researched the topic and found suggestions for proper naming conventions (See here: 1 and 2), but no…
CoastalPro
  • 71
  • 1
  • 7
2
votes
0 answers

File Server - Hostname vs. FQDN

I have a problem with a File Server at Microsoft Windows Server 2008 R2 Operasion System. When my user browse a network share with FQDN she can't see the files, but if she browse it without FQDN (only with hostname) can see them. Although this…
2
votes
1 answer

Isc-Dhcpserver static DHCP missing client-hostname

I got a strange problem with my isc-dhcpserver (Ubuntu 16.04). When clients are requesting from the server, I can see the following output in /var/log/syslog : Jun 21 21:41:25 drake dhcpd[265]: DHCPREQUEST for 192.168.0.113 (192.168.0.254) from…
Firestone
  • 23
  • 5
2
votes
1 answer

What happens if I reinstall Windows and add it to the AD with the same name?

Sometimes the proverbial excrement hits the fan and I need to reinstall the OS on a laptop or something. This isn't an issue. Normally, I follow the following procedure: delete the computer from the AD reinstall OS set the host-name to match the…
MBender
  • 381
  • 2
  • 8
  • 25
2
votes
1 answer

Servername Secure Connection - Loose Match

We've updated our Apache deployment configuration to allow for non-www requests to our server (https://example.com). For https connections we needed this because the name didn't match the cert. This was good, recently though we noticed our local…
chris85
  • 81
  • 2
  • 11
2
votes
0 answers

Connection to localhost by name appears slow on OS X

I'm running some code (Perl's WWW::Mechanize module) on OS X and it keeps hanging on simple HTTP GET requests against http://localhost:5000/. My server is fine, but the response time is measured in minutes. If I switch it to http://127.0.0.1:5000/,…
Curtis Poe
  • 121
  • 2
2
votes
3 answers

Bash for loops and hostnames and how to generate them

Why doesn't this work? NODE_ROOT=node0 INFRA_DOMAIN=example.com for host in $NODE_ROOT{1..3}.$INFRA_DOMAIN; do echo $host; done I'm expecting: node01.example.com node02.example.com node03.example.com However, I…
nnachefski
  • 123
  • 4
2
votes
3 answers

How do I change my server's host name?

At work, I have a Linux server which I would like to change the name from "testmain" to "test1". I have contacted the IT guys to change the DNS to associate the new name to its static IP and it works. What is left now is to change the host name on…
Hai Vu
  • 199
  • 2
  • 9
2
votes
2 answers

Httpd/Apache2 Virtual Host and Hostname Conflict

I have a domain ie test.example.com. I set the hostname of my server to this by uisng: hostname test.example.com I then add a Virtual host in /etc/httpd/conf/httpd.conf NameVirtualHost *:80 DocumentRoot…
The Humble Rat
  • 233
  • 1
  • 5
  • 20
2
votes
1 answer

Apache2/Ubuntu 14.04 error.log Hostname provided via SNI and hostname provided via HTTP are different

In my apache2 error.log I see every few minutes an error message “Hostname … provided via SNI and hostname www.google.com.hk provided via HTTP are different”. In the access.log each error can be often be connected to a HEAD-request. We have these…
Eric
  • 21
  • 2
2
votes
3 answers

Redis Sentinel Configuration and Hostnames

I have 2 sentineles and 2 redis servers. I want to configure sentinels using hostnames of redis servers. Currently, I define each hostname in hosts file like this. 10.22.20.156 clsupport1 10.22.20.157 clsupport2 And I try to configure…
bhdrkn
  • 73
  • 1
  • 8
2
votes
1 answer

Using www as hostname on a server running apache and exim?

I have a VPS that is currently hosting a website and also serves as a mail server running exim. I own a SSL certificate for website.com which also works for www.website.com. Since my server's FQDN is server.website.com I cannot make use of my…
justabit
  • 185
  • 9