Questions tagged [domain]

A collection of computers or other networked resources.

A collection of computers or other networked resources within an organisation. A domain is identified by a domain name. Domains can be divided into hierarchical sub-domains.

A Microsoft domain is such a collection, often managed by the Active Directory product. The centralized authority for a Microsoft domain is one or more Domain Controllers. These Domain Controllers are responsible for authentication and other security services within the domain.

2711 questions
0
votes
1 answer

Run HTTP server on port 9090 (Node.js) and use Cloudflare

I wonder how I can add to Cloudflare subdomain to a specific port that can work in the browser. I open a socket using socket.io on port 9090 and have an index.html file server.listen(9090); if I go to http://myip:9090/index.html it working but I…
Bossa
  • 3
  • 2
0
votes
1 answer

Using "net view" on a domain through VPN

on a laptop (win7) I'm connected through VPN (IPsec, with the Sophos VPN Client) to a network with a domain server (Server1012 and mixed clients Win7 and Win10 all connected through the same LAN-switch, no VLAN). The laptop is not part of the domain…
Albin
  • 101
  • 2
0
votes
1 answer

How to point one domain to other domain

We have one site www.abc.com which is hosted on server A and a redirect has been set up on this server which redirect this site to www.xyz.com/reports. www.xyz.com is our sitecore site and having one page reports. Is there any way if we can point…
0
votes
3 answers

Apache Virtual Host redirect from https subdomain to subdirectory

How do I redirect requests coming to https://blog.example.com to https://example.com/blog? Reading the apache docs on when not to use the rewrite mod, I tried a simple redirect e.g. Redirect https://blog.example.com https://example.com/blog But…
Byakugan
  • 141
  • 1
  • 3
  • 12
0
votes
1 answer

Retrieve custom domain associated to deleted WebApp on Microsoft Azure

A resource group was deleted and their was an associated custom domain that was purchased in azure. How do I retrieve this domain and associate it to a new WebApp?
0
votes
1 answer

Join Server to Worfkgroup Without Creds?

I am imaging servers from stock AMI's in amazon. For business purposes I have to briefly join these servers to the domain so that I can install some agents before I shut them down, sysprep them, and image them as our golden images. When I try to…
0
votes
1 answer

Nginx redirects with SSL for 2 domains including www

I have the .com and .co.uk versions of a domain. I want every combination of these (including www subdomains) to redirect to the https .co.uk version. By every combination I mean that all of the following should redirect to…
CaribouCode
  • 103
  • 3
0
votes
1 answer

How to delegate a whole domain to another server though CloudFlare?

I'm facing some difficulties today. I have an Italian domain name, and the Italian Authority (NIC) is very restrictive. For example, you can't have 2 NS records having the same IP address. So in fact, you cannot have your domain on only one server.…
Zegorax
  • 31
  • 4
0
votes
3 answers

IP to domain DNS error

I have bought the domain name example.eu and have set it up from my domain registrar to use ns1.example.eu and ns2.example.eu with the server's IP 12.34.567.890. However it is not working. According to the domain registrar there is not problem with…
Vasilis
  • 1
  • 1
0
votes
1 answer

Can i check when the domain admin last looked at my desktop folder, or a specific file on my desktop?

I have left a sensitive file on my windows 10 desktop folder. The windows 10 instance is connected to a domain. I understand that the domain admin has full access to my desktop. Is their a way for a low privileged use (me) to see when the domain…
jonny b
  • 55
  • 1
  • 4
0
votes
1 answer

How to join my EC2 amazon instance to my Local Active Directory domain?

I currently need to join a Windows Server 2012 that I have in Amazon to my Active Directory Local (It is only for user authentication). What is the most advisable in this case? I thought of a VPN, but should I be connected all the time for…
Roman Racca
  • 45
  • 1
  • 6
0
votes
1 answer

Domain with cloudflare trough other domain

I have a domain with a provider that doesn't allow nameservers editing but i need it to be handled by cloudflare. I have another domain wich i dontuse. Is it a good idea to change the nameservers of the second domain to cloudflare and then point the…
0
votes
2 answers

Prevent Unjoined-to-domain computers from connecting to my network

How to prevent any computer that is not joined to the domain from requesting any service from my network? Considering that the computer is on another network.
0
votes
0 answers

Samba for Debian Stretch keeps asking for password

so I've got the dreaded 'samba keeps asking for password' issue in Debian Stretch. My environment: 2x AD DCs running WS2012R2 A few physical computers and several VMs running on ESXi 6.7 All machines can log into domain and access domain…
AveryFreeman
  • 289
  • 1
  • 3
  • 14
0
votes
2 answers

How a subfolder of domain having different IP

We have multiple ecommerce platforms. Say, Magento and Shopware. Magento and Shopware are hosted in different servers. We want to migrate all Magento stores to Shopware. The domain name of Magento platform is aaa.com [IP Address: 111.111.111.111]…