Go Back   HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials > ISPConfig 2 > General

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Reply
 
Thread Tools Display Modes
  #1  
Old 5th July 2008, 23:56
NemesisX NemesisX is offline
Junior Member
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default sub-domains with ispconfig on dynamic ip

Hello everyone, this is my first post and i want to say thank you. This site is really helpful and i really learned a lot, but i still consider myself a newbie.

I have installed CenOS 5.1 following the perfect setup tutorial. I have also bought a domain from namecheap and as i don't have a static ip i have configured ddclient to update the dns record. It is setup to update www and @ to my current ip.

So my first question, will setting it up to @ cover all the sub-domains for my domain?

Second question, in ispconfig when i create a new site and set up co-domain as
host: subname
domain: mydomain.tld
i get: The Domain belongs to another client.
How can i solve that to be able to host sites on sub-domains?

Sorry if this has already been answered, i couldn't find it anywhere, and it seam quite specific.

Thanks in advance.
Miso
Reply With Quote
Sponsored Links
  #2  
Old 6th July 2008, 11:17
till till is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
Default

Doyou use a sepoarate router so that your ISPConfig server is in a NAT enviroment?

Quote:
How can i solve that to be able to host sites on sub-domains?
Add the subdomains to the same client.
__________________
Till Brehm
--
Get ISPConfig support and the ISPConfig 3 manual from ispconfig.org.
Reply With Quote
  #3  
Old 6th July 2008, 13:46
createch createch is offline
Senior Member
 
Join Date: Aug 2007
Posts: 118
Thanks: 24
Thanked 16 Times in 13 Posts
Default

I just wonder how can ISPconfig update all the domain records' IPs if you are using dynamic IP..... (anyone gets an idea ?)
Reply With Quote
  #4  
Old 6th July 2008, 13:56
till till is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
Default

ISPConfig is not updating them and this is not needed when you run your server in a NAT enviroment.
__________________
Till Brehm
--
Get ISPConfig support and the ISPConfig 3 manual from ispconfig.org.
Reply With Quote
  #5  
Old 6th July 2008, 15:53
NemesisX NemesisX is offline
Junior Member
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Doyou use a sepoarate router so that your ISPConfig server is in a NAT enviroment?
i don't use the separate router. i managed

to solve it by makeing ddclient update the a record for the host thath is the name i name.mydomain.tdl and it works now.

Quote:
I just wonder how can ISPconfig update all the domain records' IPs if you are using dynamic IP..... (anyone gets an idea ?)
i use ddclient on centos to update the namecheap a record for my ip and just use the host names in ddclient as the ones i define for the subdomain in nc control panel


also, what do i need to do to make email work. i have setup the dyndns update for smtp and pop domain but that also doesn't work, i have tried to send on gmail and i get rout to host not found as a response from gmail and from some other host i get connection timed out, and for orange.fr it works(prolly coz they are my isp)

Last edited by NemesisX; 6th July 2008 at 15:57.
Reply With Quote
  #6  
Old 7th July 2008, 17:51
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
Default

Quote:
Originally Posted by NemesisX View Post
also, what do i need to do to make email work. i have setup the dyndns update for smtp and pop domain but that also doesn't work, i have tried to send on gmail and i get rout to host not found as a response from gmail and from some other host i get connection timed out, and for orange.fr it works(prolly coz they are my isp)
What are the exact error messages? Are there any errors in your mail log?
__________________
Falko
--
Download the ISPConfig 3 Manual! | Check out the ISPConfig 3 Billing Module!

FB: http://www.facebook.com/howtoforge

nginx-Webhosting: Timme Hosting | Follow me on:
Reply With Quote
  #7  
Old 7th July 2008, 22:05
NemesisX NemesisX is offline
Junior Member
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
What are the exact error messages? Are there any errors in your mail log?
this is the log from maillog
Code:
Jul  7 20:32:25 web1 postfix/smtp[6281]: connect to maestro.hr[72.29.78.183]: No route to host (port 25)
Jul  7 20:32:25 web1 postfix/smtp[6280]: connect to mx.iskon.hr[213.191.142.115]: No route to host (port 25)
and is constantly repeated all the time

Thanks in advance
Reply With Quote
  #8  
Old 8th July 2008, 13:53
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
Default

IS the system's internet connection working? Can you ping google.com, for example?
__________________
Falko
--
Download the ISPConfig 3 Manual! | Check out the ISPConfig 3 Billing Module!

FB: http://www.facebook.com/howtoforge

nginx-Webhosting: Timme Hosting | Follow me on:
Reply With Quote
  #9  
Old 8th July 2008, 22:45
NemesisX NemesisX is offline
Junior Member
 
Join Date: Jun 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default

yes i can, i download updates and everything all the time

i can receive mail now but when i send i still get no route to host from servers i'm sending to.

Last edited by NemesisX; 8th July 2008 at 22:51.
Reply With Quote
  #10  
Old 9th July 2008, 21:36
falko falko is offline
Super Moderator
 
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
 
Default

Can you ping mx.iskon.hr and maestro.hr?
What's the output of
Code:
ifconfig
and
Code:
route -nee
?
__________________
Falko
--
Download the ISPConfig 3 Manual! | Check out the ISPConfig 3 Billing Module!

FB: http://www.facebook.com/howtoforge

nginx-Webhosting: Timme Hosting | Follow me on:
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ISPConfig and DynDns Musty Installation/Configuration 13 7th March 2008 15:29
ISPconfig after installation cannot reach www.xyz.de:81 Figth4Linux Installation/Configuration 23 6th March 2008 22:38
ISPConfig 2.2.13 released till General 35 23rd July 2007 16:28
ISPConfig Roadmap till Developers' Forum 26 10th June 2007 22:38
Recreating ISPConfig database retran Installation/Configuration 2 15th April 2006 23:22


All times are GMT +2. The time now is 17:04.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.