Posts

Showing posts with the label dns

How I setup GoogleApps Premium on an existing domain

Image
Mail administration is boring and time consuming... It continuously takes more importance in every days exchange and the loss of one mail can have huge consequence : What ! You didn't bought the bread ! I sent a mail so you don't forget... it's enough... I divorce ! :op Nowdays, email takes a huge amount of space, that you need to backup... So we decided to migrate our client to google Apps : 7 servers to handle your mail, 25Go of space, a simple and very powerfull web interface with the ability to still use imap. You'll find here how I set-up Google Apps Premium for the domain 123monsite.com. You should plan this operation at the beginning of the weekend to minimize any potential issue. First I get there : http://www.google.com/a/help/intl/fr/admins/editions.html I click on "Inscription" on the Premier Edition. Then I give the domain name : 123monsite.com Then I fill the form As it's for a company, I set the VTA reference of the company to avoid to pay VT...

Set up a secondary Domain Name Server with bind9 on a ubuntu linux

On my spare time, I manage the technical subjects of a small webagency i've created with a friend when I was in my second year of Engineer school. It's named 123monsite.com . Tonight I dig the secondary (slave) DNS server subject. Until now, we used a DNS server from our registar as DNS backup. But as we grow, we need more servers and a secondary DNS of our own is becomming handy. We've rent a dedibox from the free.fr ISP (a server for 30€/month : via 2Ghz, 2Go Ram, 160Go HDD, 5Go of monthly backup). I choosed ubunty feisty server (7) among all OS available (many linux flavour and some windows) So here is how I set up my secondary domain name server on my ubuntu server with bind9. Let's say the domain of the primary name server is ns0.primarydomain.com (80.1.1.1) The secondary will be : ns1.primarydomain.com (80.2.2.2) And the domaine we'll want to be handle by both servers is myDomain.com (90.9.9.9). Give your secondary server a domain name T...