0
votes
2answers
84 views

Create 301 Redirection in Amazon Route 53 for Wildcard Subdomains

My domain name hosted on Route 53 DNS. Amazon has a guide to do 301 redirection for www. To naked domain by point www. version to a S3 static website with 301 setted up. My question is, how can I ...
7
votes
3answers
306 views

Is a wildcard DNS record bad practice?

I asked my hoster to add three subdomains all pointing to the IP of the A record. It seems he simply added a wildcard DNS record because any random subdomain resolves to my IP now. This is OK for me ...
1
vote
2answers
102 views

Multiple wildcard dns entries

Are there any problems with having multiple wildcard dns entries for a domain? Eg: CNAME *.a.example.com 1.1.1.1 CNAME *.b.example.com 2.2.2.2 CNAME *.example.com 3.3.3.3 I have this set ...
-2
votes
1answer
85 views

bulk parking domain in apache server

how can I config apache server for bulk parking domains. I mean allow users to set DNS of server for their domains and then it show content that I set for parked domains without need of additional ...
0
votes
3answers
46 views

possible wildcard cname setup [closed]

I'm trying to do the following: get a cname setup so that *.subdomain.domain.com points to anotherdomain.com. Then in the anotherdomain.com DNS, I want to look for things like ...
2
votes
1answer
124 views

Automatic subdomain wildcard for DHCP-DDNS additions (windows server)

We're running a Windows Server 2008 AD serving as DHCP and DNS for more than 300 PC. When a PC desktop with the name "harry" connects to the network, the DHCP server gives it a lease, and adds ...
0
votes
1answer
54 views

DNS Wildcard (linux)

Setup: A VLAN without internetaccess. When a user connects his/her computer with cable and tries to surf, the traffic will be directed to internal website. How can I setup a DNS Wildcard so all ...
3
votes
1answer
92 views

Can a DNS wildcard only be the leftmost part of a record?

I'm using TinyDNS, and have successfully used wildcard records of the form: +*.<domain>:<ip> (+ for A records.) Can I also use: +development.*.<domain>:<ip> ? My ...
2
votes
1answer
632 views

Wildcard for A and MX records possible?

I'm building an app where each customer can have their own subdomain. For this example, he setup his subdomain to be: whisky I created a wildcard subdomain in my DNS: *.myapp.com A 123.123.123.123 ...
0
votes
3answers
2k views

Configure DNS server to return same IP for all domains

I would like to configure a nameserver that will return the same IP address ("A" record) for any arbitrary host name. For example: example.com subdomain.example.com someotherdomain.com ...
0
votes
1answer
72 views

Setup a DNS wilcard and MX record in the same zone

I'd like to know how to configure my DNS to be able to use a wildcard for my domain and an MX record together. Here is what I've done: @ IN SOA dns98.ovh.net. tech.ovh.net. (2012052100 86400 3600 ...
1
vote
2answers
284 views

Wildcard dns, non-existent subdomains point to main website

Before I start I'd like to say that I've already read relevant questions here on serverfault but I couldn't find a solution. Here's my problem. I'm using a third party DNS and I've added a wildcard A ...
4
votes
1answer
497 views

Wildcard 'A' record overriding CNAME record

I have a Wildcard * A record for self-registration of subdomains by users on our web app. All works fine. I now need to set up an alias for support.mydomain.com to point to mydomain.freshdesk.com. ...
0
votes
1answer
42 views

CNAME based php hosting

CNAME based php hostingI have an application that lets users get a *.onemobi.net account (ex. bob.onemobi.net). Now what I would like to do is give the user the option of being able to use their own ...
-2
votes
1answer
150 views

Catch-all Domains Windows DNS

We are trying to set up Windows DNS for our nameservers ns1.sitegen.co and ns2.sitegen.co. Is is possible to catchall domain names using those nameservers in Windows DNS instead of creating ...
0
votes
2answers
139 views

Trying to make it so on my mac (or entire local network) any *.dev domains point to an IP [closed]

I'm trying to move my development stuff over to a small local Debian based server running ispconfig, and need to basically make it so that *.dev is routed to a specific IP. So for example I went to ...
6
votes
3answers
121 views

How do I set my MX records such that mail to my domain goes one place, and mail to all subdomains goes elsewhere?

I have a domain name example.com, for which I'd like mail to be routed to different servers depending on the circumstances. Mail sent to an @example.com address should go to the server ...
0
votes
3answers
696 views

Godaddy - How do I set a catchall CNAME?

I have Ape installed in /APE_Server. I'm configuring APE and the tutorial says: Create a subdomain pointing to the server where APE is installed. Create a Catch-All CNAME redirecting all requests ...
5
votes
3answers
2k views

Wildcard CNAME with GoDaddy DNS Manager

I'm having some issues with GoDaddy DNS that I thought I'd maybe share with you all before moving to another provider. I have an application that uses subdomains for users and is hosted on ...
1
vote
1answer
311 views

Wildcard .dev URLs on virtual machine (windows <> Ubuntu)

The past few days I'm exploring how to setup a webserver (personal usage).. I'm a programmer not a sysadmin, so it's a lot trial and error for me. What I have so far: VM Workstation Host: Windows ...
1
vote
3answers
470 views

CNAME help - wildcard DNS for SaaS

I am trying to figure out how to allow my users to use a CNAME for their unique wildcard domain. (user1.wlapi.com), etc I read here: ...
0
votes
1answer
337 views

Can DNS host records be setup to create wildcard sub-subdomains

Is it possible to create a wildcard host record for a sub-subdomain ie *.foo.example.com?
1
vote
1answer
415 views

Wildcard dns as subdomain in localhost using apache

i am developing a web application in Zend Framework running in apache server (xampp). The site can actually be accessed by http://localhost/sitename . It is present in c:/xampp/htdocs/sitename/ I ...
2
votes
2answers
2k views

Wildcard DNS setting in Windows Server 2008 R2 DNS Server not working

We've got a windows server 2008 R2 DNS server that we are trying to setup a wildcard DNS entry in. So we want proxy.domain.com and *.proxy.domain.com to go to the same IP. Right now, it seems as if ...
0
votes
1answer
276 views

Tomcat, wildcard subdomains?

Is this possible with Tomcat?
2
votes
2answers
193 views

Router config for wildcard subdomains on internal network

I'm trying to setup internal wildcard subdomains to point at my Apache vhost config (which works well). The issue is that Windows hosts files can't support wildcard subdomain, so I'm hoping that my ...
3
votes
3answers
578 views

Catch-all DNS record

Intro Our users have the ability to buy a domain (eg: user1.com) and make it point to out website, (eg: example.com), by simply pointing user1.com to ns1/ns2.example.com . Issue So far everything's ...
1
vote
1answer
110 views

Wild Card DNS setup problems

this is my firast time with dedicated servers and im having problem setting up a wildcard sub-domain. I previously tried * /-----/ 14400 /-----/ IN /-----/ A /-----/ (serverip) waited 30 hours ...
1
vote
2answers
268 views

Using wildcard domains to serve images without http blocking

I read that browsers sometimes block waiting for multiple images from the same host, and I'm trying to do everything I can to speed up page load times. One caveat: I need to serve files over HTTPS. ...
1
vote
1answer
232 views

Wildcard DNS setting for another server

My domain is on one server and I wanted to put wildcard DNS settings for another server. Basically I have two servers and I want all the wildcard to go on second server, how can I do that?
0
votes
3answers
123 views

1 Domain, 2 Servers and 2 Applications

I have a site like twitter.com on server one and on server two I have a forum, which path is like domain.com/forum. On server one I wanted to implement wild card DNS for the domain but on server two ...
0
votes
2answers
258 views

CNAME Wildcards Server 2003

I'm looking to set up a wildcard cname on a FQDN but cant seem to get it to work. This is what i'm trying to achive: A Record : domain.co.uk : my.ip.address.1 A Record : en.domain.co.uk : ...
1
vote
2answers
352 views

Wildcard DNS entry to match lang subdomain

We have a website www.example.com pointing to x.x.x.1 and a system with multiples minisites all having subdomains.examples.com pointing to x.x.x.2 Basically what we have in place is a wildcard DNS ...
5
votes
2answers
717 views

Hosting wildcard domains such as *.mydomain.com on Windows Azure without using redirections

I have an ASP.NET MVC app which offers wildcard domains to my users to personalize their login urls. I'd like to host this on Windows Azure. But is it possible to keep the wildcard domains? I've ...
0
votes
2answers
826 views

SSL,IIS: One website for multiple sub-domains and one website for the top-level domain (with or without www.))

I have multiple sub domains that should point to the same website and the top-level domain should point to another website. All of these are under SSL. For example: abc.mydomain.com ---> Website A, ...
1
vote
2answers
2k views

Using www.example.com as the A record

I want example.com and *.example.com to always resolve to www.example.com So if I set the DNS records as: www A server ip (root) CNAME www.example.com * CNAME ...
1
vote
4answers
622 views

Capture All DNS Traffic

I have a system that receives many different DNS requests every day from unauthorized users. What I need is a method to accept all DNS requests made to to this system and give back them back the same ...
34
votes
8answers
28k views

Is a wildcard CNAME DNS record valid?

I know it's valid to have a DNS A record that's a wildcard (e.g. *.mysite.com). Is it possible/valid/advised to have a wildcard CNAME record?
1
vote
1answer
223 views

DNS wildcard RRs of different type possible?

assume I have a domain with the following RRs: domain.com. IN A 1.2.3.4 domain.com. IN MX mail.domain.com. 10 * IN MX othermail.domain.com. 10 * ...
6
votes
3answers
2k views

Second Level Subdomain DNS Wildcard

I need help setting up a second level subdomain. I have set up wildcard subdomains in the past with success, but I am having trouble with the DNS entry for this one. I need to do something like ...
6
votes
2answers
1k views

DNS: wildcard domains

If I have a wildcard domain, is it possible to list specific subdomains that override the wildcard one? For example: *.domain.com. 3600 IN A 1.2.3.4 foo.domain.com. 3600 IN A 9.9.9.9
7
votes
3answers
4k views

Wildcard DNS and subdomains

Let'say that i've got the domain mydomain.com. I want that when any visitor goes to www.mydomain.com xyz.mydomain.com abc.mydomain.com asd.mydomain.com qwe.mydomain.com etc... the visitor will ...