Building (Complete) Server with Fedora Core 6 (Article 1)

By telconetwork

Lets we building server using Fedora Core 6. In here, your system is already installed Fedora Core 6. I will explain about all installation and configuration that need.

Build repository directory.

1. Login into your system as root and then copy Fedora/RPMS/ directory from your Fedora Core 6 DVD to your disk (ex : /home/). Open your console to install createrepo package.

# cd /home/RPMS/

# rpm –ivh createrepo-0.4.4-2.fc6.noarch.rpm

Now, your /home/RPMS directory is repository installation directory.

2. Run createrepo from console,

# createrepo /home/RPMS

To make /home/RPMS directory to be installation directory,

# mv /etc/yum.repos.d /etc/temp-yum.repos.d

3. After all installation complete. Now, you can edit /etc/yum.conf. Add this configuration to the last line.

[installer]

name=installer

baseurl=file:///home/RPMS

enable=1

gpgcheck=0

Kernel Package.

In here we’re already to install important package to build server.

1. Install kernel-devel package.

# yum install kernel-devel

Then there’s question :

Total download size: 4.6 M

Is this ok [y/N]: y

Answer “y” to the next installation.

2. Now, install another package.

# yum install gcc gcc-c++ gcc-objc gcc-objc++ cpp pkgconfig compat-libstdc++-33

3. After installation complete. You already have supported package for your system now.

Network configuration.

Now, lets we configure network connection.

1. Open System | Administration | Network.

2. Choose Devices tab, then choose your device to configure then click Edit.

3. In General tab, fill your Address, Subnet Mask, and Default Gateway. Click OK.

4. Choose DNS tab, and fill your Hostname, Primary DNS, Secondary DNS and all configuration.

5. Then Save your configuration.
Now, from Devices tab choose your device that you configure. Click Deactivate and then click Activate to activate your new network.

Tags: , , , , , , , ,

Leave a Reply