Hi All, This is great software and I wanted to use it on my new server I just got. But I'm very new to Linux. I have a server with 2 IPs. (209.180.6.79 and 209.180.6.78) and I also have a domain name (mypersonalserver.com) Server I have - already includes clean install of Fedora Core 3. No GUI of course - SSH access only. In installation Guide is says to set hostname and DNS. I know to set hostname I need to type in my SSH "hostname something" - but what should I type there? My domain? like "hostname mypersonalserver.com" And How do I set up DNS w/o GUI? Pretty much, before I get to setting up Apt (by installation guide for FC3), what steps should I do and how through SSH? Including DNS, IPs and etc. I wuld really appreciate if someone can help me with this and I'm sure this would be useful for other people who will be installing ISPConfig on FC3 or FC4. Thank you.
That's described here: http://www.howtoforge.com/perfect_setup_fedora_core_3_p3 Code: echo server1.example.com > /etc/hostname /bin/hostname -F /etc/hostname You should use server1.mypersonalserver.com or something similar, not just mypersonalserver.com. You need to create a DNS record for server1.mypersonalserver.com, but not on your local system, but on the name servers that are authoritative for your domain. Please ask your domain registrar how you can do this. Maybe they have some kind of web interface where you can manage the DNS records for mypersonalserver.com... You do exactly what is described in the tutorial. Starting with page 3, you can use SSH to run all the commands.
I personally would have a problem with the how-to if someone already installed FC3 for me. You would have to asses what packages they installed and what you have to remove or recompile so it doesn't conflict with the Control Panel.
falco, thanks for reply! my registrar has DNS management. SO for server1.mypersonalserver.com I would create an A record with my server IP? But what do I do with 2nd IP?
I've got an error during setup: configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stability issues then! ERROR: Could not configure ClamAV So I tried to install new zlib. Apt-get of course tells me latest version is installed, but it's not. So I do: rpm -Uvh zlib-1.2.3-1.i386.rpm error: Failed dependencies: libc.so.6(GLIBC_2.4) is needed by zlib-1.2.3-1.i386 zlib = 1.2.1.2 is needed by (installed) zlib-devel-1.2.1.2-3.fc3.i386 So what do I do now?