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
3
votes
1 answer

Why won't RabbitMQ respect my hostname on EC2/Ubuntu Lucid?

I've got a fresh installation of rabbitmq-server on a Lucid EC2 instance. The hostname is set correctly, but rabbitmq won't pick up the hostname, and insists on calling itself localhost. Any idea how to convince it otherwise? $ cat…
David Eyk
  • 667
  • 1
  • 7
  • 17
3
votes
2 answers

Can a hostname be added to syslog-ng?

How can syslog-ng be configured to send both the hostname and the IP address. Currently, logs are sent with the IP address of the device/machine, but we want to add the hostname so I could keep my ip management database up to date with the correct…
Ed Gl
  • 143
  • 1
  • 1
  • 4
3
votes
3 answers

Eliminating duplicate hostnames when deploying a Windows 2008 R2 VM from a template in ESXi 4.1

When deploying a Windows 2008 R2 VM in ESXi 4.1, why does the hostname always end up the same as the original VM that was converted into the template in the first place? How can this be rectified so that every deployed VM has a unique…
warren
  • 18,369
  • 23
  • 84
  • 135
3
votes
1 answer

Ubuntu - get hostname -f to return fake "FQDN" without DNS

On my private local network, I need an Ubuntu host to convince itself (well, more specifically the Erlang "long name" tool) that it has a FQDN. It doesn't much matter what it is. But supposing my real host name is apps-dev-01 I'd like hostname -f to…
Dan
  • 143
  • 6
3
votes
1 answer

Does not having FQDN in /etc/hosts cause any problems?

Just been looking through some servers and seen that the external ip is set up with the full and short names the wrong way round, e.g.: a.b.c.d myserver myserver.mycompany.org What sort of problems can this cause, given that nsswitch.conf is…
RCross
  • 469
  • 2
  • 6
  • 19
3
votes
1 answer

site name vs host name on iis 7 - adding a new site

I am adding a new site in the IIS7. It asked me to enter site name and host name. I didn't get the difference. Could you please explain about it. thanks !
dotnetrocks
  • 53
  • 1
  • 3
3
votes
2 answers

the server's certificate did not match its hostname multiple domains on same server

I have 3 websites host on a single server, and only one of those website is using SSL. I bought, configured and installed a GoDaddy certificate and it is working fine on all browsers (Chrome, FF, Safari, IE) except Opera which is issuing a warning…
Nicolas
  • 454
  • 2
  • 6
  • 16
3
votes
2 answers

Lighttpd proxy module - use with hostname

I have to proxy a site which is hosted on an external webspace through my lighty on example.org. My config so far: $HTTP["url"] =~ "^/webmail" { proxy.server = ("/webmail/" => ( # this entry should link to example2.org ("host"…
gorootde
  • 226
  • 1
  • 3
  • 9
3
votes
1 answer

How do I change HOSTNAME on an Ubuntu server?

I'm attempting to change the hostname on my shared server with Slicehost so I can setup Postfix as a null client. I edited /etc/hosts and after reboot, the hostname is still incorrect. What am I doing wrong? username@mail Fri Jul 01 13:01:32 ~ …
BryanWheelock
  • 205
  • 1
  • 3
  • 7
3
votes
2 answers

Accessing a site using ip/hostname combination

I've successfully set up multiple sites on my server, and as they are all assigned to port 80, I have assigned each a unique host name in the IIS Site Bindings. Firstly, is this the correct way of doing things? Secondly, is there any way in which I…
Jonathan
  • 1,309
  • 2
  • 22
  • 29
3
votes
5 answers

Access linux machine by hostname within LAN?

I have a LAN setup with a bunch of windows and linux boxes. The LAN is built on top of the AT&T DSL Router. I don't have any type of DNS Server running. All the windows machines can identify themselves by machine name over the network. Even a Linux…
user766453
  • 161
  • 1
  • 1
  • 2
3
votes
2 answers

How to change hostname of VM?

I am using vSphere Hypervisor 4.1.0 and vSphere Client and from the vSphere Client, if you go to the Summary tab of a VM, how do you change the Host name in the General box? I am stumped. I heard the hostname from the vSphere doesn't affect…
O_O
  • 635
  • 3
  • 15
  • 25
3
votes
2 answers

With Nginx proxying to Apache, real hostname is lost

I have a situation with a number of websites sharing a single IP address. I have nginx accepting requests and passing them on to Apache, which actually serves the sites. I know that Apache isn't really needed here, but it's set up this way for…
Janine Ohmer
  • 257
  • 1
  • 5
  • 8
3
votes
3 answers

How do I find out my host name and IP address on Ubuntu?

I know Windows has the ipconfig command to find out information about my host name and ip address. On Ubuntu I tried: tpconfig - was not installed on my machine iwconfig - did not give useful info ifconfig - gave the stuff below: inet…
Genadinik
  • 1,103
  • 4
  • 19
  • 39
3
votes
2 answers

Hostname resolution in a machine with multiple running eth ports

Consider a machine having 4 eth ports running on it. Then to which eth port's ipaddress will the hostname resolve to? Kindly guide me to some documentation to support your answers so that I could use them as proof in my project. Thanks
LinuxPenseur
  • 443
  • 1
  • 6
  • 16