I'm working on some classroom material and need an example of a non virtually hosted domain (web server). I was using Lego.com but they went over to virtual hosting some time back and my example broke.
-
Posted 1 year ago #
-
Mine as far as I know .. but you'd have to double check with moosepucky to make sure
Steven Hodson
WinExtra / Shooting at BubblesPosted 1 year ago # -
Nope. Virtually hosted.
> http://www.winextra.com
Server: google-public-dns-a.google.com
Address: 8.8.8.8Non-authoritative answer:
Name: winextra.com
Address: 72.18.141.162
Aliases: http://www.winextra.com> 72.18.141.162
Server: google-public-dns-a.google.com
Address: 8.8.8.8Name: gotfusion6.gotfusion.com
Address: 72.18.141.162>
For a non virtually hosted domain it would come back with the same name for the IP address lookup.
Posted 1 year ago # -
pj, what tool are you using?
Try http://www.fireimaging.com
i think we have a dedicated machine.If one is able to code one can annoy others in ways they would never imagine.Posted 1 year ago # -
I'm using nslookup at the command line.
Thanks Nate but nopers. It's virtual as well. Most servers are these days because it just doesn't make sense to run only one website on a server.
Posted 1 year ago # -
My website is hosted both locally and virtual.
reservations.rentalsatlakemartin.com is my own server (the only site hosted on it is the reservations)
Virtual site is rentalsatlakemartin.com
IP addy is 96.37.146.66Hope this helps.
Politicians and diapers have one thing in common. They both should be changed regularly and for the same reason.Posted 1 year ago # -
*thumbs up*
Here's the results of the nslookup:
Uncle_Albert.Boundless is my internal DNS with an IP of 192.168.1.1
I redirected nslookup to use the Google DNS at 8.8.8.8This shows that reservations is on it's own server hosted on a Charter IP address.
So far, looking good. Thanks so much. (I'll change the info to protect the innocent.)
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.C:\Users\Dad>nslookup
Default Server: Uncle_Albert.Boundless
Address: 192.168.1.1> server 8.8.8.8
Default Server: google-public-dns-a.google.com
Address: 8.8.8.8> rentalsatlakemartin.com
Server: google-public-dns-a.google.com
Address: 8.8.8.8Non-authoritative answer:
Name: rentalsatlakemartin.com
Address: 66.241.145.20> 66.241.145.20
Server: google-public-dns-a.google.com
Address: 8.8.8.8Name: squirrel.esosoft.net
Address: 66.241.145.20> reservations.rentalsatlakemartin.com
Server: google-public-dns-a.google.com
Address: 8.8.8.8Non-authoritative answer:
Name: reservations.rentalsatlakemartin.com
Address: 96.37.146.66> 96.37.146.66
Server: google-public-dns-a.google.com
Address: 8.8.8.8Name: 96-37-146-66.static.leds.al.charter.com
Address: 96.37.146.66>
Posted 1 year ago #

