Subdomain can't be reached [closed] - subdomain

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I've asked a client to create a subdomain to his domain. He sent me back a small screenshot showing the following:
subdomain | 3600 | IN | NS | domain.1.to.point.to.com
subdomain | 3600 | IN | NS | domain.2.to.point.to.com
subdomain | 3600 | IN | NS | domain.3.to.point.to.com
subdomain | 3600 | IN | NS | domain.4.to.point.to.com
That was 3 days ago. Now I still can't access the subdomain either by ping or normal browsing.
Other odd thing is that I can't ping the client's domain like so:
ping domain.com
But I can ping:
ping www.domain.com
Is that normal?
Anyway would anyone know why the subdomain doesn't work?
Thanks

It appears you need an A record, not a subdomain (NS record) record. A subdomain allows you to control names under *.subdomain.domain.com. For example if you had this subdomain defined:
wufoo.krb.nsw.edu.au. IN NS mycontrolled.domain.com.
then mycontrolled.domain.com is the authority for any request under wufoo.krb.nsw.edu.au. A DNS client looking up www.wufoo.krb.nsw.edu.au. will ask mycontrolled.domain.com for the A record.
Again, an A record for wufoo.krb.nsw.edu.au should allow you to connect to your webserver (assume that it is a webserver).
I'm not to familiar with Amazon's Route53 product. I cannot answer to that unless you tell us a little more about your setup.

Related

How to allow all network public ip to access my database? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I am trying to make my database available on the internet so I hosted my database on Google Cloud Platform. With their instructions, I am able to connect with my public IP address to access the remote database with my MySQL Workbench & make request with the database public IP address.
However, I realize that my IP could change because public IP is different on every network, which may mean my database is stuck on the local computer environment. What should I do to make the database available to all networks? I want thrid party users to use my api to get data from my remote database.
I am not sure putting the server on the internet is what a developer supposed to do, just trying to get things out of localhost but I am very confused. Please help me :)
The problem (I think)
Public IP changes on different router, cutting off my database connection.
You can add all public-ip range into your "Authorized networks"
Add 0.0.0.0/0 as allowed CIDR for IPv4

OpenShift URL Masking [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
How can I get my OpenShift URL http://stats-lebronjamesstats.rhcloud.com/ to show as lebronjamesstats.com. I bought the domain name from Godaddy and setup forwarding and a CNAME record that has subdomain www point to stats-lebronjamesstats.rhcloud.com. I also ran the alias OpenShift commands:
rhc alias add stats lebronjamesstats.com
rhc alias add stats www.lebronjamesstats.com
I CAN'T do forward with masking because that breaks in browsers. Thanks for your help!
Dusty
Was able to get a cname record for www to point to my OpenShift url and then do forwarding from lebronjamesstats.com to www.lebronjamesstats.com WITHOUT masking. All HTTP request now resolve to www.lebronjamesstats.com. I could use a third party redirector to get lebronjamesstats.com to show in the URL box. I might pursue this later.
Basically you'll need to add an "alias" to your application via the rhc command line tool or through the web console. Here's two resources that will show you how to do that step by step:
https://www.openshift.com/blogs/domain-names-and-ssl-in-the-openshift-web-console
https://www.openshift.com/blogs/custom-url-names-for-your-paas-applications-host-forwarding-and-cnames-the-openshift-way

Apache Domain Registering [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'm making a website using Apache as the web server. Would I have to register a domain with someone like godaddy? I don't want someone like godaddy hosting a website for me. I want to be in control of the server.
GoDaddy can, but does not have to control the domain itself.
When you register the domain name, you provide GoDaddy (or whichever registrar you choose) multiple "Name Server" addresses. These are the computer systems that will actually house your domain's information.
I use Amazon's Route 53 DNS server (http://aws.amazon.com/route53/) since I run my own web server, but you could run your own DNS server, or use your hosting provider's name servers.
The "Name Server" that you specify will maintain the details about your domain such as what IP handles email, name servers, a/cname records (sub-domains), etc...
In addition to GoDaddy, you could use Network Solutions (http://www.networksolutions.com), Dotster (http://dotster.com), Register.com (http://www.register.com), and if you google DNS Registrars, you'll find tons of them.
You could just buy the domain name from GoDaddy, or any other DNS provider.
You can host your own domain by pointing the nameservers to your own server!
Take a look at How to assign a domain name to your home web server.

How to access two servers on one domain [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
Port 80 is forwarded to a server on my network which has links to the different projects I'm working on, how could I allow people to connect to the server running on my laptop when I'm using it? I would obviously not prefer to change my router settings frequently to port forward to my laptop. I want the user to access my domain and maybe have a set of links which will be described as static and another set which will have a description cautioning the user that said links will only work when I am online and they would somehow redirect to my laptop. (Lamp Server)
Well, if I understood correctly your question, you should configure your laptop as a reverse proxy for your main server.
As you said, you should have a set of links which will redirect to your laptop (via reverse proxy config), but of course these links will work only when your laptop is available.

How can I connect my other computer to phpMyAdmin localhost? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I have another pc over at my fiance's house & I'm trying to connect to my home computer's myphpadmin (localhost), database 'users'. Is there any way I can do it or is it impossible?
& is there a way I can make it accessible to all ip address's? I need it for a couple friends & I to work on a game together.
I guess I left out 1 part. I used 1 method I could find. The no-ip beings I have a dynamic IP address. I tried to connect & it wouldn't let me.
Connect both computer to using lan or wi-fi. or configure network.
now check ip-address of your php hosted pc.
if your computer is connected with same netwrk then you can access via ip-address/phpmyadmin
ex. 192.168.x.x/phpmyadmin.
make sure both computer must in same network.
if your system is an a local network then it's possible ..
open httpd.conf file and change the below code
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
#Deny from all
change it to
AllowOverride None
Options None
Order allow,deny
Allow from all
and restart the wampserver...