Previous |
Home | Next |
Server Settings | Example Values | Your Parameters (as applicable) |
Kernel Parameters | Nil | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Install / Upgrade | Install | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Installation Type | Server | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Partitioning - Auto / Manual | Auto | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
- Hard Drive 0 | /dev/hda | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
- Hard Drive 1 | /dev/hdb | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
- Hard Drive 2 | /dev/sda | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
- DVD/CDROM | /dev/hdc | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
- DVD/CD Burner | /dev/hdd | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
GRUB Boot Loader Installed | /dev/hda | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
External Network Device - eth0 | ||
- IP Address | Dynamic | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
- Subnet Mask | Dynamic | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Internal Network Device - eth1 | ||
- IP Address | 192.168.1.1 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
- Subnet Mask | 255.255.255.0 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Modem Settings | ||
- IP Address | Dynamic | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
- Subnet Mask | Dynamic | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Fully Qualified Hostname | galaxy.example.com | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Gateway | Nil | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Primary DNS | 127.0.0.1 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Secondary DNS | Nil | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
Internet Settings | Your Parameters (as applicable) | |
ISP Name | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
ISP Account Name | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
ISP Account Password | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
Static IP / Subnet | Or DHCP | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
DNS Server 1 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
DNS Server 2 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
DNS Server 3 | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
NTP Server | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
Helpdesk Phone Number | _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
The following installation procedure has been written as a step by step guide to fulfil the configuration and package requirements needed in the HOWTO, some people may find it too basic and you are welcome to skip ahead. However please review the list of packages being installed below, this may save you installing them later because they were missed. |
The step by step guide is written for Fedora Core 5 and may not be suitable for other Linux Distributions. |
boot: linux dd noprobe acpi=off |
You can choose not to use Anaconda for your installation, or you may have difficulty loading the interface if your video card is not yet supported. If this is the case, you can continue your installation using the standard text mode. |
The Anaconda installer provides documented help files for the remainder of the installation process. It is recommended you consult these help files when you are uncertain and require further clarification. |
If you have an existing version of Fedora installed, choosing to install a fresh version will destroy the existing installation depending on your configuration choices. |
Device: eth0 | Parameters |
- Activate on Boot | Yes |
- Configure with DHCP | Yes |
- IP/Netmask | DHCP |
Device: eth1 | Parameters |
- Activate on Boot | Yes |
- Configure with DHCP | No |
- IP Address | 192.168.1.1 |
- Netmask | 255.255.255.0 |
Description | Value |
- Hostname (manually) | galaxy.example.com |
- Gateway | Empty |
- Primary DNS | <Your ISPs DNS Server Address> |
- Secondary DNS | Empty |
- Tertiary DNS | Empty |
You will get an error at this point because we have not set a gateway address for the server, this will be addressed during later configurations. If you are using a static IP address for your external device and you already know your gateway address, you can enter these details now. |
The following list details additions on top of the packages already chosen. Do not remove packages that are not listed. |
Desktop Environments | |
GNOME Desktop Environment | Selected by default |
KDE (K Desktop Environment) | Add Tick - Defaults are Suitable |
Applications | |
Engineering and Scientific | Add Tick - Defaults are Suitable |
Graphical Internet | Add Tick |
- Additional Packages | gftp |
thunderbird | |
Sound and Video | Add Tick |
- Additional Packages | k3b |
xcdroast | |
Development | |
Development Tools | Add Tick - Defaults are Suitable |
Servers | |
DNS Name Server | Add Tick - Defaults are Suitable |
FTP Server | Add Tick - Defaults are Suitable |
Mail Server | Add Tick |
- Additional Packages | squirrelmail |
MySQL Database | Add Tick |
- Additional Packages | mod_auth_mysql |
php_mysql | |
Network Servers | Add Tick |
- Additional Packages | dhcp |
openldap-servers | |
Server Configuration Tools | Add Tick |
- Additional Packages | Select all (as required) |
Web Server | Add Tick |
- Additional Packages | mod_auth_mysql |
mod_authz_ldap | |
php_ldap | |
php_mysql | |
Windows File Server | Add Tick - Defaults are Suitable |
Base System | |
Base | |
- Additional Packages | authd |
netconfig | |
- REMOVE PACKAGE | dhcpv6_client |
System Tools | Add Tick |
- Additional Packages | arpwatch |
gnutls-utils | |
mrtg | |
net-snmp-utils | |
X Window System | |
- Additional Packages | switchdesk |
Languages - Select additional languages as required. |
Do not enable Network
Time Protocol yet, it will be
configured in more detail later in Chapter 9. |
[bash]#
mcopy
/root/anaconda-ks.cfg a: |
You need to be logged in
as root (after installation) to
backup the kickstart config file. |
boot:
linux
ks=hd:fd0/anaconda-ks.cfg |
[bash]# switchdesk gnome |
[bash]# switchdesk kde |
Previous |
Home | Next |