User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Site Layout and Usability section within the Web Development category of DaniWeb, a massive community of 392,093 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,884 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Site Layout and Usability advertiser:
Views: 1698 | Replies: 18
Reply
Join Date: Mar 2007
Posts: 10
Reputation: cmarin is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
cmarin cmarin is offline Offline
Newbie Poster

lost ip to website

  #1  
Aug 23rd, 2007
I hope im in the right forum, my isp changed the block of ip addresses , and one of them was to my webiste, how do I assign a new ip address to the website? please help...
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jan 2007
Posts: 2,510
Reputation: MidiMagic is on a distinguished road 
Rep Power: 7
Solved Threads: 105
MidiMagic's Avatar
MidiMagic MidiMagic is offline Offline
Posting Maven

Re: lost ip to website

  #2  
Aug 23rd, 2007
You don't. That is the job of the sysops.

I have never had to assign an IP address. My ISP always did that for me. In fact, each time my site is used, it gets a different IP address.

Just use the URL. That's all that is needed.

Many web providers are switching to randomized IP addresses, to keep spammers from hiding behind IP addresses, and to keep hackers from destroying websites.
Last edited by MidiMagic : Aug 23rd, 2007 at 11:22 pm.
Daylight-saving time uses more gasoline
Reply With Quote  
Join Date: Mar 2007
Posts: 10
Reputation: cmarin is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
cmarin cmarin is offline Offline
Newbie Poster

Re: lost ip to website

  #3  
Aug 24th, 2007
ok, so how do I use the url only? right now if i type the url only I get a "page cannot display" message-
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,164
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 58
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: lost ip to website

  #4  
Aug 24th, 2007
The DNS record needs to be changed to reflect changes in IP addresses for a given domain in any URL. If I were to type your web address into my browser now, my pc would send a dns request to my ISP's name server which will attempt to look up an IP address for that domain, if it doesn't have one it will request a higher authority dns server until it gets an address or all avenues are exhausted. The ip is returned to my computer which will promptly cache it and then send an HTTP request message to that ip address.

So if a webservers ip address is changed, if the DNS record that maps that ip to a domain name is not also updated you get the behaviour you describe.

When a dns record is updated it can take anywhere upward of 24 - 48 hours for that change to propergate across all the dns servers out on the internet. So maybe you just need to give it time.
Last edited by hollystyles : Aug 24th, 2007 at 10:29 am.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote  
Join Date: Mar 2007
Posts: 10
Reputation: cmarin is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
cmarin cmarin is offline Offline
Newbie Poster

Re: lost ip to website

  #5  
Aug 24th, 2007
Thanks, that sounds more like it, now how do I change the ip address for the website- the server is in house in my office and the person that was taken care of it is no longer there. how about the router I probably need to point the new ip to the internal ip right?
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,164
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 58
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: lost ip to website

  #6  
Aug 24th, 2007
First of all, open a command window type nslookup press enter
type the URL www.yourdomain.com and press enter see what IP address is returned. I've attached a screen shot. Using my companies address to illustrate.

On your router NAT incoming traffic HTTP on port 80 to the internal IP of your web server.

(I'm assuming your webserver is serving on the default HTTP port which is 80)
Last edited by hollystyles : Aug 24th, 2007 at 10:57 am.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote  
Join Date: Mar 2007
Posts: 10
Reputation: cmarin is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
cmarin cmarin is offline Offline
Newbie Poster

Re: lost ip to website

  #7  
Aug 24th, 2007
ok but there is also cctv cameras using port 80
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,164
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 58
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: lost ip to website

  #8  
Aug 24th, 2007
Originally Posted by cmarin View Post
ok but there is also cctv cameras using port 80


But they have a different IP right? external and internal.

99% of the internet is on port 80 but they all have a different IP.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote  
Join Date: Mar 2007
Posts: 10
Reputation: cmarin is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
cmarin cmarin is offline Offline
Newbie Poster

Re: lost ip to website

  #9  
Aug 24th, 2007
right. different ip's for the cameras- one internal one external- so I should do the same for the website-after i assign the new ip to the website?
Reply With Quote  
Join Date: Feb 2005
Location: Braintree, UK
Posts: 1,164
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Rep Power: 7
Solved Threads: 58
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: lost ip to website

  #10  
Aug 24th, 2007
What ip did you get for nslookup? that is the ip for your web server as far as the internet is concerned. We know it's one of several ip's on the external interface of your router. So by mapping/natting (however your router works) the external ip on the router to your webservers internal ip on your private office network you are in effect 'assigning' the new ip to the website.
Last edited by hollystyles : Aug 24th, 2007 at 11:53 am.
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Site Layout and Usability Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Site Layout and Usability Forum

All times are GMT -4. The time now is 12:43 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC