Setup Name Server For A Website ?
Aug 24, 2007
I've been setting up name server for my website. I'm using Centos 5, but never get it works.
Here what i have done so far:
yum install named
Then i create named.conf in /etc
PHP Code:
options { version "Version Secured"; directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; recursion no;};logging { category lame-servers { null; };};//// a caching only nameserver config//controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; };};zone "." IN { type hint; file "named.ca";};zone "localhost" IN { type master; file "localhost.zone"; allow-update { none; };};zone "0.0.127.in-addr.arpa" IN { type master; file "named.local"; allow-update { none; };};include "/etc/rndc.key";zone "glueg99.com" { type master; file "/var/named/glueg99.com.db"; };
I created glueg99.com.db in /var/named
PHP Code:
$TTL 14400@ IN SOA ns1.glueg99.com. root.glueg99.com. ( 2007081300 14400 3600 1209600 86400 )glueg99.com. 14400 IN NS ns1.glueg99.com.ftp 14400 IN A 209.99.56.22localhost 14400 IN A 127.0.0.1mail 14400 IN A 209.99.56.22pop 14400 IN A 209.99.56.22glueg99.com. 14400 IN A 209.99.56.22www 14400 IN A 209.99.56.22glueg99.com. 14400 IN MX 10 mailglueg99.com. 14400 IN TXT "v=spf1 a mx ip4:209.99.56.22 ?all"
When i start 'named' (service named restart), it tells me these errors:
PHP Code:
[root@v named]# service named restartStopping named: [FAILED]Starting named:Error in named configuration:zone localhost/IN: loading master file localhost.zone: file not found_default/localhost/IN: file not foundzone 0.0.127.in-addr.arpa/IN: loading master file named.local: file not found_default/0.0.127.in-addr.arpa/IN: file not foundzone glueg99.com/IN: loaded serial 2007081300 [FAILED]
My website has been down and i am so frustrate about it. I don't like to use free NS from other sites, i'd rather set up my own NS.
View 6 Replies
ADVERTISEMENT
Aug 9, 2007
We are moving our website to an in-house server that's going to be on the windows server 2003 OS. However, I am concerned that our current connection speed may not be enough to promptly serve our customers.
We currently have 10 megs download, 512k upload.
Our server is the following:
Quad-core Xeon at 1.8
4 gigs of ram
2x 15k rpm 160 gig hard drives in raid 1 configuration
Anyways, at any given time we may have up to 10 people on our website. Our pages average between 60KB and 120KB each.
Would this system and internet connection support our needs? Do we need to upgrade the internet connection? If so what would you recommend?
View 4 Replies
View Related
May 15, 2008
Hotmail doesn't work. The email filtering technologies are still broken 18 months after the original problems were found with their implementation. And now it looks like they've stopped supporting it.
Seriously, does anyone know if the email filtering team at Microsoft has just given up on responding to requests and complaints? We've just deployed two new servers and both are blocked for delivering email to clients Hotmail/MSN/Live.com accounts.
The following steps have been taken:
1. Our DNS has been tested and checked using DNSstuff.com services.
2. Our server IP addresses checked to ensure they do not appear in any blacklists.
3. rDNS correctly setup for hostnames and mailserver names.
4. All our email is signed using DomainKeys.
5. All our domain names have published SPF records.
6. All our domain names have valid abuse@ and postmaster@ email addresses.
7. We have emailed senderid@microsoft.com notifying them as requested on postmaster.msn.com of our published SPF records.
8. We have even completed the senderid support form providing further notification here:
[url]
9. I have contacted the technical support team using the contact form on [url] witn absolutely no success.
Two weeks later I've made no progress whatsoever beyond receiving a request to complete a survey rating the non-existent support I have received. (No human has responded to any of my messages) And all our messages to Hotmail are still disappearing into the email filtering black-hole.
At this point I'm starting to wonder if Hotmail is even usable as an email service anymore. I doubt many people will be bothering to jump through all the hoops I am to resolve this issue. I dread to think how much legitimate email is getting caught up in the Microsoft email filtering black-hole - never providing any notification or information to senders their messages were not delivered.
Meanwhile, our email arrives perfectly in Yahoo/Gmail who both pass our SPF records and DomainKeys signatures. Oh, and we're not engaging in any email marketing practises (i.e. spam).
View 14 Replies
View Related
Jul 8, 2013
I want to setup a password for a website running on Ubuntu server, and find Apache can be used. It is implemented by config httpd.conf file and .htaccess file.
So I want to ask:
1. In this case, the password is setup for a path on the server configured in httpd.conf file. Like in the following example:
Code: <Directory "/var/www/html/MySite">
The password is setup for the path to Mysite,right?
2. If my content of website is not stored under /var/www folder, I cannot use this way to setup a password for website, right? May use PHP instead?
View 1 Replies
View Related
Jul 3, 2009
I don't know I was clearly enough in the title, the problem is that one of my clients has his own mailserver, I host only his website, and he uses a local server for emails.
For the rest of websites which are hosted on this server, everything is ok, intodns.com reports this message :
You have reverse (PTR) records for all your IPs, that is a good thing.
But for the website which has the mailserver on another server it fails the PTR test on intodns.com
ERROR: No reverse DNS (PTR) entries. The problem MX records are:
2.218.77.82.in-addr.arpa -> no reverse (PTR) detected
You should contact your ISP and ask him to add a PTR record for your ips
I have checked Tailor Made Servers control panel, and I have the option to set Reverse DNS for every IP alocated on my server, and for now all the websites (30) shares the same IP ..
View 2 Replies
View Related
Jul 1, 2008
IIS 7.0 - I host several websites. On one of them, the email is hosted externally and not through my exchange server. I have added an MX record to point to the mail server for this domain, but I still get an error when I attempt to send an email from within my local area network. There are no problems with emails generated outside my network, but for emails generated to this domain from within my network, I get the following error:
The e-mail account does not exist at the organization this message was sent to. Check the e-mail address, or contact the recipient directly to find out the correct address.
<mail.<mydomain>.com #5.1.1>
Incidentally, the <mydomain> value does not match the domain for this email domain.
Instead it is the primary domain that I host.
I know that this must be a DNS issue, but I'm not sure how to correct.
View 4 Replies
View Related
Jan 6, 2014
I'm pretty new to Plesk and would like to setup a testing wordpress website without changing DNS yet. I assume I need to create a webspace for it. But do I use actual domain or an IP address? Wordpress ties up to the domain as far as I know.
View 9 Replies
View Related
Apr 22, 2009
I just want to use a server for file sharing, it will have nginx and that's it. I'm looking at centos, or freebsd, but I been using centos forever now and I'm not sure how to use freebsd, should I just stay with centos?
Do I tell my hosting provider to just install the OS and give me ssh action and that's it? Don't install any control panels or any other stuff? I want one domain and one subdomain on it though and ftp action.
View 8 Replies
View Related
Jan 1, 2008
for setup and configuration instructions for setting up mail server on a Fedora Core 6 server. I googled it and most of the links are described with steps while installing OS, but i need to configure a mail server on a server where my site is already running.
View 1 Replies
View Related
Jul 31, 2008
As my clients' needs expand, they're asking for chroot ssh/sftp setup. I'm currently on a dedicated Linux setup but don't really have the time to set up a whole new box with full virtualization or investigate a full chroot solution (baby on the way), and to be honest it would be less hassle to move to a new provider than worry about down time with sites.
What I'm looking for:
- linux hosting
- hosting for 30+ accounts, some with several domains
- at least 6 IP addresses for SSL certs
- each account in a full chroot environment (ssh/sftp/ftp) so they can't poke around each others' files, or each account set up in a virtual machine setup (ie: openvz)
- maildir
- spamassassin
- php 5, mysql, perl 5.8.8
- suexec apache would be nice
View 3 Replies
View Related
Sep 16, 2006
I have 1 server so I setup dns as ns1.mydomain.com, ns2.mydomain.com ip address pointed to server1. So, now I just bought another server. Can I setup ns2.mydomain.com pointed to 2nd server. Also how to setup more servers ie. 10, 20 server because I can only set up to 6 dns in one domain name.
View 8 Replies
View Related
Jun 12, 2008
to setup a OpenVPN server on a Trixbox Server I'm running and tell us how to setup a Linksys router running DD-WRT Firmware to connect as a client. We need to make it so remote Cisco IP phones can connect to Trixbox.
View 0 Replies
View Related
May 7, 2009
I've registered a new domain name and 'hired' a Virtual Private Server (not managed) to host it. I know 'some things' in php and web design but I'm newbie with configuring servers (especially remotely on a Linux server.... )...
This is what I've done so far :
1. registered domain name at namecheap.com and set up DNS there (my VPS server names)
2. I've installed Linux Ubuntu 8.04 on my VPS
3. I've downloaded and installed XAMPP 1.7.1 on my VPS
I've registered my domain name yesterday and it is still 'invisible' when I type in the address... BUT when I type in my VPS's IP address, the XAMPP welcome screen appears (MySql isn't running though...).
I know this is a child's play for a Linux expert, please if someone knows a good tutorial, step-by-step guide on how do I set up everything to work properly....
View 14 Replies
View Related
May 7, 2009
I've registered a new domain name and 'hired' a Virtual Private Server (not managed) to host it. I know 'some things' in php and web design but I'm newbie with configuring servers (especially remotely on a Linux server.... )...
This is what I've done so far :
1. registered domain name at namecheap.com and set up DNS there (my VPS server names)
2. I've installed Linux Ubuntu 8.04 on my VPS
3. I've downloaded and installed XAMPP 1.7.1 on my VPS
I've registered my domain name yesterday and it is still 'invisible' when I type in the address... BUT when I type in my VPS's IP address, the XAMPP welcome screen appears (MySql isn't running though...).
View 6 Replies
View Related
Jun 8, 2008
i recently bought a Dell SC440, quite basic configured, the thing is that it came without (OS) so i downloaded (CentsOS) as my OS.
My question here is, i want to setup my server in order to host 15 of my domains and would like to have it setup like the (Lunarpages)
account that i have at the moment with them is that possible?
what OS i should get to start the installation.
View 5 Replies
View Related
May 15, 2008
if I could assist his small company in setting up an FTP server. What they are looking to do is provide a way for people to login and access files. They can either bring down the files that are left for them or they can upload files. Is setting up an FTP server difficult? Is it time consuming? Can you customize it so that certain files can only be seen for specific usernames?
View 3 Replies
View Related
Jun 24, 2008
I've been charged with setting up a new Dell PowerEdge server, but it arrived with no default OS and no CD/DVD bay! Any ideas on how I can get an OS on here? Are there any linux builts suitable for booting off of a USB thumb drive for this purpose?
View 2 Replies
View Related
Feb 28, 2008
I installed Windows Server 2003 on a spare computer, Pentium 4 2.00GHz 760 MB of Ram. I have been looking allover google on how to setup a DNS server so that I can run my Clothing Companies website from home. Are there any guides that can help me from setting up DNS server to having the website appear online? I have been trying to set up this server for about a week now and still no luck. when I ping 68.109.88.131 it comes back successful and when I enter that in, in a url, the "Under Construction" page comes up.
View 4 Replies
View Related
Dec 19, 2007
lot of questions about a server setup i whant to now some things if you can tell me fanks it is a systeem with linux os
1 if you have 2 cpu's in your server and one is broken, can i replace it easy?
do the server still work on one cpu? can i take the broken cpu out and put a new one in and still the server work when i do this?
2 What for backup option i have when the raid card is broken?
can i install software there for that the software take over.
or must i put 2 raid cards in the server?
3 wich software i need when i whant raid software ( not a raid card )?
raid 5 with hotspar and for linux os or raid 1 with hotspar
4 when a raid card have a cpu with the speed 566 mhz and i have 2 cpu 2.0 ghz and i only whant to work with raid software can i than fink that i take about 566 mhz from the 2 cpu and the rest is for the server or to the software need to take more from my cpu's
View 4 Replies
View Related
Feb 7, 2007
--- Supermicro SuperServer 6015X-8V (supermicro.com/products/system/1U/6015/SYS-6015X-8V.cfm)
--- Intel Xeon 5160 Woodcrest 3.0GHz 4M shared L2 Cache Socket 771 Active or 1U Processor (newegg.com/Product/Product.asp?Item=N82E16819117091)
--- 4x Crucial 1GB 240-Pin DDR2 FB-DIMM ECC Fully Buffered DDR2 667 (PC2 5300) (newegg.com/Product/Product.asp?item=N82E16820146585)
--- 3x Seagate Cheetah 15K.5 Ultra320 SCSI 73-GB Hard Drive (seagate.com/ww/v/index.jsp?locale=en-US&name=Cheetah_15K.5_73.4_GB&vgnextoid=3ae6a3b7b59ad010VgnVCM100000dd04090aRCRD&vgnextchannel=4d02d3a0140fc010VgnVCM100000dd04090aRCRD&reqPage=Model )
What do you think of this setup? The only thing I am unsure about is the case/motherboard. I want the best case/motherboard (1u) so i can upgrade it more in the future.
View 10 Replies
View Related
May 19, 2007
We had the server management company setup name servers on the new server but SSH shows different results from the old versus new server. Here is the output:
Old Server:
root@host [~]# cat /etc/nameserverips
xx.xx.xxx.xx1=ns1.domain.com
xx.xx.xxx.xx2=ns2.domain.com
xx.xx.xxx.xx3=0
xx.xx.xxx.xx4=0
New Server:
root@www1 [~]# cat /etc/nameserverips
xx.xx.xx.x=0
They do not seem to match. Can someone provide some instructions as to how we can check within WHM to make sure name servers are setup corretly?
View 8 Replies
View Related
Jan 5, 2007
I have website forum on my server and it’s the only one on it but the connection is too slow for the 100 uplink I don't know what the problem with it; the forums pages takes a minutes to reload.
My server info:
Intel(R) Pentium(R) 4 CPU 3.00GHz HT
CentOS 3.8
1GB RAM
100 mbps Uplink
View 14 Replies
View Related
Aug 31, 2008
i am setting up a new server and am not sure what some of this is,i have just copies part of the page. Its a bit messed up but it will do.
What does Business Continuance Insurance
What does Host Ping and TCP Service Monitoring
24x7x365 NOC Monitoring, Notification, and Response
McAfee Host Intrusion Protection w/Reporting
10Mbps Hardware Firewall
Most explain themselves, but for the firewall ive already got mcaffec total protection does that have a fire wall and are any of these worth using.
Item Option Monthly Setup ...
View 2 Replies
View Related
Aug 31, 2008
does aynone know how to modify the file /etc/network/interfaces (using debian linux) in order to have 2 different 8 IP - Blocks on one server? I guess one needs somehow 2 gateways, but I am not really sure how to set it up. So I did try it that way, which didn´t work: ....
View 2 Replies
View Related
Apr 15, 2009
I wanna host my website from home.But i dont know to much about it.Can you help me or give me some link where i can find Guides?Im using Uniform Server btw...but i dont know what next? Main goal for me is to setup server,,and i need definitive guide!
View 14 Replies
View Related
Jun 8, 2009
So when you setup a new server, what should I do. I will only be running 1 site for now (vbulletin forum site), should I just install Apache, MySQL, Php, setup the DNS, etc.
Or Should I just Install Plesk, and let that do it.
Most Likely will just be running a 2.53Ghz Core2Duo, 4GB 250GB. I have setup a webserver before just basically though but think I could manage. I think that Plesk would make it easier but would also eat up resources, on the other hand though not having it would use less resources but require more configuration.
View 6 Replies
View Related
May 10, 2009
I want to setup a dedicated within my home based business, what is the easiest and cheapest way to do this, I understand I would need a static Ip address from my Internet provider (is that right?) also Do i need a spare PC to do this or can I run my main PC and still be able to run it when it's switched off?
The reason I want to learn how to do this is:
1. Save on fee's every month
2. Provide more services at low cost to clients
3. Learn more about the hosting business.
View 8 Replies
View Related
Oct 26, 2009
I've been doing some research and thought why not split the server into a bunch of virtual servers so I can offer both windows and linux hosting.
What is the best option for doing this?
I've come across VMware Server but also noticed centOS has "Virtualization provided by the Xen hypervisor with Virtual Machine Manager"
Assuming I go with splitting the server up, do I create a virtual centOS server and install cPanel on that one or on the main install?
Totally new to virtualization.
View 5 Replies
View Related
Nov 3, 2009
how long it takes the server setup in BurstNET?
View 4 Replies
View Related
Jun 4, 2009
I've got 2 servers...
server1 running Exim/CPanel
server2 running just HTTPD
How do i get server2 running sendmail to send to server1? and how do I pipe mail from server1 to server2 for whmcs?
View 2 Replies
View Related