Questions tagged [host]
239 questions
1
vote
1 answer
MySQL Syntax Error while adding user with IPv6 Address
I am trying to create a SQL user on Server A so the Server B can access SQL server of Server A using IPv6 but for some reason I am getting syntax error while running create user command.
The Query I am trying to run:
MariaDB [(none)]> CREATE USER…

Kevin S
- 13
- 2
1
vote
3 answers
Do I have to specify new added domain in /etc/host?
I purchased a new domain, then set correctly the DNS records (A ...). The domain points to my server, then Apache VirtualHost intercepts the HTTP queries.
The question, is simple : do I have to add an entry in my /etc/host file for that new added…

AFA Med
- 597
- 2
- 6
- 15
1
vote
0 answers
scp and rsync to remote server is slow and stalls, what can be the matter?
When I copy a large file (100+mb) to a remote server using scp it slows down from 1 mb/s to 100 kb/s and downward and then stalls. The same happens when I try to use rsync.
I've been able to transfer huge files using SCP before between these two…

Ethereal
- 111
- 2
1
vote
1 answer
How to create a symmetrical Host - VM setup
So I'm in a rather annoying situation where about half of the work I do requires a Linux based environment to work on, and the other half requires a Windows based environment. Unfortunately I need to switch between the environments on a regular…

Skutov
- 11
- 1
1
vote
1 answer
SNI: Can I find out which hosts share the same IP?
The setup is the following:
I know that a host uses SNI (e.g. universal.at on IP 91.236.122.125, the test says so). I know that I can find out one other host that is also hosted on the same IP address by finding the default certificate that is…

HorstKevin
- 121
- 5
1
vote
2 answers
Modifying OpenLDAP Schema - Adding 'host' attribute to 'person' objectclass
We have a legacy custom webapp that authenticates users against an OpenLDAP server. We are trying to set up another, separate OpenLDAP server to replace the older one, but we need to make the new OpenLDAP server compatible with this legacy app. …

Karl
- 111
- 3
1
vote
1 answer
Why cannot I query DNS with `host -a`, but yes with `host`?
I changed my DNS and I'm having this problem:
> host grupoesoc.es
grupoesoc.es has address 178.62.234.188
grupoesoc.es has IPv6 address 2a03:b0c0:2:d0::127:6001
grupoesoc.es mail is handled by 20 alt2.aspmx.l.google.com.
grupoesoc.es mail is handled…

Yajo
- 292
- 2
- 3
- 8
1
vote
0 answers
why is a wget to http://graph.facebook.com resolving to my server's IP?
This makes absolutely no sense and I spent 3 hours trying to figure this out. Suddenly all my scripts connecting to Facebook stopped working, so I tried to do this:
root@s01 [~]# wget http://graph.facebook.com
--2015-11-18 15:27:47-- …

user2642641
- 11
- 2
1
vote
1 answer
Virtual hosts instead of separate IPs?
I've been wondering if it's possible to host multiple applications using a single port on one IP address. I'm meaning a similar method to Apache Virtual Hosts where you can assign domains/subdomains to specific directories, though I'd like to do…

Jordan
- 11
- 1
1
vote
2 answers
How to import or export nagios host Data from command line
This might be a basic question for some of you but being a beginner i wanted to know how to export or import data of the current status(CPU, Memory, Diskspace etc) of the host from command line into a CSV/JSON/XML format. THis is to provide daily…

user95198
- 41
- 1
- 5
1
vote
3 answers
Is it possible to transfer an IP address from one host to another?
I have a client that created over 600+ websites whose DNS records point to an actual IP address and not name servers. They are looking to move from their current host and do not want to lose their IP address. If the IP address has to be changed,…

Let A Pro Do IT
- 121
- 1
- 4
1
vote
1 answer
Creating multiple Virtual Hosts in Apache the right way (macosx)
I got a strange problem trying to define multiple virtual hosts in Apache.
This is my code for httpd.conf file:
ServerName site1.local
DocumentRoot /Applications/MAMP/htdocs/site1/public

user1695700
- 13
- 3
1
vote
1 answer
Locally resolve a name in a DSN lookup (Host not found: 3(NXDOMAIN))
I have a Ubuntu 14.04 Server virtual machine in which I would like to resolve a symbolic name to an IP address locally (i.e., the machine itself should provide the mapping).
The mapping is the following:
mon0 --> 127.0.0.1
I already have this entry…

Vincenzo Pii
- 147
- 1
- 6
1
vote
2 answers
Point to Point Connection Between Two Hosts
I am trying to set up a point to point connection between two Linux host machines. I've connected both of them with crossover cable, but they can't ping each other. Here are the configurations for each laptop:
Laptop 1
(eth0 configuration)
IP…

THE DOCTOR
- 185
- 4
- 14
1
vote
2 answers
smbclient -M nt_status_bad_network_name error
I am trying to send a test message (for a test project) from my Ubuntu Virtualbox Guest to my Windows 8 host. I am getting the error nt_status_bad_network_name error.
What I know that works:
I can ping from Host to Guest and vice versa by using…

Benjamin Jones
- 326
- 1
- 9
- 23