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

Can't resolve hostname by ip address over nslookup

I've got an Ubuntu Server on my LAN. I can fully use it (samba, ssh, apache2, xmpp...) by using it's ip address. But I want to use the hostname to connect (e.g. ssh). When I do a nslookup with the ip address of the server, the answer is: name =…
bastele
  • 3
  • 3
-3
votes
1 answer

DNS is not pointing

Let me clear scenario first 1)I purchased static IP from network provider and his name server is INPUDIIDNSPRPRD01.TATACOMMUNICATIONS.COM and INCHVSIDNSSEPRD01.TATACOMMUNICATIONS.COM 2)Then I just forwarded port 53(DNS) traffic from leased IP…
-3
votes
1 answer

How To Change MS SQL 2008 R2 Hostname?

I Installed MS SQL 2008 R2 Express And Plesk 11 MS SQL Hostname is ".\MSSQLSERVER2008" Right Now ! I Want Change it to "localhost" Can U Help Me ?
-3
votes
1 answer

switching hostname when I resolve IP address reversely via "nslookup" command

There's a network issue in my office so I ran Look@LAN application to check network condition of some windows PCs. All of sudden, I found out a resolution of IP address of some PCs are switching continuously. Such as: When I run "nslookup…
-3
votes
3 answers

Connecting hosts in same network by their fqdn

Lets say I have 2 servers. They are on the same network, same subnet and the same domain. Everything is same. server1.something.internal -> 10.0.0.1 server2.something.internal -> 10.0.0.2 So my question is Why can't I ping hosts by their fqdn?…
Oguz Bilgic
  • 169
  • 6
-4
votes
1 answer

How to point to my host but keep my alias?

I bought my domain (let's say example.com) from namecheap and added a subdomain to my blog hosted at heroku. The associated host record looks like this: Type: CNAME Host: blog Target: tomyblog.herokuapp.com Now when I go to blog.example.com it acts…
Sayem
  • 93
  • 1
-4
votes
1 answer

What is the significance of having the correct hostname for a cloud server in the control panel of the hosting company

What could be a problem that could arise if i do not have the correct hostname as my device name for the cloud server in a control panel of my hosting company basically the device name is supposedly the hostname when i created the cloud server they…
Logo
  • 1
  • 1
-5
votes
1 answer

Is a web server able to know the hostname which was resolved to the IP address of the web server?

For a web server, name based virtual hosting uses hostname specified in the Host header in a HTTP request received by the server. Is a web server able to know the hostname which was resolved to the IP address of the web server? If yes, does that…
Tim
  • 1,487
  • 6
  • 28
  • 43
-9
votes
1 answer

Can you identify the hostname of machine where a webpage is hosted?

At my company, there is an internal cgi script that I regularly use. Is there any way I can identify the hostname of that machine by just the url? Unfortunately, the hostname is not within the url. What I want to do after is to access that machine…
serverFaulter
  • 385
  • 2
  • 4
  • 9
1 2 3
41
42