Questions tagged [host]
239 questions
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
UseCanonicalName On applied however host of request header still wasn't change
I had an issue with website redirection and I found that my rewritecond input= 'www.example.com' and my request header host = 'example.com'. So I try to apply UseCanonimalName On in vhost where my ServerName define as 'www.example.com' by hoping…

Petri
- 47
- 1
- 10
-1
votes
1 answer
Official BIND9 Windows binaries - host.exe, dig.exe - don't do anything
I have downloaded the official BIND 9 Windows binaries from ISC. They don't do anything:
$ .\host.exe google.com
$ (no output)
Same with dig. How do I make host, dig etc work on Windows?

mikemaccana
- 3,370
- 5
- 25
- 29
-1
votes
1 answer
Is it okay if the total memory allocated to all VMs exceeds the capacity of the physical memory
I do not know how memory allocation works on VMs so I get confused by this.
My host has a total of 64GB RAM. However, upon calculating all my VMs inside, I have already assigned 90GB RAM in total. Does this means I already need to upgrade my…

Faye
- 19
- 1
- 6
-1
votes
1 answer
Powershell replace host file of remote machines
We have a partner site that must be accessible only if we add the entry for it in the host files of the computers we need to access it.
How can we update the host files or the workstations via powershell remotely ?
I was thinking of doing this in 2…

Overmind
- 3,076
- 2
- 16
- 25
-1
votes
1 answer
Data lost in terms of data transmission
I have a newbie question.
We learned that data can be lost in many ways during data transmission between hosts, we also learned several methods of error detection and correction.
My question is, what does exactly lost mean in wide web? I mean,…

Leonardo
- 101
- 3
-1
votes
1 answer
D-LINK DSR-250N lan issues
I'm having problem with my DSR-250N router.
I set-up local network with 10 computers. Some of them are connected through wire and some use wireless.
The problem is, sometimes one computer cannot ping another - no matter if is using wire / wireless.…

david
- 1
-1
votes
2 answers
How do I make my godaddy domain automatically redirect to a github page
I recently bought a .com domain (call it mydomain.com) from godaddy and I'm trying to make it so that whenever someone types in mydomain.com, their browser will load mydomain.github.io.
I've already added the necessary CNAME file to the github repo,…

xcdemon05
- 111
- 1
- 2
-1
votes
2 answers
Is possible for a vps service with own ip addresses to have ports restricted?
I am looking for a cheap vps service, and i found some, but the most appellative i found for what i need ("fileMedia") has a really bad translation on its page and there is something which is leaving me some doubt.
This service, just like many…

SOMN
- 101
- 4
-1
votes
1 answer
Host command reverse result
For example I do in Linux using host command:
host yy.yyy.yy.y
Result:
Host z.zzz.zz.z.in-addr.arpa. not found: 3(NXDOMAIN)
Then I repeat host command in a reverse with z.zzz.zz.z than I got a result of pastyy.yyy.yy.y:
Host…

Marin Sagovac
- 144
- 4
-1
votes
3 answers
Using Virtualbox Guest OS to Access a Server Running on the Host Machine
I run a web server locally on my Mac. I use Virtualbox to run various Windows guest OSes thanks to http://www.modern.ie/virtualization-tools The server on my host machine is running WordPress in a multi-site set-up and requires a host name in the…

kingkool68
- 243
- 3
- 10
-1
votes
2 answers
Find Hostname by having IP-Address
Is there a way to find out hostnames only by having the IP's of the hosts, while only using Windows' command line (cmd)?

Martin
- 9
- 1
- 1
-1
votes
2 answers
Website Set up on IIS accessible over internet
We have a website hosted on port 80 with the name www.abcabc.com.
Now we want to host another website on port 1111 with name www.xyzxyz.com and expose it to the internet.
When i asked my DNS team they said they can Only redirect a domain name to…
user1607035
-1
votes
2 answers
Bash loop to move directories on a remote host via ssh
I'm trying to figure out a way to perform the following loop on a remote host via ssh.
Basically it renames a series of directories to create a rotating backup. But it's local. I want it to work against directories on a remote host.
while [ $n -gt…

I Forgot
- 1
- 2
-1
votes
1 answer
Why is it that All hostnames are domain names, but not all domain names are hostnames
Why is it that
All hostnames are domain names, but not all domain names are
hostnames.
Source: http://answers.yahoo.com/question/index?qid=20070820080918AA2kINu, also quoted as an answer in…

Pacerier
- 521
- 16
- 35