hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Hosting : Dynamic IP Address
Reply

Web Hosting Discussions on all aspects of web hosting including past experiences (both negative and positive), choosing a host, questions and answers, and other related subjects. If your service is unavailable, please click here.
Forum Jump

Dynamic IP Address

Reply Post New Thread In Web Hosting Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 04-09-2011, 11:21 AM
SajanP SajanP is offline
WHT Content Curator
 
Join Date: Mar 2007
Location: USA
Posts: 4,716

Dynamic IP Address


I've bought a spare domain that I'd like to point to my home IP address, which is dynamic. I know there are services like TZO and DynDNS. In fact, those are the only two options I see in my router's panel.

I was wondering if there was a way for me to achieve this without using the above services, and do things sort of in house.

I have a spare VPS that I can use, but I'm not quite sure how I'd go about this. If anyone has any insight, please share.

Why don't I want to use those service? No particular reason, just like to know if there was a way I could do it myself.

Reply With Quote


Sponsored Links
  #2  
Old 04-09-2011, 11:54 AM
srfreeman srfreeman is offline
Web Hosting Evangelist
 
Join Date: Nov 2009
Posts: 544
Of course you could do it yourself. If it is simply an academic exercise, you certainly don't want anyone to just tell you, the knowledge has been on the net for some time.

A simpler fix may just be to purchase a static IP address from your ISP.

Reply With Quote
  #3  
Old 04-09-2011, 11:58 AM
prashant J prashant J is offline
Junior Guru Wannabe
 
Join Date: Sep 2010
Posts: 86
Hello ,

There is no option that you can point the domain to a Dynamic IP address . You will have to purchase a dynamic IP address in order to point the domain .

__________________
Windows Fundamentals

Reply With Quote
Sponsored Links
  #4  
Old 04-09-2011, 12:24 PM
Krishopper Krishopper is offline
Web Hosting Guru
 
Join Date: Jul 2008
Location: Minneapolis, MN
Posts: 268
Like srfreeman said, its an academic exercise od figuring out if and when your IP has changed, and when it has to automatically do preform a DNS change for you. DynDNS has created software and an infrastructure to make this extremely easy and painfree.. but if you want to learn and experience the pain of doing it yourself, nothing and nobody can stop you.

__________________
01 Networks / Hosting and Consulting Services
Linux and Windows 2008 R2 shared and dedicated hosting
Zimbra (Network Edition and Open Source) Hosting
100% full uptime guarantee / 24x7x365 support / Satisfaction Guarantee - if you're not happy, we will give you your money back!

Reply With Quote
  #5  
Old 04-09-2011, 12:36 PM
prashant J prashant J is offline
Junior Guru Wannabe
 
Join Date: Sep 2010
Posts: 86
Hello ,

The best option I would suggest is to get a dedicated IP address from your ISP because whenever the IP address changes you would need to change the corresponding DNS records which will be very hectic and I dont think your ISP will give you the range of IP addresses which are assigned to you .

__________________
Windows Fundamentals

Reply With Quote
  #6  
Old 04-09-2011, 12:37 PM
CH-Shaun CH-Shaun is offline
Web Hosting Master
 
Join Date: Jun 2007
Location: Australia
Posts: 817
Quote:
Originally Posted by Noppix View Post
I've bought a spare domain that I'd like to point to my home IP address, which is dynamic. I know there are services like TZO and DynDNS. In fact, those are the only two options I see in my router's panel.

I was wondering if there was a way for me to achieve this without using the above services, and do things sort of in house.

I have a spare VPS that I can use, but I'm not quite sure how I'd go about this. If anyone has any insight, please share.

Why don't I want to use those service? No particular reason, just like to know if there was a way I could do it myself.
You would need to use them if you have a dynamic IP address. Why not purchase a static IP address from your ISP?

__________________



Reply With Quote
  #7  
Old 04-09-2011, 01:06 PM
SajanP SajanP is offline
WHT Content Curator
 
Join Date: Mar 2007
Location: USA
Posts: 4,716
My ISP doesn't allow static IPs on residential customers for some reason. I pay $5/mo/ea for 3 extra IPs. They are all dynamic though.

Yes, it is more of an academic exercise. It's completely outside my field though.

What I'm thinking right now, and perhaps this is the complete wrong way to go about this, but it's just a start.

Install Centos on VPS with BIND.
Write a quick script for Windows and use the scheduled events to check the external IP, write the zone file, and upload it to the server and restart named.

This script would run on a very small, old, low powered machine at home.

That's where I'm at right now. I'm sure it will evolve though. I just want to know if that's a good direction to go in.

Reply With Quote
  #8  
Old 04-09-2011, 01:19 PM
EDIS EDIS is offline
Disabled
 
Join Date: Mar 2011
Location: Graz, Austria
Posts: 298
Too complicated - Write a PHP script that reads the external IP from the caller and writes it in the zonefile.

Then use a cron daemon on your router (or an old PC) to call it every 10minutes or so.

That is pretty much the same as DynDNS and others do.

Reply With Quote
  #9  
Old 04-09-2011, 01:40 PM
prashant J prashant J is offline
Junior Guru Wannabe
 
Join Date: Sep 2010
Posts: 86
Here you will find the php script to know your own IP

http://mywindowsblog.com/?p=209

__________________
Windows Fundamentals

Reply With Quote
  #10  
Old 04-09-2011, 02:13 PM
SajanP SajanP is offline
WHT Content Curator
 
Join Date: Mar 2007
Location: USA
Posts: 4,716
Quote:
Originally Posted by EDIS View Post
Too complicated - Write a PHP script that reads the external IP from the caller and writes it in the zonefile.

Then use a cron daemon on your router (or an old PC) to call it every 10minutes or so.

That is pretty much the same as DynDNS and others do.
So PHP script at home passing a variable to a PHP script on server to write the zone file. Interesting.

Reply With Quote
  #11  
Old 04-09-2011, 04:39 PM
srfreeman srfreeman is offline
Web Hosting Evangelist
 
Join Date: Nov 2009
Posts: 544
Noppix;

"My ISP doesn't allow static IPs on residential customers for some reason"

You are not picking up on the "basic" lessons to be taught from this academic exercise. Changing to a "business" account will probably solve your issue (but then there are zoning issues).

Please check the TOS of your ISP, a new domain on their residential network may not be what they want. Continuing blindly may bring the question "Why can't I access the Internet from home?" into this exercise.

Just taking what people give you, in any type of exercise, is not really helpful. Think for your self.

Example; "Here let me run 2k on that treadmill for you." Would this type of exercise help your cardiovascular health? Laughable, is it not?

Reply With Quote
  #12  
Old 04-09-2011, 04:44 PM
SajanP SajanP is offline
WHT Content Curator
 
Join Date: Mar 2007
Location: USA
Posts: 4,716
Quote:
Originally Posted by srfreeman View Post
Noppix;

"My ISP doesn't allow static IPs on residential customers for some reason"

You are not picking up on the "basic" lessons to be taught from this academic exercise. Changing to a "business" account will probably solve your issue (but then there are zoning issues).

Please check the TOS of your ISP, a new domain on their residential network may not be what they want. Continuing blindly may bring the question "Why can't I access the Internet from home?" into this exercise.

Just taking what people give you, in any type of exercise, is not really helpful. Think for your self.

Example; "Here let me run 2k on that treadmill for you." Would this type of exercise help your cardiovascular health? Laughable, is it not?
I'm not sure why everyone here wants to try and teach me a lesson. I simply wanted to know if there was software that does what DynDNS does that I could host myself.

I'm not trying to LEARN anything. I just want to accomplish what DynDNS does on my own server. I asked here to be pointed in the right direction.

Why I want to do it should only be people's concern if it helps the discussion.

This thread can be closed. The only useful answer I got was from EDIS.

Reply With Quote
  #13  
Old 04-09-2011, 05:15 PM
srfreeman srfreeman is offline
Web Hosting Evangelist
 
Join Date: Nov 2009
Posts: 544
Hhmmm...

Maybe I should be more to the point - You are not playing in your own sand box, it is your ISP's network. Start by asking them what you can do.

Beyond that, the correct tool is a search engine. The information you seek has been out there for some time, retyping it is counterproductive.

Reply With Quote
  #14  
Old 04-09-2011, 05:22 PM
SajanP SajanP is offline
WHT Content Curator
 
Join Date: Mar 2007
Location: USA
Posts: 4,716
Quote:
Originally Posted by srfreeman View Post
Hhmmm...

Maybe I should be more to the point - You are not playing in your own sand box, it is your ISP's network. Start by asking them what you can do.

Beyond that, the correct tool is a search engine. The information you seek has been out there for some time, retyping it is counterproductive.
I already use the IP to connect to things outside of home. They know this. I don't think they'll care if I type a hostname instead of an IP.

Again...this is not the issue. Nor the discussion I was trying to get.

Reply With Quote
  #15  
Old 04-09-2011, 10:30 PM
lastguru lastguru is offline
Junior Guru Wannabe
 
Join Date: Apr 2011
Location: Riga, Latvia
Posts: 37
BIND server has been supporting DDNS (dynamic DNS) for a long time. You can lookup manuals in google by searching for bind ddns. Here is an example of such manual: http://www.kirya.net/articles/runnin...ice-with-bind/

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Register a name server if the IP address of your DNS server is dynamic? jsm174 Domain Names 5 08-10-2006 02:08 AM
Dynamic IP Address for a Server lonerunner800 Web Hosting 6 03-13-2006 07:32 PM
domain name with dynamic ip address nocloud Domain Names 4 09-15-2005 08:58 AM
Dynamic IP Address location look up dubrie Web Design and Content 5 12-18-2004 11:36 AM
Setting up a RAQ4 using a dynamic IP address dataferret Dedicated Server 8 07-09-2004 09:07 AM

Related posts from TheWhir.com
Title Type Date Posted
ProfitBricks Launches High Availability Virtual Data Center Services Web Hosting News 2013-05-02 14:39:51
GoGrid Launches Dynamic Load Balancer Service Built for Cloud Web Hosting News 2013-01-29 10:07:53
50a15ecc-1614-4555-8734-539945a799a0 Listing 2013-03-05 18:26:35
5080711f-1760-48fc-84de-325345a799de Listing 2013-03-05 18:26:30
Cloud Infrastructure Firm Morphlabs Launches New Technology to Improve Cloud Bursting Web Hosting News 2011-11-09 19:08:35


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?