Results 1 to 14 of 14
  1. #1
    nitant is offline Privileged Users
    Join Date
    Mar 2009
    Posts
    539

    Setup a server - HELP

    I need help on this and if possible quickly.



    I have a server with a static IP at home and a Domain name. I want to set it up such that when I type in the Domain name, it is sent to my home server.



    How do I do this??



    I read up something about A records and putting my IP Address there. Is that correct??



    Also do I have to add something like CNAME etc?



    Please Help

  2. #2
    djmykey is offline Privileged Users
    Join Date
    Mar 2005
    Posts
    1,249

    Re: Setuo a server - HELP

    Will you be accessing this machine (using the domain name) from within your home private network or from outside public networks ? If its within then a host entry on all the home PC's will do the trick.



    If it's on external public networks then you will have to get a registered domain name, have a static public IP for your server machine and then open ports needed for your server application so that it can be accessed publicly.
    My Rig: C2D E8400; P5Q Pro; XMS2 4GB; MSI 8800GT OC; TR 120 eXtreme; vx450; Seagate 320GB; Seagate 3x 2TB; WD Green 2x 1TB; Xonar DX, CM690; Dell U2312MH; ProMedia GMX A-2.1.
    Portables: iPod Touch 8GB 2G (JB 4.2); Samsung Galaxy S2; Samsung Focus (Mango); Dell Mini 10;

  3. #3
    tommy_vercetti is offline Privileged Users
    Join Date
    Apr 2006
    Location
    Sion/Vikhroli/Navi Mumbai
    Posts
    594

    Re: Setuo a server - HELP

    You can do a simple thing, register with no-ip.org or dyndns.org and set up a hostname for your IP address



    If you need more info just ask, I use this option to access my computer from office
    Sony VAIO VPCEB1E0E/WI|i3 330M|8GB 1066 DDR3|Intel® HM55|Seagate 500 GB|Intel HD 128MB|15.5 VAIO Display|ASUS RT-N16|Segate GoFlex Net|Motorola ATRIX 4G

  4. #4
    linuxtechie is offline Moderator
    Join Date
    Aug 2007
    Posts
    1,408

    Re: Setuo a server - HELP

    Is it a godaddy stuff? If so gtalk with me on myself (dot) linuxtechie (dot) net, I will walk you through it.



    +LT


    www.linuxtechie.net


    [SIGPIC]http://www.techenclave.com/signaturepics/sigpic19220_5.gif[/SIGPIC]

  5. #5
    nitant is offline Privileged Users
    Join Date
    Mar 2009
    Posts
    539

    Re: Setup a server - HELP

    Ill be a bit more clearer please help.



    1) I have domain name.

    2) This has been bought by some company called qualishosting

    3) I have a server, which has to act like a SMTP server. Only purpose is to send mails, maybe receive, but mostly send.

    4) Thus a server was setup, and using postfix(MacOSX) I have made the SMTP server.

    5) I need to modify the DNS records A,CNAME etc etc in order to point to Servers static IP (Static IP is already bought).



    @LT I have added u as myself "at" linuxtechie "dot" net. Please accept

  6. #6
    varkey's Avatar
    varkey is offline Privileged Users
    Join Date
    Sep 2006
    Location
    Cochin
    Posts
    1,805

    Re: Setup a server - HELP

    If your domain registrar does not support DNS Management, you can use NameCheap's Free DNS It will let you add the necessary DNS records.



    Once you have registered for NameCheap Free DNS, just change the nameservers to the ones provided by NameCheap from your domain registrar's control panel.



    You need to create two A records pointing to your static IP for domain.com and www.domain.com



    Also if the amount of mail is less you can use sSMTP to send mail via GMail, which will give guaranteed delivery to inbox. If sending from your server, the mail may not reach the inbox and can go to SPAM or JUNK folders.
    | Intel Core 2 Duo E6300 @ 1.86 GHz | Intel DG965WH | 2x1GB DDR2 667 MHz Kingston | Palit 9600 GT | Seagate 320 GB + WD 500 GB + WD 1 TB + WD 1.5 TB + WD 2 TB |

    | Samsung 940bw 19"LCD | CM 460 | GuruPlug Server + Plug Computer |


  7. #7
    Gaurish is offline Moderator
    Join Date
    Apr 2006
    Location
    Jaipur
    Posts
    3,290

    Re: Setup a server - HELP

    You want your home machine to act like a mail server and you have already configured postfix. Right?



    Now you just need to change the MX record of your domain. Login to your domain control panel and look for "Manage DNS" Option. there will find option to edit/add MX records.





    Hope it helps

  8. #8
    nitant is offline Privileged Users
    Join Date
    Mar 2009
    Posts
    539

    Re: Setup a server - HELP

    But I dont have domain name pointing to my home server yet, and I need to put a FQDN in my MX Records.



    I do have DNS Management, but I donot know what to put where.



    OHH and I need to send like 20000 emails per week, so Gmail is out of the question.

  9. #9
    Gaurish is offline Moderator
    Join Date
    Apr 2006
    Location
    Jaipur
    Posts
    3,290

    Re: Setup a server - HELP

    Quote Originally Posted by nitant
    But I dont have domain name pointing to my home server yet, and I need to put a FQDN in my MX Records.



    I do have DNS Management, but I donot know what to put where.
    Do it then?



    * Add a simple A record like mail.yourdomain.com which points to your static IP address.

  10. #10
    varkey's Avatar
    varkey is offline Privileged Users
    Join Date
    Sep 2006
    Location
    Cochin
    Posts
    1,805

    Re: Setup a server - HELP

    If you only want to send mails from this server, you don't have to configure the MX records. Also for ensuring proper delivery remember to create an SPF record.



    The SPF Setup Wizard
    | Intel Core 2 Duo E6300 @ 1.86 GHz | Intel DG965WH | 2x1GB DDR2 667 MHz Kingston | Palit 9600 GT | Seagate 320 GB + WD 500 GB + WD 1 TB + WD 1.5 TB + WD 2 TB |

    | Samsung 940bw 19"LCD | CM 460 | GuruPlug Server + Plug Computer |


  11. #11
    nitant is offline Privileged Users
    Join Date
    Mar 2009
    Posts
    539

    Re: Setup a server - HELP

    Thats it, I just need to add IP in the A Record. Nothing else?



    This is nice. Really appreciate your help. I shall try tomm and let you know.



    Could anybody pint me to a website which explains, what all these DNS things mean like CNAME, TLD etc etc? Would like to learn and understand. I tried Wikipedia, but that did not have enough info.

  12. #12
    djmykey is offline Privileged Users
    Join Date
    Mar 2005
    Posts
    1,249

    Re: Setup a server - HELP

    Google and Wikipedia is you friend... Here is a link



    Now I guess only 2 tasks are remaining:



    1. Make a host A records pointing to your server. Like mail.urdomain.com to ur Public Static IP

    2. Make a MX Record for urdomain.com to point to your server's public IP.



    and thats it I guess....



    Ppl if I have missed anything please add.
    My Rig: C2D E8400; P5Q Pro; XMS2 4GB; MSI 8800GT OC; TR 120 eXtreme; vx450; Seagate 320GB; Seagate 3x 2TB; WD Green 2x 1TB; Xonar DX, CM690; Dell U2312MH; ProMedia GMX A-2.1.
    Portables: iPod Touch 8GB 2G (JB 4.2); Samsung Galaxy S2; Samsung Focus (Mango); Dell Mini 10;

  13. #13
    nitant is offline Privileged Users
    Join Date
    Mar 2009
    Posts
    539

    Re: Setup a server - HELP

    Thanks a lot guys. This actually worked. Now to add SPF and DomainKeys and what not.

  14. #14
    Gaurish is offline Moderator
    Join Date
    Apr 2006
    Location
    Jaipur
    Posts
    3,290

    Re: Setup a server - HELP

    Quote Originally Posted by nitant
    Thanks a lot guys. This actually worked. Now to add SPF and DomainKeys and what not.
    I told ya,this isn't rocket science

 

 

Similar Threads

  1. How to setup bidirectional/two way SMS server?
    By PhotostarSR in forum Programming
    Replies: 3
    Last Post: 26-06-11, 12:33 PM
  2. AnyBody Setup a NAS (Network Attached Server)?
    By aasimenator in forum Networking
    Replies: 9
    Last Post: 09-06-10, 04:25 PM
  3. Replies: 7
    Last Post: 23-07-09, 03:24 PM
  4. Help me setup a DNS server please
    By observer in forum Networking
    Replies: 0
    Last Post: 22-11-08, 08:45 AM
  5. Complete Debian Linux Server Setup Tutorial
    By gg234 in forum Open Source and Linux
    Replies: 0
    Last Post: 10-02-06, 07:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +5.5. The time now is 09:23 PM. Powered by vBulletin® Version 4.1.12
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO 3.6.0 PL2