Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Web Hosting


Advertisements:




SuperbHosting.net & Arvixe.com have generously sponsored dedicated servers and web hosting to ensure a reliable and scalable dedicated hosting solution for BigResource.com.







How To Look Domain Before Dns Change In Dotnet Panel


how to look domain before dns change in dotnet panel

it tried with ip eg[url]

this is windows server

but it now workeing any idea how so see the index before dns changes


View Complete Thread with Replies

Sponsored Links:

Related Forum Messages:
DotNet Panel And HyperV
Just wondering if any host have setup up DNP's Hyper-V module yet:[url]

Specifically for running on Windows 2008 Server.

View Replies!   View Related
Host Will Only Update Domain Name Server (DNS) In Batches, Takes Several Hours For A DNS Change, Normal?
Host will only update DNS in batches, takes several hours for a DNS change, is that normal?
Well today my mail stopped working and it turns out the A record for mail was deleted. How it got deleted I don't know.

I called my host and after speaking to 2 techs, they said that have added my request to a batch, and that would update in a few hours.

I said to him, batch? What can't you do it instantly?

He said thats not the way their DNS works and any DNS change would affect thousands of other sites they are hosting.

Does anyone know what kind of dns system these people could possibly have where they can not reload a single zone?

And by affected, I think he means the sites will go down for a minute or so, while it relaods every zone. Is this really the case, or are these people just idiots?

View Replies!   View Related
New Domain - Can't Change DNS, Can't Use Nameservers,
I'm stuck. First let me explain how my current sites are setup. I have all of my personal domains through GoDaddy at the moment. I set each domain to point to GoDaddys default hosting nameservers. Then I create DNS A Records for my domain pointing to the IP of my webserver. That works.

I recently purchased a domain name from a backordering service. This domain is with a different registrar. They do not offer any kind of managed DNS and will not create A records for me. My server is not setup as a nameserver so I can't do either. I also can't transfer the domain over to GoDaddy because of ICANNs two month rule.

Does anyone have any suggestions on what I can do? Is there a service out there where I can point to their nameservers and they will send traffic to my servers IP?

I'm not as sharp on this topic as I probably should be

View Replies!   View Related
Change Name Servers In Domain Name Server (DNS) Zone
i have question from dns zone name servers !

example my name server is : ns1.myserver.com

i change my server to iweb tech and i do not change ns1.privatedns.com to ns1.myserver.com in Basic cPanel/WHM Setup before trnasfer my accounts !

now my accounts do not work good !

some time they load from ns1.myserver.com and some time load from ns1.privatedns.com
privatedns not worked so some times my sites do not load !

how can i change ns1.privatedns.com to ns1.myserver.com for my account in their dns zone !

View Replies!   View Related
Change Domain Name Server (DNS) For Server Move
Could someone tell me what I need to change in the DNS zone for when moving servers, to minimize downtime

View Replies!   View Related
Change Host, Change Domain And Getting Search Engines Up To Speed
Has anyone helped clients transition from one domain to another? Maybe dissolving a partnership or renaming their company... so a new domain name has been registered and a new website created.

2 Issues:

#1 Using .htaccess 301 redirect
We used the following command line in their old website's htaccess file

Redirect 301 / [url]

The goal was to get people try to visit any page of their old website (i.e. OldWebsite.com/contact.html) redirected to their new website (i.e. NewWebsite.com/contact.html). Isn't that supposed to change the address bar's URL, too? For some reason, I visit their old site and I seem to be redirected to their new website but the address bar still has their old domain name? Something is going on???

#2 Having their new company name for 2 years now. People can enter her new company name in Google, MSN or Yahoo. Her new company name appears in the search results but has the old domain name associated with it. We are trying to get rid of any reference to that old domain name? What's the easiest way to do this? So what people see in search engines is:

New Company
Short Meta Description
www.OldDomain.com

What steps did I miss in this transition?

What steps do I have to take on their old website/old web server to control it's appearance on search engines and make sure people get to the new website?

View Replies!   View Related
Change Park Domain To Main Domain
How do I change park domain to the main domain and vice versa for the main domain?

I have cpanel, centos, whm. Wondering if this will effect down time and such?

View Replies!   View Related
Configure DNS Without Control Panel
i bought a dedicated server without control panel with Fedora Core 6 for install as webserver LightTPD.

Now i must configure the DNS zones files. For do that i added to my named.conf file this:

Code:
zone "mywebsite.net" {
type master;
file "/var/named/mywebsite.net.db";
};

zone "ns1.mywebsite.net" {
type master;
file "/var/named/ns1.mywebsite.net.db";
};

zone "ns2.mywebsite.net" {
type master;
file "/var/named/ns2.mywebsite.net.db";
};
This are my ZONE files:

mywebsite.net.db

Code:
; Zone file for mywebsite.net
$TTL 14400
@ 86400 IN SOA ns1.mywebsite.net. admin.fastwebnet.com. (
2007081900 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds

mywebsite.net. 86400 IN NS ns1.mywebsite.net.
mywebsite.net. 86400 IN NS ns2.mywebsite.net.

mywebsite.net. IN A 208.109.108.10

localhost.mywebsite.net. IN A 127.0.0.1

mywebsite.net. IN MX 0 mywebsite.net.

mail IN CNAME mywebsite.net.
www IN CNAME mywebsite.net.
ftp IN A 208.109.108.10
ns1.mywebsite.net.db

Code:
@ IN SOA ns1.mywebsite.net. admin.fastwebnet.com. (
2007081900 ; serial, todays date+todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds

ns1.mywebsite.net. IN NS ns1.mywebsite.net.
ns1.mywebsite.net. IN NS ns2.mywebsite.net.
ns1.mywebsite.net. IN A 208.109.108.10

localhost.ns1.mywebsite.net. IN A 127.0.0.1

ns1.mywebsite.net. IN MX 0 ns1.mywebsite.net.

mail IN CNAME ns1.mywebsite.net.
www IN CNAME ns1.mywebsite.net.
ftp IN CNAME ns1.mywebsite.net.
ns2.mywebsite.net.db

Code:
@ IN SOA ns1.mywebsite.net. admin.fastwebnet.com. (
2007081900 ; serial, todays date+todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds

ns2.mywebsite.net. IN NS ns1.mywebsite.net.
ns2.mywebsite.net. IN NS ns2.mywebsite.net.
ns2.mywebsite.net. IN A 208.109.108.10

localhost.ns2.mywebsite.net. IN A 127.0.0.1

ns2.mywebsite.net. IN MX 0 ns2.mywebsite.net.

mail IN CNAME ns2.mywebsite.net.
www IN CNAME ns2.mywebsite.net.
ftp IN CNAME ns2.mywebsite.net.

After i have restartet named :

service named start

This is the output in /val/log/message

Code:
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: starting BIND 9.3.4-P1 -u named -c /etc/named.caching-nameserver.conf -t /var/named/chroot
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: found 2 CPUs, using 2 worker threads
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: loading configuration from '/etc/named.caching-nameserver.conf'
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: listening on IPv6 interface lo, ::1#53
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: listening on IPv4 interface lo, 127.0.0.1#53
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: command channel listening on 127.0.0.1#953
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: command channel listening on ::1#953
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone 0.in-addr.arpa/IN/localhost_resolver: loaded serial 42
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone 0.0.127.in-addr.arpa/IN/localhost_resolver: loaded serial 1997022700
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone 255.in-addr.arpa/IN/localhost_resolver: loaded serial 42
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN/localhost_resolver: loaded serial 1997022700
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone localdomain/IN/localhost_resolver: loaded serial 42
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone localhost/IN/localhost_resolver: loaded serial 42
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone mywebsite.net/IN/localhost_resolver: loaded serial 2007081900
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: /var/named/ns1.mywebsite.net.db:1: no TTL specified; using SOA MINTTL instead
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone ns1.mywebsite.net/IN/localhost_resolver: loaded serial 2007081900
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: /var/named/ns2.mywebsite.net.db:1: no TTL specified; using SOA MINTTL instead
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone ns2.mywebsite.net/IN/localhost_resolver: loaded serial 2007081900
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: running
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone mywebsite.net/IN/localhost_resolver: sending notifies (serial 2007081900)
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone ns1.mywebsite.net/IN/localhost_resolver: sending notifies (serial 2007081900)
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone ns2.mywebsite.net/IN/localhost_resolver: sending notifies (serial 2007081900)

I have changed at my registrar the DNS adresses to NS1.mywebsite.net and NS2.mywebsite.net, the result is that work only NS1.mywebsite.net:

Code:
[url] --> don't work
[url] --> work
[url] --> don't work

View Replies!   View Related
DNS On 2 Separate Servers, Control Panel On Another
I've setup two servers with Webmin on them. One is a master nameserver, and the other is a secondary nameserver.

I've setup a third server with DirectAdmin, and ofcourse, DA installs everything for you.
When I add a domain on DA.. it asks me to do all the DNS stuff there too.

Now, from what I understand, if I add a domain to a server, I host its DNS on that server too. Correct?

But then again, I've also seen many installations where the DNS servers are two completely different, even geographically, servers. And the main http/mail/db server(s) are different too.

View Replies!   View Related
Add Domain Without Control Panel
i want to know if i can add the domain to my vps without a control panel

View Replies!   View Related
Control Panel For Hosting Only 1 Domain?
I can find my way around linux but I don't know it well enough to administer the server without a control panel...

All I really need is to manage basic functions for a single domain like email accounts, dns, backups and also see some visitor stats. Webmin seems to be missing some stuff that I need to do...

Cpanel is nice but it's expensive and seems to be designed for a reseller who is going to sell web hosting accounts. All I need is to manage one domain... Am I stuck paying for all the stuff I don't need with cpanel or what are the options?

View Replies!   View Related
No Control Panel :: How To Add A New Domain Name?
My VPS has no control panel.

Main domain is domain.com under /var/www/html

Now I want add a new domain domain1.com under /var/www/html/new_site

How to do this?

View Replies!   View Related
Configure DNS Zone Files Without Any Control Panel
i bought a dedicated server without control panel with Fedora Core 6 for install as webserver LightTPD.

Now i must configure the DNS zones files. For do that i added to my named.conf file this:

Code:
zone "mywebsite.net" {
type master;
file "/var/named/mywebsite.net.db";
};


zone "ns1.mywebsite.net" {
type master;
file "/var/named/ns1.mywebsite.net.db";
};

zone "ns2.mywebsite.net" {
type master;
file "/var/named/ns2.mywebsite.net.db";
};
This are my ZONE files:

mywebsite.net.db

Code:
; Zone file for mywebsite.net
$TTL 14400
@ 86400 IN SOA ns1.mywebsite.net. admin.fastwebnet.com. (
2007081900 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds

mywebsite.net. 86400 IN NS ns1.mywebsite.net.
mywebsite.net. 86400 IN NS ns2.mywebsite.net.

mywebsite.net. IN A 208.109.108.10

localhost.mywebsite.net. IN A 127.0.0.1

mywebsite.net. IN MX 0 mywebsite.net.

mail IN CNAME mywebsite.net.
www IN CNAME mywebsite.net.
ftp IN A 208.109.168.10
ns1.mywebsite.net.db

Code:
@ IN SOA ns1.mywebsite.net. admin.fastwebnet.com. (
2007081900 ; serial, todays date+todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds

ns1.mywebsite.net. IN NS ns1.mywebsite.net.
ns1.mywebsite.net. IN NS ns2.mywebsite.net.
ns1.mywebsite.net. IN A 208.109.108.10

localhost.ns1.mywebsite.net. IN A 127.0.0.1

ns1.mywebsite.net. IN MX 0 ns1.mywebsite.net.

mail IN CNAME ns1.mywebsite.net.
www IN CNAME ns1.mywebsite.net.
ftp IN CNAME ns1.mywebsite.net.
ns2.mywebsite.net.db

Code:
@ IN SOA ns1.mywebsite.net. admin.fastwebnet.com. (
2007081900 ; serial, todays date+todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds

ns2.mywebsite.net. IN NS ns1.mywebsite.net.
ns2.mywebsite.net. IN NS ns2.mywebsite.net.
ns2.mywebsite.net. IN A 208.109.108.10

localhost.ns2.mywebsite.net. IN A 127.0.0.1

ns2.mywebsite.net. IN MX 0 ns2.mywebsite.net.

mail IN CNAME ns2.mywebsite.net.
www IN CNAME ns2.mywebsite.net.
ftp IN CNAME ns2.mywebsite.net.

After i have restartet named :

service named start

This is the output in /val/log/message

Code:
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: starting BIND 9.3.4-P1 -u named -c /etc/named.caching-nameserver.conf -t /var/named/chroot
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: found 2 CPUs, using 2 worker threads
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: loading configuration from '/etc/named.caching-nameserver.conf'
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: listening on IPv6 interface lo, ::1#53
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: listening on IPv4 interface lo, 127.0.0.1#53
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: command channel listening on 127.0.0.1#953
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: command channel listening on ::1#953
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone 0.in-addr.arpa/IN/localhost_resolver: loaded serial 42
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone 0.0.127.in-addr.arpa/IN/localhost_resolver: loaded serial 1997022700
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone 255.in-addr.arpa/IN/localhost_resolver: loaded serial 42
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN/localhost_resolver: loaded serial 1997022700
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone localdomain/IN/localhost_resolver: loaded serial 42
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone localhost/IN/localhost_resolver: loaded serial 42
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone mywebsite.net/IN/localhost_resolver: loaded serial 2007081900
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: /var/named/ns1.mywebsite.net.db:1: no TTL specified; using SOA MINTTL instead
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone ns1.mywebsite.net/IN/localhost_resolver: loaded serial 2007081900
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: /var/named/ns2.mywebsite.net.db:1: no TTL specified; using SOA MINTTL instead
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone ns2.mywebsite.net/IN/localhost_resolver: loaded serial 2007081900
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: running
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone mywebsite.net/IN/localhost_resolver: sending notifies (serial 2007081900)
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone ns1.mywebsite.net/IN/localhost_resolver: sending notifies (serial 2007081900)
Aug 19 07:54:33 ip-208-109-108-10 named[12209]: zone ns2.mywebsite.net/IN/localhost_resolver: sending notifies (serial 2007081900)

I have changed at my registrar the DNS adresses to NS1.mywebsite.net and NS2.mywebsite.net, the result is that work only NS1.mywebsite.net:

Code:
[url] --> don't work
[url] --> work
[url] --> don't work

View Replies!   View Related
Are Patched Domain Name Server (DNS) Behind N.A.T. Still Vunlerable To DNS Cache Poisoning?
Upon reading http://www.theregister.co.uk/2008/08...sky_black_hat/ it appears those who use network address translation may be vulnerable to DNS cache poisoning even after patching their DNS servers.

"another 15 per cent are still vulnerable to some extent because they use network address translation gear that prevents the patch from working."

Thoughts?

View Replies!   View Related
Create SSL Website Or Sub Domain - CPanel And No Panel
I would like to create an SSL website for parts of my domain. I have a few VPS's one running cPanel, the others running just Webmin.

Now I have managed to install SSL as I can login to WHM/cPanel using the secure port fine. Also I have installed SSL on the Webmin VPS's as I followed www.webmin.com/ssl.html which tells you how.

However I would like to get sections of my website secure i.e secure.mydomain.com would be HTTPS, and the rest of the site just normal HTTP.

View Replies!   View Related
Setup Domain Key (DK) On DirectAdmin (DA) Control Panel
to setup domain key (DK) on DirectAdmin (DA) control panel. DirectAdmin used exim as mail server by default.

View Replies!   View Related
Use DNS Service Or Set Up Domain Name Server (DNS) In Windows2008
Use DNS service or set up dns in windows2008

I am having all sorts of problems setting DNS in windows server 2008 standard edition. Should I just use the DNS service I 've been using from DynDns or do I have to set up my own DNS server. The dedicated server I am having doesn't inlcude any support: do-it-yourself

View Replies!   View Related
IP Change / DNS
We are moving to a new rack at our DC. Now the IP addresses will change.
BUT.. we have a mailserver running, and all users are pointed at the current name "mailserver.domain.com" which itself is pointing to the old IP.

So far so good...

BUT we need to move that server to the new rack, and so we need to change the IP. But if we change the IP in the DNS, it will take till 24 hours for all the providers to propogate the new IP. For those users, the mailserver will be offline.

How can we fix that properly? So that no-one has any serious downtime?

Anyone got a clue on how to do so?

View Replies!   View Related
Reverse Domain Name Server (DNS) ARPA For Domain On VPS
I have a vps with dedicated ip's for my domain names.

I read that in order for mails coming from my server not be picked up as spam, i need to add reverse ip entries.

Now i have already added the glue nameserver records on my godaddy control panel,

ns1.mydomain.com -> 10.20.30.40
ns2.mydomain.com -> 10.20.30.41

But do i need to speak to the datacenter to add the reverse dns entries for my domain on their nameservers? What about if i host my nameservers offsite, but then have my webserver/mailserver etc inside the datacenter? Would i need to request the datacenter where the nameservers are hosted to add the reverse ip entries for the domain, and then the request the same from the datacenter for my web/mail servers to add the reverse entries?

Is it really required?

View Replies!   View Related
Domain Parking - Wildcard Domain Name Server (DNS)?
We have a lot of unused domains that we'd like to setup domain parking for.

To keep it simple, we'd like to just change the namesevers to ns1.domainparking.com and ns2.domainparking.com (not real nameservers!) and the domains would then automatically show a simple web page.

We use cpanel servers and are wondering how easy this is to do? I've seem mention of wildcard dns? Is that the answer?

View Replies!   View Related
Domain Parking With Win2k3 Domain Name Server (DNS)?
i have about 8 different domains i'd like to point to a nameserver (ns1./ns2.mydomain.com) on Win2k3 server, but i can't get them resolved through my nameserver without creating a manual forward lookup entry for each *parked* domain separatly..

Does anyone know how to resolve "parked" domains automatically on Win2k3 DNS??

I just can't find any answer for this, everything i've found required manual creation of lookup entries..

anyone?

View Replies!   View Related
Domain Does Not Resolve :: Domain Name Server (DNS) Issues
I've been having some DNS problems with one of my domains for quite some time now. The domain does not always resolve - some go days without being able to access the site.

I ran a simple BASH script to show what I mean. I replaced my domain with "mysite.net" and the IP with "xx.xx.xxx.xxx".

# for i in `seq 1 15`; do host mysite.net; done

mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
Host mysite.net not found: 2(SERVFAIL)
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.
mysite.net has address xx.xx.xxx.xxx
mysite.net mail is handled by 0 mysite.net.

Has anyone experienced a similar problem? I have gone over the DNS records countless times and see no problems. The site is hosted on my own dedicated server.

View Replies!   View Related
Howto Set A Domain Name Server (DNS) To A Domain
I´ve a domain but haven´t set the DNS servers yet....now I get a free hosting and I wanted to associate the DNS servers to my domain but I don´t know how!!!

It would be great If you could help me...and let me know if you need more info..

View Replies!   View Related
Change DNS To A Subdomain
Is it possible to change DNS to a subdomain when the domain is hosted in a VPS?

What about for a dedicated server or a shared hosting?

View Replies!   View Related
Change DNS To Public
You are hosting your web site on a local server and you have the DNS pointing to the LOCAL (read: not public) IP on your LAN which means only you and those on your LOCAL network can access the site.

192.168.1.8 is a LOCAL (PRIVATE) IP.

View Replies!   View Related
Change Server And DNS
I currently have a dedicated server at volumedrive and want to transfer my site over. I have the following setting but not sure why it doesn't work.

On the WHM, I have:

Main >> Server Configuration >> Basic cPanel/WHM Setup

Main Shared Virtual Host IP........................12.345.67.89 (IP from the new host)
Hostname....................................................server.mysite.com
Primary Namserver.....................................ns1.mysite.com
Secondary Nameserver..............................ns2.mysite.com
___________________________________________

Main >> Networking Setup >> Hostname
Current Hostname..............................server.mysite.com
____________________________________________

Main >> Networking Setup >> Nameserver IPs

Ip 12.345.67.89 ns1.mysite.com
12.345.67.99 ns2.mysite.com
________________________________________

Main >> Networking Setup >> Resolver Configuration

Primary Resolver...........................................12.345.67.89
Secondary Resolver.......................................12.345.67.99
Teritary Resolver (optional)............................empty.

At the registrar godaddy, I have the existing name server set as ns1.mysite.com and ns2.mysite.com from prior server already. what other setting do I have to do to make my site working properly ?

View Replies!   View Related
DNS - NS Change Not Working
I changed the name servers for my domain (ronin-studios.com) over a month ago when the site was moved to a new server.

Sometimes, however, when people go to visit the site they get the OLD site and forums.

When I do a ping from dnsstuff.com I get the old IP address. When I ping from other networking sites I get the new IP address.

Another stange thing: I use OpenDNS for my DNS servers and one day they will be hitting on the right IP, the next, it changes to the old IP.

Like I said, this was supposed to have changed over a month ago.

View Replies!   View Related
Does Switching IP Addresses Change DNS?
Recently my "crappy" hosting company decided it would upgrade the servers so I can't send them requests, use the control panel (as its being upgraded) and I really, really want to transfer my account from them to my new host.

Even though I pressed the button to transfer my account, it still hasn't happened - I've written letters, sent emails, done everything I can think of.

My last resort is through Nominet, and changing the IPS tag of my domain name (which runs out pretty soon) to 123-REG (or another IPS tag renewer).

My question is -- if I use Nominet to change my IPS tag on my behalf - would my hosting company still have the DNS settings? Can I still change them - or would it remain in their hands? - (I'm aware that I'd still be liable for outstanding fees, bills, etc).

View Replies!   View Related
Manually Force DNS Change
we're using a subdomain to point to one of our server's IP. (gaming purposes).

And people use this subdomain to connect to the game server.
However, We are going to move to a new server soon with a different IP.

I know, only thing I have to do is change the IP of the subdomain to point to the new server, however I know this will take like 1 to 48 hours to fully work.

Is there a way to force people who's still connecting to the OLD Ip to go to the new IP?

View Replies!   View Related
DNS And Domain- Setting Up DNS With DirectAdmin
I've got DirectAdmin installed, and my domain name (misacampo.org) hosted with XeoDomains.com.

I'm wondering how I set up my DNS so that whenever I point more domains to my VPS their DNS will be set to ns1.misacampo.com and ns2.misacampo.com.


Would it be as simple as pointing my domain to my VPS IP, then setting up this in DirectAdmin?:

Add Zone
Domain Name:
IP Address:
Name Server 1:
Name Server 2:

Would I enter:
Add Zone
Domain Name: misacampo.org
IP Address: xxx.xxx.xxx.xxx
Name Server 1: ns1.misacampo.org
Name Server 2: ns1.misacampo.org


Then point my domain to xxx.xxx.xxx.xxx, and set it up my domain at XeoDomains.com like so:

Add New Child Name Server
Host Name: ns1.misacampo.org
Ip Address: xxx.xxx.xxx.xxx

and

Add New Child Name Server
Host Name: ns2..misacampo.org
Ip Address: xxx.xxx.xxx.xxx

Would this work? I'm looking to do a quick shift from my old CPS (LXAdmin) to my new VPS (DirectAdmin) with at little downtime as possible. Do I need to set up any other records for the domain for my email accounts to work, or would DirectAdmin take care of all this?

View Replies!   View Related
Dotnet 3.5
We have Dotnet Framework 1.1 and Dotnet Framework 2.0 installed in our Windows shared hosting servers. I want to know if we install 3.5 framework too, will it create any problem to the already running websites using Framework 1.1?

View Replies!   View Related
Domain/Server Change
Hostzio is down still, so I'm planning on moving my websites to yet another server/reselling account. I was wondering if my account with Hostzio is still active, if I can transfer the domains to another server without any problems? There would be about 10 domains I'd have to transfer from my old account to the new one.

View Replies!   View Related
Outlook Autodiscover Requires A DNS Change
We host for a company that has its email on another server. Everything works fine with the DNS changes already made.

However, Outlook has an autodiscover feature that requires an additional DNS entry and I am at a loss as to what record type to use.

They had it set up on their old host as:

autodiscover.lif?.com to point to "autodiscoverredirect003.in?.net"

Does anyone know which record type to use for this?

View Replies!   View Related
DNS Server Change - Affect Email
I have ever made a DNS Server change and I was curious how this is going to affect my e-mail.

Lets say this is my URL - www.testURL.com

I also have my e-mail setup as MyName@testURL.com

I now have a new host so we are going to change the DNS settings so www.testURL.com now points to the new web host. Is this going to affect my e-mail address MyName@testURL.com or do I also have to make a request to get the e-mail changed as well?

View Replies!   View Related
Correct Way To Change A Site's Domain Name
I'm working on a young site that will be changing its focus and its domain name to reflect the new focus. What is the correct way to change the domain name? In the past, I've simply created a new site in WHM/cPanel under the new domain name and copied the old site (and database) over, which was a great deal of work. Is there another way to do it that is less time consuming - without having to copy files? Are you not able to just change the domain name setting in WHM without having to copy the entire site over to a new directory on the server?

View Replies!   View Related
Change Domain To Another Ip Address On My Server
i have a dedicated server with 5 usable IP's in range xxx.242 to xxx.246

xx.xxx.120.242 <-- main shared IP
xx.xxx.120.243
xx.xxx.120.244 <-- in use by my nameservers
xx.xxx.120.245 <-- in use by my nameservers
xx.xxx.120.246

When i select in WHM "Change Site's IP Address " and the account i want to change it shows me a drop down menu with the ip's of the nameservers AND the

xx.xxx.120.243

If i select that one the domain in the account shows the apache default page only inmediately.

I don't know why the xx.xxx.120.246 ip doesn't show or why the nameserver ip's appear because they are in use.

Do i need to wait for propagation or is this an error?

View Replies!   View Related
DotNet Framework 3.0 And 3.5
Is the right time to install Dotnet Framework 3.0 and 3.5 in a shared hosting server?

There are already .NET 1.1 and 2.0 installed in the server. What are the problems that might occur if 3.0 or 3.5 are installed?

View Replies!   View Related
Microsoft DNS Change Of IPs Of Zone Files
One of my clients is using Microsoft DNS, he needs to change email server which has a different set of IPs. Is there any command or program that can allow him to change all the zone files at one time? Find and replace the IPs?

View Replies!   View Related
Change Email Address In DNS Zone Template
When I load a new account into WHM a pre-figured email address is entered into the DNS Zone automatically using the DNS Template field %rpemail%

Can you tell me where the email address %rpemail% can be found and how to change it.

Also can I change %rpemail% to something else in that field so that the email address it calls up is perhaps the contact address for root or similar?

View Replies!   View Related
Primary Domain Change For WHM Account
I have a hostee who as part of an out-of-court settlement, needs to change the primary domain they host on. The domain they're switching to is already a parked domain on their account. At first blush, it seems like it would be pretty easy, but now I'm concerned about their email. Both of the principals of the company use Horde extensively for webmail, and as such I have files on the server for their email accounts. What I was thinking about doing is this:

1. Stop parking the "new" domain on the account.
2. Change the account from using the "old" domain in WHM to the "new" domain by modifying the account in WHM.
3. Forwarding email sent to user@old.domain to user@new.domain, in CPanel.
4. Assorted changes on website to account for the new domain - published email addresses, new SSL cert, things like that.

My concern is in how to move the mail files, currently set up to be for user@old.domain, to be readable by Horde as user@new.domain, so it's seamless to the users. We will be keeping the old domain under our control, but not using it to point to the site any more; I just don't want to have to tell them "OK, to get your old email, you have to check this address, and to get new email, you have to check this one."

Would my plan above actually accomplish that? Is there a better way within a WHM/CPanel framework to accomplish what I need without losing email or access to it? What am I missing?

View Replies!   View Related
How Fast Can I Change My DNS Setting On The Name Server Pointing To My Hosted IP
speed(time) with which a DNS setting change to a different IP will show up on a query.

Also, what's the fastest way to do this?

Is there someone I can buy my own IP from?

View Replies!   View Related
Inexpensive (shared) Dotnet 3.5 Hosting
I've searched extensively through the Windows hosting forum but I was not able to find reasonable hosting providers based on the following criteria:

* Shared is fine (I'm on a budget)
* The cheaper the better (no more than 2 hours / week downtime)
* 9-5 support and 24 hour ticket turnaround
* Include .NET 3.5
* Include ASP.NET and WCF (web services)
* Allow up to 5 domain names that I already own
* Include 2GB of disk space and 10GB of traffic / month
* A decent pipe, something like 100K down and 50k up
* SQL Server 2005 Express (or better) with the ability to remotely connect to via Management Studio (with credentials)
* Ability to run or use a POP and SMTP server
* Allow file upload / download via FTP or secure FTP

View Replies!   View Related
Webhosting With Php, Java, Dotnet, Mssql, Mysql
is there any hosting company/service available in this world that it allows to host websites developed in

php, java, dotnet, mssql, mysql

all in one account ?

if so please let me know that hosting provider details. (or) if anyone already using any hosting service and hosted your websites with the above said langauges.

View Replies!   View Related
What Is DNS Domain Name Server?
i'm looking to build a site, but i'm stuck somewhere, they say you have to update your DNS, where do i find that or what do i do?

View Replies!   View Related
1 Out Of 2 Domain Name Server (DNS) Is Down
There are few clients complaining site inaccessible but it could be accessible from other location.

Does this mean that the client's is resolving to the down DNS server? Any fix on this to force the client to resolve to the main DNS server?

View Replies!   View Related
What Is A Domain Name Server (DNS)
DNS Server?

What exactly is it? I'm quite confused with it..

Is it a must to have? How does it work?

View Replies!   View Related
While Setup DNS For 1 Domain.de
One of our customers need to use a domain.de (.de ext), he registered the domain using godaddy, and godaddy have a few very special requirements for .de domains:

• The first 3 bits of the IP address (C-class) is different for each name server.
• A glue record is necessary for the domain on the name servers.
• The SOA (Start of Authority) must be within the following guidelines:

refresh : 10000 - 86400
retry: 1800 -28800
expire: 604800 - 3600000
ttl: 180 - 345600

This is all done, 2 different C class IPs for each name servers, glue record, and SOA has been configured between specified values. Because of the 2 C class, we created DNS at server1, and pointed all www traffic to server2 (where the domain.de will be hosted)

This is the DNS zone at server1 (an Ensim server):

$ORIGIN .
$TTL 3600 ; 1 hour
sitename.de IN SOA nameserver1.server.com. support@hostingcompany.com. (
2008010804 ; serial
10000 ; refresh (1 hour)
1800 ; retry (10 minutes)
604800 ; expire (2 weeks)
345600 ; minimum (1 hour)
)
NS nameserver1.server.com.
NS nameserver2.server2.com.
$TTL 86400 ; 1 day
A XX.XX.XX.XX
$ORIGIN sitename.de.
ftp A XX.XX.XX.XX
www A XX.XX.XX.XX

This is the DNS zone at server2 (an cPanel server):

; Modified by Web Host Manager
; Zone File for sitename.de
$TTL 3600
@ 86400 IN SOA nameserver2.server2.com. support@hostingcompany.com. (
2008010804
10000
1800
604800
345600
)

sitename.de. 86400 IN NS nameserver2.server2.com.
sitename.de. 86400 IN NS nameserver3.server2.com.

sitename.de. 14400 IN A XX.XX.XX.XX

localhost.sitename.de. 14400 IN A 127.0.0.1

sitename.de. 14400 IN MX 0 sitename.de.

mail 14400 IN CNAME sitename.de.
www 14400 IN A sitename.de.
ftp 14400 IN A XX.XX.XX.XX
While checking the domain at [url], an error appears:

Zone sitename.de.
Primary nameserver1.server.com. IP_ADDRESS_HERE
Secondary nameserver2.server2.com. IP_ADDRESS_HERE

Test results

---- fatal ----
f: [TEST SOA record present]: server failure (IN/SOA: sitename.de.)

* nameserver2.server.com./IP_ADDRESS_HERE

I have verified every single thing at sitename.de.db on both servers at /var/named/, disabled DNS Recursion protection, stopped firewall, and the error continues.

And the error as you can see only happens with SOA at second server.

View Replies!   View Related
Domain Dns And Configuration
I've recently been trying to get my domain name volmasoft.com onto my new vps.

What i've done so far:
* setup a host for ns1.volmasoft.com to go to 69.162.73.83
* setup a host for ns2.volmasoft.com to go to 69.162.73.84
* Set volmasoft.com to use ns1.volmasoft.com and ns2.volmasoft.com.

After 3 days it's finally gone off the godaddy page and proporgated (or so I thought)

I now get an "address not found" I can't trace the domain, nor ping it as it can't resolve the domain. However the whois does show that it's set to the ns1 and ns2 nameservers and IP of 69.162.73.83.

View Replies!   View Related
Domain Without DNS Zone
Is it possible to change the name servers of a domain to point to my server and I will then automatically see the domain on my server, without having to create a DNS zone for it?

View Replies!   View Related
[17.9]my Domain Is Not Update Dns
Its been 2 days since, and the DNS hasnt propagated. Is there a way I can check that the actual nameserver is running correctly?

this is root@server [/scripts]# cat /etc/wwwacct.conf
ADDR 64.202.126.246
CONTACTEMAIL :
CONTACTPAGER:
DEFMOD x
ETHDEV venet0:0
FTPTYPE proftpd
HOMEDIR /home
HOMEMATCH home
HOST server.vietdjclub.com
LOGSTYLE combined
MINUID
NS ns1.vietdjclub.com
NS2 ns2.vietdjclub.com
NS3
NS4
NSTTL 86400
SCRIPTALIAS y
TTL 14400

this is root@server [/scripts]# cat /etc/resolv.conf
domain vietdjclub.com
search vietdjclub.com
nameserver 127.0.0.1
nameserver 64.202.126.247
nameserver 64.202.126.248

root@server [/scripts]# cat /etc/nameserverips
205.234.141.160=0
64.202.126.246=0
64.202.126.247=ns1.vietdjclub.com
64.202.126.248=ns2.vietdjclub.com

whois.domaintools.com/64.202.126.247
Resolve Host:NS1.VIETDJCLUB.COM
it's seem correct

whois.domaintools.com/64.202.126.248
Resolve Host:NS3.VIETDJCLUB.COM
it's seem not correct

View Replies!   View Related
Plesk Vs. C-Panel / Control Panel
I indicated that I've basically been using my webhosting company as "file storage".

1) I create all my files in .html using notepad

2) My files are limited to .html, .jpg, .gif, (and a couple of .js and .css) files.

3) My domain is not connected with my webhost; I use the nameserver zoneedit.com and I use URL forwarding and mask/cloak the domain the address bar (using multiple domains) as follows:

domain1.com --> forwards to [url]

domain2.com --> forwards to [url]

domain3.com --> forwards to [url]

4) For uploading files, I go to ftp://123.456.78 and drop/drag/copy/paste files into the window using my browser

5) I'm able to password protect the subdirectories as I choose.

---------------

I called my webhost, Hostik, and told them that I was unable to do anything on my web console. I can't change a password, create a user, or even access my usage/bandwidth quotas.

They told me that I'm on an "old server" using the windows-based console (probably C-Panel / Control Panel) and they're in the process over the next three months of transfering everyone over to "Plesk".

So, they set me up with a new Plesk account, while keeping the old one in place, so that I could move/transfer my files to the Plesk account.

When I went to Plesk, I realized things are not the same:

1) In my Control Panel / C-Panel, I had a unique IP URL Address - [url]

2) In Plesk, it seems there's a set IP URL Address - [url] - that everyone shares.

3) I was told that in Plesk, many people use that IP URL address and that I'm supposed to place my files into the "httpdocs" folder.

Appearently, this is a system of shared hosting whereby many people have the same IP URL address (different from what I had before) and it recognizes each account by the login or something, so the "httpdocs" folder would identify my domain.

I was then told that in Plesk, I must have my domain affixed to the Plesk account.

In other words, I can no longer do what I was doing before, having my domain separated in another location and using URL forwarding from an outside nameserver.

--------------------------

So, my original question is what's the difference between Plesk vs. C-Panel/Control Panel?

Perhaps I answered most of it above.

Is it correct that I can't do things the way I've been doing them so far if that's the case?

It might be that Plesk is not for me and I may need to find a host that gives me my own unique IP URL Address. However, I was informed that not many companies are doing that as most are switching over to Plesk.

In addition, Hostik does not offer multiple domains.

In response to this thread, David recommended I try synhosting.com

synhosting.com has "Multiple Websites". I assume this means mulitiple domains. Correct?

What's my best option at this point?

1) Find a host that has C-Panel / Control Panel (if any there are)?

2) Use a service such as synhosting.com and move all my domains over to them?

3) If I do use synhosting.com, am I required to move my domains over to their nameservers?

4) I have my MX Mail records pointing to Fastmail.fm for my email virtual domains. Would I still be able to do this if my domain is dedicated to a webhost and opt not to use their email feature?

5) Should I get rid of this old-school thought of using my web host as "file storage" and stop this practice of using URL forwarding and cloaking?

View Replies!   View Related
Changed The DNS - Domain Name Server
i have a reseller and a client couldn't renew his domain name , so he bought a new domain name and he wants me to move his files (hosted on his old domain name) to his new domain name . how can i do that ?? (his old domain name is hosted on godaddy now)

View Replies!   View Related
Domain Name Server DNS Pointing
Hello all, hope someone can help.

I have a domain incl. hosting (fanferwalde.com) and three extra domain names, fanferwalde.nl , fanfalingasate.com , fanfalingasate.nl (all three without hosting) who I want to point to fanferwalde.com.

Before I bought the extra domains I asked the provider if I could point the extra domains to the “head” domain (fanferwalde.com).
Yes, that was possible they said so I bought the extra domains.
I asked the provider to help with the configuration to point them to the head domain but they refused, I must do it by myself……………………..
There is no possibility they do it when I pay extra for it so I feel pressed to take also a hosting for the extra domains; then I can make a redirect on each index page.

All domain names have an own DNS control panel. I have full access to this.

The first picture is the DNS from the head domain.

The second picture is the DNS from one of the extra domains I want to point to the head domain.


What must I put where so the website from fanferwalde.com will appear when I write fanferwalde.nl in the browser?
THANKS in advance!!!

(Sorry for my bad English, I’m Dutch)

View Replies!   View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved