How to make new domain on local pc? [closed] - dns

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Can someone point me where I can find application/service used for creating NEW domain names?
If I want to create domain for example: somethingnew.com and I don't want to purchase it somewhere on net and redirect it on my pc, I want program/service that will allow me to own same way of registering as those online service have, just on my pc locally...
Is this possible?
I would like to use it with WAMP ( Apache ) server, if that is possible...
If anyone have any direction what would be useful, what program/service, I will appreciate that...
I try with Simple DNS Plus application, but it's not working okay...
Anyone have any suggestion?

You mean like with the hosts file? Just add your local domain names to your local PC's hosts file.

Edit file C:\Windows\system32\drivers\etc\hosts
Within place a line like this:
127.0.0.1 somethingnew.com www.somethingnew.com
This will cause your local system to resolve the above domain names to the local IP address.
This file is usually restricted access so you might need to be admin user.
I would like to use it with WAMP ( Apache ) server, if that is possible...
The SimpleDNS Plus tool you mentioned looks like a full DNS nameserver, which would only work with registered domains (nameservers are assigned to your registered domain).
WampDeveloper Pro, a WAMP application, has a LocalDNS tab that does the above, but is not a free tool.
HostsMan and HostsFileEditor, are some other options, though I've not used these two before.

Related

What do I need to provide, for someone to point their domain to my host? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a host and my own domain, lets say: www.mysite.com, on this host I have created a site: sub.mysite.com
Another person owns www.domain.com and I need him to point the domain to sub.mysite.com, however I am going away tomorrow and would like to just leave him the details he needs in order to point www.domain.com to sub.mysite.com, what would those details be?
Thanks,
-Anton
The Name Server addresses, which can be found searching here:
http://who.is
edit:
Bear in mind that in addition to changing the name servers for the domain, you will also need change your [host's] server configuration to manage the traffic redirection.
Name Server addresses point to a server, not a domain. You want the name servers to match for your current domain and the domain you want moving. This means they will both find the same 'computer'. It is down to the 'computer' (server) to then provide the right files; in this situation, it is achieved by configuring the server to forward traffic arriving from 'newdomain.com' to 'sub.olddomain.com'.
If using the CPanel web management control panel, this is done in the 'Addon Domains' section:
Enter the domain to be pointed in the 'new domain name' field, then set the 'Document Root' field to point to the folder hosting the contents of your subdomain. (e.g. /public_html/sub)

Do i need to add host name to DNS server [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am hosting and application in IIS. the application is a INTRANET APPLICATION.
Already the server has 2 application hosted in it with host names
site1.k.com and site2.k.com
k.com is my domain name.
I have give host name for my site as
site3.k.com
Do i have to make DNS entry for this.
If you have a wildcard dns entry such that <anything>.k.com goes to your server, then you don't need a specific DNS entry for site3.k.com, but it might make things easier down the road if you have it.
Of course, if you don't have the wildcard set up, and you need to have the url for site3.k.com work, then yeah, it'd be required.
Now, you mention that this is intranet ... if you have a windows server configured to broadcast that it's name is site3 via WINS service, then you might get away with not having the DNS entry, but this behavior is not reliable, because WINS may or may not route to remote sites, depending on WAN and/or VPN configurations, and will generally be a pain in the ass for support.

Domain forwarding or masking on local machine only? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm sad to have to ask this question, but I'm not even sure of what to call what I'm trying to do, so Google isn't much help.
I'm doing some work on a company website from outside the company's network. Some of the assets on the site are loaded from a domain that is only visible from inside the company's network (QA) but there is a mirror of those assets on a public domain. How can I mask or forward requests to this internal domain (e.g.: http://qa.example.com/image.png) to the mirroring external domain on my laptop? (e.g. http://www.example.com/image.png). This is similar to what can be done using the host file for IP addresses. The reason I want to do this is so that the images aren't broken as I work on the site outside the office, and changing all the references in the web files is not an option. I'm on OSX Lion.
Again, sorry, dummy question, please don't flame :S
Thanks!
If the mirroring host (http://www.example.com) doesn't use host headers, you can do it through the host file, by mapping qa.example.org to www.example.com.
This will have your browser ask the www.example.com host for the http://qa.example.org/image.png. If www.example.com is configured to use host headers to control content served it will see the mismatched hostnames and fail to serve the content. In that case you need something more powerful.

How do I setup a dyn-dns like service with a Custom domain? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Simply put, I have a domain xyz.com,
I want pc.xyz.com to point to my pc IP (which is dynamic)
any available solutions?
I need a Mac client to update the changing IP, and a service to run on my domain to get those updates.
Something like http://www.dyndns.com/
( I have a domain from Dreamhost if that helps..)
You can set up a CNAME entry so that pc.xyz.com is an alias to a dyndns name. I know that doesn't strictly answer the question of how to run a dyndns-like service yourself, but it will achieve the effect you described with a minimum of effort.
How to set up DNS service dynamic / static is a good place to start. Technically, the concepts are not difficult, but much easier if you use a DNS server that is able to use MySQL or some other database. For example: MySQL BIND SDB Driver ...
The project was started so that we could automatically create sub-domains for user's homepages on account creation.
By far this is the easiest approach and allows you to write a very thin client that can send a quick web request to your system to update the DNS based on your new IP ... Maybe even build your own REST API ...
You could combine cron (or, since you're using a Mac, launchd) and the DreamHost API to achieve the result you want, as described here.

How do I link my godaddy domain name to Windows Azure [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I've searched around and I still can't find anything on how to do this. Ideally I would like to know how to link up multiple domain names as I am now using SDK 1.3.
Does anyone have any tips on how to do this?
Thanks
To elaborate on what Dave has said. When you deploy your app to Azure, it gets an address that looks something like this:
myazureapplication.cloudapp.net
Per the instructions on the page here, http://www.google.com/support/a/bin/answer.py?hl=en&answer=47610 or any other dozen pages that come up when one googles "CNAME godaddy", you want to point your domain record hosted at GoDaddy to myazureapplication.cloudapp.net (or whatever your app happens to be). You're not pointing to IP, but to domain name, wihch is why its a CNAME record
HTH
Here is a cool work around
http://blog.smarx.com/posts/custom-domain-names-in-windows-azure
There's a service called DNS Azure that updates your A records automatically. See here
Have you tried simply creating a CNAME entry for all of your custom domain names, to point to your .cloudapp.net Windows Azure deployment name?
these links should hopefully help
Custom Domain Names in Windows Azure
Running Multiple Websites in a Windows Azure Web Role

Resources