Questions tagged [host]
The host tag has no summary.
240 questions
4
votes
2
answers
2k
views
How to reject Host header if different than URL of request in Apache?
I have an Apache/2.4.6 (CentOS) server with multiple subdomains as ServerAlias in Apache VirtualHost.
something like:
<VirtualHost *:443>
ServerName example.com
ServerAlias a.example.com
...
1
vote
0
answers
935
views
Xray Core does not respond to domain search
Im currently trying to setup Xray-core and 3x-ui to make residential proxies as explained in this SO question. Im on macOS but I downloaded UTM and created a Linux VM. I downloaded both Xray and 3x-ui ...
0
votes
0
answers
2k
views
Nut (upsd) connection refused
I have two Ubuntu servers in one subnetwork, 192.168.0.0/24.
192.168.0.10 - Baremetal server, Ubuntu 24.04 (x86_64)
192.168.0.11 - RPI, Ubuntu 24.04 (aarch64)
I have installed the nut server on RPI. ...
-1
votes
1
answer
213
views
Getting different ip addresses for the same hostname
Why do I get different ip addresses for (what seems like) the same host, when resolving a CNAME and its corresponding A records?
❯ host www.github.com
www.github.com is an alias for github.com.
** ...
0
votes
1
answer
1k
views
Using CNAME to point to other website does not work
I have below domain name registered on Hostinger
himanshupoddar.tech
I added CNAME record to point my domain to another website "okcredit.com"
But it does not work and I am still not being ...
0
votes
1
answer
2k
views
How to get access virtual servers from host machine by domain?
I have virtual machine Ubuntu on Windows host machine. On VM there is nginx server with virtual server site.com. VM IP is 127.0.1.1. In VM I edit /etc/hosts:
127.0.1.1 site.com www.site.com
And now I ...
1
vote
1
answer
2k
views
How can I determine which network adapter a device is using for packet emission when attempting to reach a specific IP address using ping?
I have been trying to reach a particular IP and I have not been able to check on which Network Adapter it is using for publishing. Is there any way to check on a particular device to verify whether it ...
1
vote
0
answers
31
views
Host ID's on Network not in succession of 'active' or established devices?
Disclaimer: I am new to networking.
I ran a arp -a command on Terminal to establish what devices are currently active on the network. I was returned a number of devices with Host ID's that were not in ...
0
votes
1
answer
274
views
How do web clients access vpn protected servers?
I'm not talking about joining the VPN network through a client like OpenVPN, I'm talking about the user's connection to the VPN server, for example:
Normal flow: Web Client >>>> Server (No ...
0
votes
1
answer
221
views
Could not resolve host error when trying to reproduce Kyma expose function tutorial
I am trying to setup Kyma for my local k3d cluster by following this https://kyma-project.io/docs/kyma/latest/02-get-started/02-deploy-expose-function/ tutorial. Everything seems to work fine up until ...
0
votes
1
answer
78
views
Can't determine my web host, need SSL certificate
The person who created my website is long gone and I need to update the site and get a current SSL certificate. The site has a Weebly logo on the home page, but I have no record of any old or ongoing ...
0
votes
2
answers
292
views
Why does wildcard dns entry resolve to a singular hostname?
I'm trying to update my letsencrypt wildcard certificate with certbot, but I noticed it behaved strangly when I ran the command. It said it'd add a subdomain name and remove the wildcard as follows:
...
0
votes
2
answers
305
views
How to reach my host from the outside?
Can a local server give services to the internet from a Mac? I have Apache and want to invite a user to see my website coded in my root folder via email. I saw a tutorial on YouTube suggesting this ...
0
votes
1
answer
3k
views
using hostname instead of IP address in vpn [duplicate]
I server noob here and I've a problem at my hand, I've a VPN and there are several VMs connected to it, each host a specific service. These services are running on a specific port (3000,8080). So when ...
0
votes
1
answer
146
views
How do I get my coworkers to try out my wiki (DokuWiki) with its provided apache server? [closed]
I'm restarting an attempt to make a case for a Wiki at my workplace. Our IT is very difficult to work with and unfortunately, it looks like we will have to do this somehow without installation or ...