+ Reply to Thread
Results 1 to 17 of 17
  1. #1
    Member
    Join Date
    Sep 2004
    Location
    Your living room...
    Posts
    427

    Cedant Dedicated Server DNS issue. . .

     
    Hi All,

    We (my company) recently purchased a $99/mo dedicated server from Cedant (http://www.cedant.com/). Their tech support is less than stellar. Basically we're having DNS issues; meaning, they don't supply DNS services to us. We were told basically to have them manage each and every domain we set up forever (total pain) , or handle our own DNS routing etc (?!?!?!?!) .

    I'm completely stuck. If anyone has experience with Cedant and/or dedicated server packages of this nature, please advise.

    Regards.
    I reserve the right to contradict myself. . .

  2. #2
    Member
    Join Date
    Sep 2004
    Location
    Your living room...
    Posts
    427

    Page serving working now, but e-mail still failing. . .

    Anyone? I've got the page serving portion up and running. Now I'm having severe trouble getting e-mail to work. Apparently there are "MX Record" issues, but I have *NO* idea where to start. Any assistance would certainly be appreciated.

    Regards.
    I reserve the right to contradict myself. . .

  3. #3
    Super F@D Folder
    Join Date
    Jun 2004
    Posts
    5,091
    hey. this is more of a networking issue than a programming issue. repost this or pm a mod and have them move it over to the networking forum. You'll get a LOT more help there I think!

  4. #4
    Fur ballin Sixpac_XP's Avatar
    Join Date
    Oct 2001
    Location
    Victoria, BC
    Posts
    4,371
    Well, I am confused. Are they doing your DNS serving?
    --- Standby to receive our transmission ---

  5. #5
    Member
    Join Date
    Sep 2004
    Location
    Your living room...
    Posts
    427
    Quote Originally Posted by sr71000 View Post
    hey. this is more of a networking issue than a programming issue. repost this or pm a mod and have them move it over to the networking forum. You'll get a LOT more help there I think!
    Well, I tried, but Rich closed that one down because it was a "duplicate" so I was stuck with this one. Perhaps you could reopen that one?
    I reserve the right to contradict myself. . .

  6. #6
    Member
    Join Date
    Sep 2004
    Location
    Your living room...
    Posts
    427
    Quote Originally Posted by Sixpac_XP View Post
    Well, I am confused. Are they doing your DNS serving?
    We have dedicated hardware that supposedly is capable of "all things". I now have DNS working and page serving up and running, but nothing mail related works. The *only* thing I can do is SEND from webmail. I can't receive mail, nor can I access POP. It's terribly confusing. Again, I can go to "webmail.mydomain.com" and SEND e-mail, only, but when I go to "mail.mydomain.com" I receive a generic Plesk warning that the domain isn't present or configured. I have all the proper MX information set up, it just seems to fail. My head hurts. . .
    I reserve the right to contradict myself. . .

  7. #7
    Fur ballin Sixpac_XP's Avatar
    Join Date
    Oct 2001
    Location
    Victoria, BC
    Posts
    4,371
    Hmm.. what mail server are you running?

    Are you sure you have smtp allowed into your server?
    --- Standby to receive our transmission ---

  8. #8
    Fur ballin Sixpac_XP's Avatar
    Join Date
    Oct 2001
    Location
    Victoria, BC
    Posts
    4,371
    This might help you test your smtp incoming:

    http://www.petri.co.il/test_smtp_service.htm
    --- Standby to receive our transmission ---

  9. #9
    Member
    Join Date
    Sep 2004
    Location
    Your living room...
    Posts
    427
    Quote Originally Posted by Sixpac_XP View Post
    Hmm.. what mail server are you running?

    Are you sure you have smtp allowed into your server?

    Well, I can send fine (from webmail anyway), so I'm guessing SMTP isn't the problem. But it uses QMAIL.
    I reserve the right to contradict myself. . .

  10. #10
    Fur ballin Sixpac_XP's Avatar
    Join Date
    Oct 2001
    Location
    Victoria, BC
    Posts
    4,371
    gberz3.. Smtp is a two way street.

    if you can send but not receive SMTP then there is an issue with your SMTP somewhere.

    did you read the article I posted? They are very simple tests to confirm you are having SMTP (receiving issues).
    --- Standby to receive our transmission ---

  11. #11
    Member
    Join Date
    Sep 2004
    Location
    Your living room...
    Posts
    427
    SMTP is a "push" protocol that doesn't allow one to "pull" messages from a remote server on demand. To do this a mail client has to use POP3 or IMAP.

    That said, the SMTP (sending) daemon is running fine.

    UPDATE: I've got my e-mail client RECEIVING now. I had to open up SMTP on the server firewall. Now I just need to figure out client sending (as webmail sending already works). Any suggestions? I've already tried ports 23,25,587,2525. Nothing works.
    I reserve the right to contradict myself. . .

  12. #12
    Ultimate Member
    Join Date
    Oct 2001
    Location
    San Diego, CA
    Posts
    6,399
    are you using your own DNS resolver and are you hosting your own email? You may need to setup the proper MX records in your DNS server settings if you are.
    "Opinions not based on knowledge are ugly things"

  13. #13
    Fur ballin Sixpac_XP's Avatar
    Join Date
    Oct 2001
    Location
    Victoria, BC
    Posts
    4,371
    Quote Originally Posted by gberz3 View Post
    SMTP is a "push" protocol that doesn't allow one to "pull" messages from a remote server on demand. To do this a mail client has to use POP3 or IMAP.

    That said, the SMTP (sending) daemon is running fine.

    UPDATE: I've got my e-mail client RECEIVING now. I had to open up SMTP on the server firewall. Now I just need to figure out client sending (as webmail sending already works). Any suggestions? I've already tried ports 23,25,587,2525. Nothing works.
    uh.. you have mail server issues my friend..

    do you really understand the difference between SMTP and Pop3/Imap?
    --- Standby to receive our transmission ---

  14. #14
    Fur ballin Sixpac_XP's Avatar
    Join Date
    Oct 2001
    Location
    Victoria, BC
    Posts
    4,371
    Quote Originally Posted by gberz3 View Post
    SMTP is a "push" protocol that doesn't allow one to "pull" messages from a remote server on demand. To do this a mail client has to use POP3 or IMAP.
    and that has to do with email CLIENTS.. not email servers.

    email servers only communicate with each other via SMTP (unless they are using encryption which I doubt you are using).
    --- Standby to receive our transmission ---

  15. #15
    Member
    Join Date
    Sep 2004
    Location
    Your living room...
    Posts
    427
    Quote Originally Posted by Sixpac_XP View Post
    and that has to do with email CLIENTS.. not email servers.

    email servers only communicate with each other via SMTP (unless they are using encryption which I doubt you are using).
    Yes, I understand that. I posted a message before that that apparently didn't post. Anyway, I appreciate your help, but I'm running on 9 hours of sleep in the last 48 hours and am just looking to solve this issue.

    For the record, we're hosing *EVERYTHING* on that one box. The DNS records are properly set up, per the "Plesk User Manual" and all services claim to be running properly. I've checked that all proper ports are open (at least all of which I've been informed). I'm really at a loss as to what's next.

    I have a total of nine records that look like so:

    Code:
    216.xx.xx.xx / 24
    PTR
    mydomain.com.
    
    ftp.mydomain.com.
    CNAME
    mydomain.com.
    
    mail.mydomain.com.
    A
    216.xx.xx.xx
    
    mydomain.com.
    NS
    ns.mydomain.com.
    
    mydomain.com.
    A
    216.xx.xx.xx
    
    mydomain.com.
    MX (10)
    mail.mydomain.com.
    
    ns.mydomain.com.
    A
    216.xx.xx.xx
    
    webmail.mydomain.com.
    A
    216.xx.xx.xx
    
    www.mydomain.com.
    CNAME
    mydomain.com.
    Thanks for the help so far. At this point I'm pretty much willing to try anything.
    I reserve the right to contradict myself. . .

  16. #16
    Ultimate Member
    Join Date
    Oct 2001
    Location
    San Diego, CA
    Posts
    6,399
    Is the server located in a datacenter/colo or are you hosting it off a home based internet connection?
    "Opinions not based on knowledge are ugly things"

  17. #17
    Member
    Join Date
    Sep 2004
    Location
    Your living room...
    Posts
    427
    Colo. . .Cedant takes care of it, but it is in fact a hardware BSD server, not virtual, and we do have shell access; just fyi.
    I reserve the right to contradict myself. . .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. DNS issue
    By broar94 in forum Networking and Internet
    Replies: 3
    Last Post: April 9th, 2007, 10:04 AM
  2. CS 1.6 Dedicated Server Help
    By micah9 in forum General Gaming Discussion
    Replies: 11
    Last Post: April 26th, 2005, 04:22 PM
  3. Dedicated Server & Non-dedicated server
    By rex028 in forum Technical Support
    Replies: 3
    Last Post: October 12th, 2004, 02:40 PM
  4. DNS Issue??
    By netgeek in forum Applications and Operating Systems
    Replies: 1
    Last Post: January 1st, 2004, 03:07 PM
  5. Help with CS dedicated server????
    By stuwazhere in forum General Gaming Discussion
    Replies: 12
    Last Post: August 16th, 2003, 05:56 PM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Recommended Sites: ResellerRatings Store Reviews