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

How to identity who is scraping my website?

I have an e-commerce website, hosted on AWS. I understand there are tools that prevent/block the scraping bots. But is it possible to detect who is scraping my website? I mean, would I be able to detect the requests are coming from a bot, then find…
Hooman Bahreini
  • 518
  • 6
  • 17
0
votes
1 answer

Ping server remotely timed out

I recently setup local Ubuntu server to host VS Code and NGINX servers which work fine on codeserver (hostname) and can ping the hostname and IP address remotely. The problem I am facing is that I cannot ping new host created such as…
0
votes
1 answer

Forwarding TCP connections (IP address to hostname)

I have got an online GPS tracker that connects to a TCP server and sends its current position to it every couple of seconds. The configuration of the tracker allows user to set the IP address of a server and its port. My problem is that the TCP…
Mariusz Schimke
  • 155
  • 1
  • 8
0
votes
0 answers

Accessing servers through hostname now requires FQDN?

After upgrading to Linux Mint 20, the servers (pgsql databases and windows network share) on our internal network now require the fully qualified domain instead of just the machine name. For example, I used to be able to connect through simply…
DPSSpatial
  • 101
  • 2
0
votes
1 answer

Webmin redirects to my hostname instead of my domain name

I have Webmin working on a domain with an SSL certificate. However, when I visit it over HTTP, it redirects to https://hostname:10000 instead of the domain name. I've set the FQDN in /etc/hosts (because I can't find any other way to do it - can't…
Dev
  • 103
  • 7
0
votes
2 answers

Add Linux hostname to Windows DNS GUI

In Windows Server 2008 R2, and in an Active Directory Environment, how can I add an alias hostname to DNS, so that all workstation will know the internal ip address of that alias hostname? I have a Linux web server, that contains some intranet…
LonnieBest
  • 1,510
  • 4
  • 22
  • 39
0
votes
0 answers

Issue with hostname on Windows Server 2012 domain controller

We moved sites recently and since the move I have been unable to get the DC to respond to pings / file locations using the hostname - it can be pinged fine, and I can ping the hostname from the DC itself but not from any other PC on the domain. I'm…
Luke
  • 1
0
votes
1 answer

Connect to FTP server without using hostname

I have a VPS with IP address: 54.432.212.12 There are multiple sites running on it. My IIS FTP site bindings are: Site 1 Bindings: 54.432.212.12:21:www.mydomain.com Physical Path: E:\mydomain\wwwroot Site 2 Bindings:…
Adam
  • 247
  • 3
  • 4
  • 16
0
votes
1 answer

Hot to get external host names for each internal private addresses?

My lab has a private network like this (public address: 133.3.133.133, host name: my.lab.host.name) lab-gateway (private address: 192.168.0.1) |__labgpu01 (private address: 192.168.0.3) |__labgpu02 (private address: 192.168.0.4) How can I…
0
votes
3 answers

Is it OK to have Hostname domain different than the Nameservers domain?

I was wondering if hostname domain and nameservers domain can be different on my server. I have always kept them the same but now that I am moving my server, I do not want my clients to have the trouble to change the NS records. Now if the both…
Hash B
  • 3
  • 1
0
votes
0 answers

Why is there an error on running host program using git bash terminal?

I am using git bash as a terminal to run code. I doing a course where it has asked us to use the host program to look up host names using DNS. However when I run nslookup it works fine. screenshot of error running host command
Mishal
  • 101
  • 3
0
votes
0 answers

How to add SSL certificates for multiple VPS (Shared Hosting Servers) with the same primary domain?

I am planning 3 VPS shared hosting servers. Of particular focus in this question...they are also acting as mail servers. host1.mydomain.com host2.mydomain.com host3.mydomain.com (where "mydomain" is identical across the 3 servers) I am not using…
adam
  • 11
  • 3
0
votes
1 answer

After a Postfix mail server is installed do I need to add mail.example.com to the hosts file?

Environment: CentOS, Postfix, Dovecot, Digital Ocean droplet My /etc/hosts file contains these lines. # The following lines are desirable for IPv4 capable hosts 127.0.0.1 example.com example 127.0.0.1 localhost.localdomain localhost 127.0.0.1…
myNewAccount
  • 569
  • 1
  • 6
  • 19
0
votes
0 answers

Using postfix without being able to set custom hostname

As the title suggests I am using a VPS that does not allow me to set a custom hostname. On every reboot the hostname is reset to their specification. Can I still run a postfix mail server on this machine?
0
votes
1 answer

Do private hostnames correlate with or have any direct effect on public hostnames on a running webserver?

I am running a LEMP webserver on my Raspberry pi using Rasbpian. The name of my my pi's hostname is raspi-host123. My local hosts file on my server looks like this: 127.0.0.1 localhost loopback ::1 localhost ip6-localhost…
DanRan
  • 73
  • 1
  • 3
  • 22