Most voted "dns" questions
The Domain Name System (DNS) is a hierarchical and distributed name management system for resolving domain names in IP network addresses.
Learn more…82 questions
Sort by count of
-
8
votes2
answers5712
views"Search refused" in Registro.br
I’m trying to direct my domain to the nameservers I just set up on Amazon’s Route53 AWS. They work correctly, but I believe they are not responding for other domains besides the root…
-
6
votes2
answers2115
viewsWhat is a TXT (TXT record) entry for in a domain?
The entrance is usually used TXT (TXT record) when you set up a domain to point to an email server. I’d like to know what the purpose of TXT. What’s an entrance for TXT? How to read configuration…
-
5
votes1
answer9453
viewsHow do I "link" an already purchased domain to an Amazon Ec2 site?
I own a site that is hosted on Hosttugatech, and on that same site I bought the domain for my site. However, due to problems, I transitioned from my site to Amazon ec2. Now, I need to link the site…
-
5
votes2
answers3911
viewsHow to create local domains to test my websites and apps?
For my tests I would like to create a redirect from any domain to localhost:porta on a local computer, in Windows. I thought it would be possible by the hosts file on…
-
4
votes1
answer196
viewsWhat is the right way to use DNS wildcard?
I need my server’s Apache virtualhost to meet the following rule: 1- If it’s.com or www.domain.com, then display the content in /var/www/domain.com/home 2- If for blog.domain.com, then display the…
-
4
votes1
answer67
viewsIs there any standard, convention or practice that rules the use of static file server domains?
I have the following scenario: Each client of my service (Saas) has a custom url. For this, I created a CNAME record *.dominio.com pointing to my server. Ex.: empresa1.dominio.com,…
-
4
votes1
answer532
viewsHow to get the hostname of the client using c#?
I need to save in which machine the user performed certain action, for this I was using the following excerpt: string maquina = Dns.GetHostName(); However, little did I know that this returns me the…
-
3
votes4
answers1996
viewsNaked Domain in Registro.br not redirecting to www
I have an app hosted on Google Appengine and I’m using a domain of my own. Even after editing the DNS zone (about 5 days ago) Naked Domain is not redirected to www. Here are the settings in…
-
3
votes2
answers1213
viewsAmazon SES - Registry.br DNS Server domain verification
I am using the DNS service of the.br registry, I did a domain verification through the SES that asked me to insert the following code in the TXT line: /xYz24aNPG4mH2k+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w=…
-
3
votes1
answer290
viewsIs it possible to create domains with accents?
I suppose not, but why not? And we have some prediction that it will be accepted someday? I’m rooting for the namecoin or some new DNS fashion catch up! Note: I know I risk be marked out of context.…
-
3
votes1
answer12681
viewsHow to redirect subdomain to fixed IP on specific port
I am using a web application that runs on port 8180 and would like to redirect my subdomain to my server IP on port 8180. In the DNS zones, I created a type A entry, but I can only inform the IP,…
-
3
votes1
answer216
viewsDNS update Cpanel
I’m trying to use a script to update the IP of our server, to be able to access externally since we use dynamic IP. The script what use is [that][1]: But it returns me the following error : <?php…
-
3
votes2
answers521
viewsIs there a way to set up a Domain Record in the.br registry for a particular URL folder?
For example: I will register the site www.fulanodetal.com.br and I would like when accessing this domain to display the site www.meusistema.com.br/usuario/11 I have tried using iframe, Frameset but…
dnsasked 9 years, 4 months ago Fábio Duarte 341 -
3
votes0
answers30
viewsAzure Windows DNS problem
I am new in vps configuration branch etc.. I was testing some things on vpsAzure windowIf I changed the DNS to 127.0.0.1 on the network and lost the remote connection at the time I have important…
-
3
votes2
answers1127
viewsDomain verification using Registrobr and Heroku
I am setting up my domain DNS in Registrobr using Pointdns (as a Heroku add-on). Setup was done following this article:…
-
2
votes2
answers12623
viewsHow to use a subdomain as if it were a domain
How can I create 2 subdomains via DNS? I need to create 1 for each server and use them as if it were a domain. I own 2 servers, one on BR and the other in the USA. What I want is to do this:…
dnsasked 10 years, 5 months ago Alexandre Lopes 2,769 -
2
votes0
answers38
viewsHow do I allow users to use their own domains as their profile URL?
I have a website where every user has a profile with a URL of the type www.site.com/username123. Now, I want to allow each user to use their own domain like www.username123.com that points to your…
-
2
votes1
answer1432
views -
2
votes2
answers3843
viewsRedirect site to another server via DNS
all right? I have a question. I have two servers: Locaweb (Windows Plan) and Hostgator (Linux Plan). In Locaweb’s plan are the emails and files of an internal system of the company made in ASP. On…
dnsasked 9 years, 2 months ago michelmfreitas 619 -
2
votes1
answer143
viewsCNAME note
Good afternoon, Maybe it is a very basic question, but I am not very familiar with DNS and I need to clarify a question so as not to waste time with propagation. Come on: I have two domains hosted…
-
2
votes1
answer671
viewsSpecify DNS server when resolving address
I would like to perform something like a "nslookup" to resolve a site address through my DNS servers, because in the example below, I get only through the DNS I have on my machine. How could I…
-
2
votes1
answer771
viewsRedirect any Domains to my server
I registered a domain on register.br and I have a server on the king host. In my application, when the user creates an account, it is redirected to a page with your name in the Domain. Example:…
-
2
votes1
answer43
viewsGet name resolution time on HTTP request
Long live, Is it possible to obtain separate name resolution time from access time? The code I have is: HttpURLConnection connection; try { URL endereco = new URL(url); connection =…
-
2
votes2
answers280
viewsWhy does my AWS Elastic Balance Loader reject SSL connections?
Recently, I started to enter security, specifically SSL (HTTPS). Searching Google, I noticed that Amazon Web Services (AWS) offers free SSL certificates for EC2 Load Balancers. However, I spent a…
-
1
votes1
answer2561
viewsRedirecting DNS to Amazon machine
Hello, I have an EC2 machine on Amazon, and I hired tbm the Route 53 service, I created a Hosted zone, with this I had 4 dns addresses, I put this in my domain and even so it is appearing that the…
-
1
votes1
answer70
viewsIE does not resolve URL
I published an application in Asp.net c# on my Intranet. By entering the URL, the application works by Chrome, Firefox and IE gives error in the middle of the application and does not perform…
-
1
votes1
answer494
viewsHow to separate HTTP and IMAP access from the same domain on separate servers?
I have a hosting account at Locaweb, of course IMAP and HTTP. I’m intending to migrate to AWS (Amazon Web Service). However, before making such a change, I first intend to change only access to the…
-
1
votes1
answer4447
viewsDNS registration.br direct to Azure Web App
I have a web service and a website hosted on an Azure virtual machine accessed by a link like meunome.cloudapp.net. I also have the record www.meunome.com.br in the registro.br. I want to direct my…
-
1
votes1
answer3015
viewsHow to redirect a subdomain using the Registry DNS service.br
I have a private server with fixed IP and I have some websites running on port 80. Configuration: Debian Linux and Apache For example, I have two subdomains: IP_SERVIDOR/site1 IP_SERVIDOR/site2 I…
-
1
votes0
answers42
viewsAccess to local app via mobile
I have a web application running on a computer in my local network. This application is accessed by cell phones connected to my network via wi-fi using the IP address of the application server…
-
1
votes1
answer333
viewsDomain configuration in Tomcat-jsf applications
I have a jsf application running on the company server, using Tomcat 8.5. Currently I mark the server ip through the service of the site noip.com configured in my router. Only recently the service…
-
1
votes1
answer2784
viewsDomain pointing to a port IP?
In cPanel with a Record Type A I can only specify the IP to which the domain should be routed, this will by default redirect to port 80, but if the destination settings are running on a port other…
-
1
votes0
answers278
viewsConfigure domain names for the same site (different files) IIS WS2012
I have a site that caters to multiple companies. However, the domain is the same. Two new domains have been acquired to solve these problems but the site will be maintained on the same IIS server.…
-
1
votes2
answers736
viewsFast website when accessed by IP, but super slow via Domain Name
I’m having a problem that when accessing my VPS server using IP, access is immediate but when access using HTTP, the page takes up to 10 seconds to open, I did some tests on my local machine and…
-
1
votes0
answers87
viewsHow to expose wordpress for external access in Azure / IIS?
I have a site made in wordpress it is hosted on a cloud server with the following path: C:\xampp\htdocs\site.com.br To access it locally with the external IP I use so:…
-
1
votes1
answer68
viewsDNS change used by a domain
I have an X domain that uses two NS, a master and another slave1, from the Equinix datacenter here in Brazil. I will change this domain to use other Amazon NS, how long does it take to take effect?…
-
1
votes1
answer95
viewsMigrating from site to another server
Currently, I have a website hosted on UOL Host (i3t.com.br) and I need to migrate this site to Azure host. I created a web application on the Azure portal, configured the FTP server and uploaded my…
-
1
votes0
answers23
views -
1
votes1
answer207
viewsNameserver problem: "Missing nameservers reported by Parent"
I am using Amazon AWS with Route53 tool to manage my DNS zone records. I was able to configure the nameservers listing and their response in ping requests, but when performing a Intodns I come…
-
1
votes0
answers754
viewsConfiguring Debian dns Bind9
I have a network that is configured like this: Endereço IP: 138.94.189.185 PPPoE Máscara de Sub-rede: 255.255.255.0 Gateway: 138.94.189.185 Servidor DNS: 138.94.188.19 , 8.8.8.8 I am wanting to make…
-
1
votes2
answers650
viewsSearch refused when registering Digitalocean Host name in the.br record
I’m trying to set up my droplet with the domain I purchased on register.br following the tutorial of Digitalocean. In the second step of the tutorial says I have to change the domain servers of the…
dnsasked 7 years, 3 months ago Danilo Favato 379 -
1
votes0
answers104
viewsForce Google indexing on DNS forwarding
tl;dr: Redirect via DNS. User is redirected to our hosting. Googlebot ignores and indexes the original hosting. In our hosting we put the site files a domain that is being taken care of by another…
-
1
votes1
answer190
viewsVps website with no access to dns (www)
Hello, the situation is as follows I have a VPS only for customers with Vestacp pointed to a domain. Situation: domain with DNS in the.br record, I have to leave the other records MX, TXT there in…
-
1
votes1
answer103
viewsHow to dynamically insert a DNS into /etc/hosts via a bash script?
I have a bash script runmydocker.sh whose goal is to retrieve the string sent by the user at the time he is calling this script and create a DNS on etc/hosts. Example: The user (developer) will call…
-
1
votes1
answer90
viewsHow to view DNS domain only with IP number?
when we ping a URL address type www.google.com the prompt returns us the IP 172.217.30.4, now I would like to know how to get the URL address only with the IP number through PHP, preferably. Thanks…
-
1
votes1
answer1067
viewsIs it possible to use custom email subdomain?
I will try to illustrate the situation as clearly as possible. I have a domain name of a company, ex: empresa.com.br. This domain is used for websites, email, etc. Okay, now comes the doubt. You can…
-
1
votes1
answer869
viewsDynamic subdominio with htaccess and php
I’m racking my brain. I need to create dynamic subdominios for each user who registers on my site (e.g., user1.dominio.com.br, usuario2.dominio.com.br, usuario3.dominio.com.br) without having to…
-
1
votes0
answers117
viewsHow to redirect all dns to a local proxy?
I would like to redirect all traffic passing through a DNS server to a local Proxy or on the same machine... example: 10.0.0.10 (DNS) >> Local Proxy >>> Internet EX:For example, host…
-
1
votes1
answer133
viewsreverse connection in C#
I’m having a hard time using a reverse connection between client and server. Whenever I try to connect using Dns or Ip does not connect, if I use Localhost, 127.0.0.1, it connects perfectly. It can…
-
1
votes1
answer69
viewsRedirected from the domain
I have a Locaweb domain that redirects to my vps ip via A and CNAME. It redirects the normal link mainly however when and typed link with http:// without www and also if http:// it is redirected to…