Why is my website pointing to my local lan ip address
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Why is my website pointing to my local lan ip address
Got Redhat 9 installed on Dell Poweredge 1600. Was working as www.jmzcons.com but can now only see my website as http://192.168.0.103. Plase help
James
I think you are talking about apache webserver. I think you created a web page and you want to access it via www.jmzcons.com instead of IP. I think it may be a DNS problem.
I think you are talking about apache webserver. I think you created a web page and you want to access it via www.jmzcons.com instead of IP. I think it may be a DNS problem.
Maybe so. But I am not sure how DNS is link to the ip address
why on earth are you running redhat 9?? It's ancient.
What do you mean by only see? What are you doing? what happens if you use the domain name? what network architecture are you runnign this under?
I am running redhat 9 because it works for me and my website www.jmzcons.com works well once before but now
I can only see my website if I call up 192.168.0.103 instead
can you provide some new information as requested?
when I call up my website at 192.168.0.103, it will response with my website. But not with www.jmzcons.com
DNS report for jmzcons.com shows no NS for record A. Not sure what else to do
Your website isn't "pointing" anywhere. Your webserver is listening for any incoming connections on port 80, and responding with your web page. The reason you can't access it through the domain is DNS. When anybody types in a domain, DNS tells the computer the actual location of that website (the IP address of the computer hosting it). Your DNS for jmzcons.com isn't configured properly, so when somebody types in that domain, they are not being directed to the location where that website actually sits (your Dell box).
1-point the DNS for your domain to your router's public IP address
2-set your Dell up with a static IP on your local network
3-forward port 80 to your Dell's IP in your router config
Last edited by suicidaleggroll; 07-20-2012 at 10:08 AM.
when you will set DNS for your domain (the public IP address you have your router connected)
then set the PORT FORWARDING to your server IP 192.168.0.103
In my router config, followed instructions as per your setup attached in Advanced( Virtual Host) to 192.168.0.103 using public 80 and private 80
saved and still the same
MX Error MX Records Oh well, I did not detect any MX records so you probably don't have any and if you know you should have then they may be missing at your nameservers!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.