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
2 answers

Hostname lookup fails, name server set up correctly

We have a small network, with a main server (hosting our own website and functioning as a name server) and some web hosting servers. Since yesterday we have an issue with a domain of a client of ours that we host on our network. The webserver is set…
redelschaap
  • 235
  • 1
  • 3
  • 14
2
votes
1 answer

CoreOS hostname on reboot

Recently, I created a CoreOS droplet on DigitalOcean. Everything works well, except for the fact that I'm not able to change the hostname of my VPS. When I change the hostname to what it should be using sudo hostnamectl set-hostname myhostname.org…
Rick
  • 213
  • 1
  • 6
2
votes
2 answers

IIS Website access by both hostname and IP address?

If I set up a website in IIS with a hostname (local.somewebsite.com) (having added it to HOSTS file) and also specify an IP address (127.0.0.1), the website is accessible by the hostname, but hitting it by the IP seems to load the default website…
Andrew Johns
  • 121
  • 1
  • 1
  • 3
2
votes
1 answer

Postfix and "local mail"

That's the first time I'll configure a mail server. I explain you the complete picture. Currently, my company company.com has an old-win-2008-server-with-no-way-to-know-its-current-configuration-because-everything-is-pure-chaos, and we are migrating…
ABu
  • 499
  • 1
  • 6
  • 19
2
votes
2 answers

Confused about Linux Hostname, DNS Hostnames and FQDN Hostname

This might sound stupid and basic to some of you, but I am still so confused about this even after reading numerous sources on the net. My questions still unclear are: Is the Hostname in machine (for example when typing hostname in debian OS ssh)…
Neel
  • 1,441
  • 7
  • 21
  • 35
2
votes
1 answer

AWS EC2 IPTables converts source/dest subnet into ec2.internal hostname?

I have a Debian 6.0.7 x64 AWS EC2 server that I'm running a couple QEMU virtual machines on (don't ask.. long story). I have some IPTables rules to NAT/Forward any traffic (on ports 8080 and 8081) from the AWS server to the VM internal IPs at…
Gregor
  • 23
  • 2
2
votes
1 answer

Unidentifiable DNS entry

I have a DNS lookup for an IP that is coming from somewhere however I cannot locate where. I have checked my entire DNS infrastructure and the device itself but all have the correct name, when I run a 'ping -a "IP address"' it comes back with the…
CharlesH
  • 344
  • 2
  • 13
2
votes
3 answers

Postfix: mails sent through sendmail binary are blocked because of wrong HELO

My server is using Centos 6.5 I updated from Plesk 11.5 to 12 last week and postfix to 2.8.17. Since then, all mails sent using the sendmail binary (notifications, mail forwards...) are being rejected with a wrong HELO hostname: localhost. It seems…
curuba
  • 123
  • 1
  • 6
2
votes
1 answer

Exim, hot to route local mail to other adress

I have setuped an Exim4 server on my debian wheezy server. This mail server only sends mail coming from localhost. The purpose is sending mail for my website. I have cron tasks and other services generating mails for root user. These mails are not…
kheraud
  • 263
  • 2
  • 12
2
votes
2 answers

setting up JIRA so it reports its hostname properly

I'm evaluating JIRA for task/bug tracking. Looks good so far but it keeps reporting URLs with "localhost" rather than the server name in outgoing email messages. (example below) Is there a way to fix this? dollar bills wear out too fast …
Jason S
  • 626
  • 1
  • 16
  • 28
2
votes
1 answer

Servers Hostname Normalisation

I'm currently building a private servers farm with a thousand and thousand hosts, and I suddenly faced a really interesting question that I was unable to answer at the moment. Is there a Standard ISO/Whatever for servers hostname attribution into a…
Dr I
  • 955
  • 17
  • 33
2
votes
1 answer

Push hostnames to a DNS server without DHCP

Considering the complete lack of luck I've had googling any terms related to this question, this may not even be possible, but: Is there a reasonably standard way to set a hostname on a machine, and have that hostname "pushed" to a BIND-based DNS…
Mikey T.K.
  • 1,417
  • 2
  • 16
  • 29
2
votes
2 answers

What should I use for the FQDN of a server hosting only a subdomain?

I am setting up a server to host an application which will be on a subdomain, let's say "application.foo.com". "foo.com" is hosted on a completely different server, points to a different IP, etc. Do I want the FQDN for my new server to be based off…
Dave Stern
  • 605
  • 1
  • 6
  • 7
2
votes
2 answers

How to correctly set up network names on Mountain Lion?

I am from a Linux background with a fair amount of Windows knowledge too but I find myself in the curious position of having to look after someone's macbook air. I am totally new to OSX. I would appreciate some guidance to help me understand how the…
starfry
  • 591
  • 1
  • 7
  • 13
2
votes
1 answer

Ok to rename live windows 2008 server without rebooting?

I've got a live Windows Server 2008 R2 server, which isn't part of a domain, and needs its machine name to change. I could rename it, but then it would ask me to restart for the name to take effect. What I'd like to know: Can I rename this machine,…
j2k4j
  • 119
  • 1
  • 4