Migration Questions

Discussion in 'Installation/Configuration' started by Rockdrala, Dec 23, 2007.

  1. Rockdrala

    Rockdrala New Member

    I've installed the ISPConfig system working on centos 5.1

    I can access it via https://192.168.2.3:81 and log in.

    I have a few setup / post installation / migration questions.

    I have bought 5 static ips from ISP to be installed on Christmas eve.

    My current setup is zoneedit managing my dns requests and sending them to my dynamic ip and getting websites called from windows server 2003 IIS 6.0.

    So i host about 20 websites atm that i host on IIS 6.0



    Ive decided to lay my websites in the hands of linux and see how well it does ^^

    Now heres my concerns.

    Ive done every instruction in the perfect setup for cent os 5.1.
    ive installed ISPconfig with no errors.



    However. When i get my static ip addresses on christmas eve i need to setup ns1.mydomain. and ns2.mydomain.com and i need to know where where i do put these settings in my configuration. what i know is this.

    Ill be getting a IP Gateway from comcast.
    Ill be getting 5 static ip addresses.

    And naturally ill want to use this integrated DNS system to manage my own dns instead of zone edit.

    so how do i create the namesevers in bind9 for ISPConfig and make the correct settings in zone edit.


    And is the email server and pop server dependent on the changes made in DNS to static ips and if they are, will i need to make the email progs see the new static ip as well.



    Does anyone here have there own static ip's and made there nameservers to work for ISPconfig? :p i would appreciate some advice for the migration.



    And what WYSIWYG editor are you using for this forum???? Its very smooth looking =)

    I have a few other questions like "Is it possible to run php as a ISAPI module in linux" (I love php in ISAPI... my god the speed <3) But ill post those in the correct threads :p

    Thanks for your time

    Rockdrala
    Steve
     
  2. Rockdrala

    Rockdrala New Member

    and

    To help the question i do have another box i can throw a second dns server on if that helps.

    I just need the right guidance to implementing these static ips for the name servers to work right with ISPConfig.

    i installed the bind 9 per perfect setup directions for centos.

    So if theres a requirment for me to have a 2nd box i can handle that.
     
    Last edited: Dec 23, 2007
  3. Rockdrala

    Rockdrala New Member

    o0

    No one here got there own static ips or nameservers? :O
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig is a hosting control panel, so the normal setip is to use static IP's.

    To set this up, configure the IP addresses in your linux distribution and the add the IP addresses in ISPConfig under management > server > settings. Now you will be able to create websites and DNS records for all your IP addresses.

    ISAPI is the module format for IIS, this is not compatible with Linux of course. The corresponding technology in Linux is mod_php for apache and this is used in the perfect setup guides.
     
  5. falko

    falko Super Moderator Howtoforge Staff

    It's advisable to put ns1 and ns2 on two different systems (with different static IP addresses).
    For your DNS records (in ISPConfig's DNS Manager) you should then use your public IP addresses, while for the web sites you create in ISPConfig you must use IP addresses that you see in the output of
    Code:
    ifconfig
    If you are behind a router, that will be a local IP address.
    Also take a look here:
    http://www.howtoforge.com/ispconfig_dns_godaddy
    http://www.howtoforge.com/ispconfig_dns_providerdomain_schlund


    You don't have to make any changes to the POP3/IMAP server. But if the email clients are using IP addresses now to connect, you will have to change the IP addresses in the email clients. If the email clients are using an FQDN to connect, simply change the FQDN's DNS record so that it points to the new IP address.
     
  6. Rockdrala

    Rockdrala New Member

    THank you TIll!

    Thank so you much for taking the taking the time to answer my post Till and Falko.

    Seeing how passionate you two are towards helping people use linux makes me want to try it even more.
    Ive been a MCSE for 8 years and look forward to trying this out.

    Im very new to Linux and look forward to working with it.

    This is how my static IP is set on Windows 2003 server and it works well.

    [​IMG]

    Its serving websites fine etc.

    Now i guess what im looking for is a a more descriptive guide on this goes here and this goes there in linux using these public static ip (instead of 192.168.x.x here and there and everywhere lol) addresses given to me by comcast. and I would love to make my own nameservers and make sure they dont collide with ISPconfig using good instructions from you. I love to ask the right questions and take my time and do it right rather then do it fast and not know the right thing to do =)

    Once again i want to thank you for taking your time on Christmas Eve to answer my questions and i hope santa brings you a ton of stuff!

    My servers will be connected directly to the IP Gateway and the router is connected on its own line from the IP gateway on a completely different subnet so my server boxes do no use the router at all.
    There straight shot to the IP gateway.

    Like the perfect setup i did the install on the directions like use 192. here blah blah and im hoping to change the system to static not behind a router with minimal problems.
     
    Last edited: Dec 25, 2007
  7. Rockdrala

    Rockdrala New Member

    did reinstall

    I did a fresh install and use my static instead of lan ip addresses so thats taken care of.

    Thanks for pointing me in the right place.


    I only need one thing now. Ive tried some testing with different installs (i want to make sure things are doable before a full fledge deploy)

    Its hard to get a gui that is "dormant" until needed and doesnt lock subsystem functions and cause conflicts.

    I like to do a lot of development by remoting in a GUI click open, code, save close and from another internet test the results of the web page.

    What is a good gui that i can install after completing a ISPconfig install that wont conflict with thats possible to RDC or VNC into.

    Ive tried a few installs of gnome and kde but it seems to have issues with starting on init 3 and immediatley locks the subsys and causes errors with usr group quota, other subsys needed stuff, etc.

    Im using ssh but i work a lot faster with a click and open type environ.

    So any opinions would be greatly appreciated ^^ looking for one on CentOS 5.1
     
    Last edited: Dec 25, 2007
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Normally you dont use a GUI on a LInux server as it can be administrated on the shell. If you want to learn to operate a linux server, you should not stick with the windows way of administrating things.

    If you want to use a server for hosting an have installed ISPConfig, you can doo the nescessary configurations completely trough ISPConfig.

    SSH is the better way to configurea your server and you can do this from your windoes desktop with e.g. putty.
     
  9. Rockdrala

    Rockdrala New Member

    Well

    Im using SSH at the moment but to be honest using SSH is a pain in the ass when your trying to make skins.

    Now im trying to make different skins for ISPconfig.
     
  10. Rockdrala

    Rockdrala New Member

    back

    I guess ill vi /
    everything then.

    I see i can install phpmyadmin via the interface.
    But what about the customer side.
    If they want to upload there own copy of phpmyadmin and set it up what would be the correct php temp directory and php upload and phpdownload directory.
     
  11. Rockdrala

    Rockdrala New Member

    Expanding on this. lets say i want to setup my mail servers by FQDN.

    How can i verify pop.mydomain.com will use the pop servers and
    and smtp.mydomain.com will use the smtp services.

    I am currently able to send and recieve messages on pop and smtp to my server. But i dont have a mx record setup and it seems like a daemon just grabs whatever is heard on the port.

    How i can fortify that this mx record works for this FQDN sub.
     
  12. falko

    falko Super Moderator Howtoforge Staff

    It doesn't work like that. An FQDN has nothing to do with the services that run on that host. So if you have an SMTP server running on pop.mydomain.com, you can use pop.mydomain.com for smtp as well. You could even use it for http or ftp if you have an http/ftp server running on it.
     
  13. Rockdrala

    Rockdrala New Member

    Ok

    THanks for the reply.

    It looks like the DNS addresses are already managed in the ispconfig database so im loving it =)

    Another question about the mail server.

    How can i make sure im covered by DNS with a good MX record in for good DNS querys.

    And ive been trying to edit the gui some. How i can change the pop ups to provide more useful information to the client side the help information links.
     
  14. falko

    falko Super Moderator Howtoforge Staff

    You can check the MX record like this:
    Code:
    dig mx yourdomain.com
     

Share This Page