Questions tagged [host]

239 questions
6
votes
2 answers

Apache2 virtual host redirection issue on Chrome

I am having an extremely bizarre issue that seems only present on Chrome, IE and Firefox are fine. I have 2 website being served by 1 IP address, I have 2 identical files in sites-available named site1.com and site2.com. I run the a2ensite command…
user223225
  • 59
  • 1
  • 3
6
votes
3 answers

Apache Virtual Host Config www vs non-www, Rewrite or sServerAlias?

We have a central httpd.conf and we include confs for various virtual hosts. Until today, we didn't really have a need for "www.subdomain.site.com" domains, only "subdomain.site.com." Now we do, so I am trying to figure out which of these two…
KM.
  • 1,786
  • 2
  • 18
  • 31
5
votes
1 answer

Docker - Timezones in containers not same as on host

In all my running docker containers the containers system time is set to UTC whereas on my host (debian) its CEST. Why dont they sync automaticly? How do i make them set the right time when bringing them up? root@v2201510680628925:/home/jacob#…
haemse
  • 191
  • 1
  • 2
  • 9
5
votes
4 answers

mount.cifs: mount error(112): Host is down

I am trying to mount a windows samba share on CentOS and RHEL 6 machines, but gives following error. ~]# mount.cifs //example.com/Linux_Support /mnt -o credentials=/root/cifsauth,noserverino,vers=3.0 mount error(112): Host is down Refer to the…
Arun Krishnan
  • 379
  • 2
  • 3
  • 13
5
votes
1 answer

How do i reference redirected host drives in a remote desktop session

When I remote desktop into a server, for example, local drives and mapped network drives from my host computer appear as ON . I can access these drives using Windows Explorer, but I also need to refer to them from a command window (cmd.exe). For…
dbaindc
  • 51
  • 1
  • 1
  • 2
5
votes
4 answers

What's the point of changing the hostname on my server?

I know that changing my DNS records to point to my IP address is how I get my server accessible, so that a request for myDomain.com points to my IP address. With that said, why does a machine need to have a hostname? Why does it care what it's…
loneboat
  • 303
  • 3
  • 10
5
votes
2 answers

How to reset and persist the hostname and FQDN of an Windows Azure Centos instance?

How does one reset a hostname and domain name (FQDN) to localhost.localdomain on a Centos 6.2 Azure Instance? I've tried editing /etc/sysconfig/network, /etc/sysctl.conf, setting the hostname manually, but whatever I do, cannot get FQDN (i.e. the…
ddario
  • 511
  • 1
  • 3
  • 12
5
votes
3 answers

Ubuntu 12.04 Netinstall URL? Xen Host

Well I have an Xen server, I've got a CentOS container up fine but a friend of mine wants (oh god) Ubuntu Server 12.04, why he can't use Debian is beyond my understanding. But anyways, I can't remember how I installed the CentOS container but I'm…
notFound
  • 81
  • 1
  • 1
  • 4
5
votes
3 answers

Configure proper DNS records for separate web host and e-mail server

I'm inheriting a mess and I need your help to straighten it out. The two primary objectives are to alter the DNS records for 'Example.com' so that the "internally hosted" email server (Domain registrar and email server host are the same) continue to…
Danny Liberty
  • 61
  • 1
  • 1
  • 3
4
votes
1 answer

CentOS virtual host Server DNS could not be found

I want to deploy my project in virtual host in CentOS running server. I have this #change value of next line from none to all AllowOverride none Require all denied ServerAdmin…
guradio
  • 141
  • 5
4
votes
1 answer

Postfix - how to prove the error 450 4.7.1 : Helo command rejected: Host not found;

a customer is trying to send me a email but gives in my postfix log: NOQUEUE: reject: EHLO from mail.domain.pt[xxx.xxx.xxx.xxx]: 450 4.7.1 : Helo command rejected: Host not found; proto=SMTP helo= Jul 21 22:19:50…
kaf
  • 43
  • 1
  • 1
  • 3
4
votes
2 answers

Other domains on shared server showing my webpages

I own a website (gosportweather.co.uk) which is hosted by the same company as other websites on a shared server. The problem is I am noticing that these other websites appear to be showing my webpages under their domain names. At first I thought…
4
votes
2 answers

Host File entry depending on own IP?

I have two different Networks at two different places: 192.168.10.0 / 255.255.255.0 192.168.20.0 / 255.255.255.0 Now I want to define a host entry on my windows pc, who maps either 192.168.10.1 or 192.168.20.1 to the name "myServer", depending on in…
4
votes
2 answers

linux: shorter 'host' command output

I'm using dns to manage my virtual hosts. In order to do so I query my nameserver with the host command for certain values I need. For example: > host -t txt mycl1.vz mycl1.vz.myserver.de descriptive text "1026" but I only need 1026 as answer…
Scheintod
  • 391
  • 1
  • 5
  • 17
4
votes
1 answer

Hyper-v on 2012R2 startup gen1 vm causes the host to freeze up

I've searched a lot to resolve the following issue, but nothing helped me. My problem is, that starting up a first-gen vm locks up the whole host. Only a hard reset helps. Second-gen vm starts and runs perfectly. The freezes happened on 3 different…
user192856
1
2
3
15 16