updates to Quickstart for 4.4

This commit is contained in:
ahrenholz@gmail.com 2012-09-21 18:48:23 +00:00
parent dae78fcaea
commit a8c90efc63

View file

@ -4,22 +4,20 @@
This is the quickstart guide; for full installation instructions, refer to the [http://pf.itd.nrl.navy.mil/core/core-html/Installation.html CORE manual].
CORE 4.3 packages are available for Ubuntu 11.10/11.04/10.10/10.04 and Fedora 14/15/16. If you want to run a different Linux distribution, make sure the kernel is at least 2.6.27 to support [Namespaces network namespaces]. Released packages are generally more stable and tested to work properly on the given platform. See the [Upgrading upgrading] page for help choosing a release or for upgrade instructions.
CORE 4.4 packages are available for Ubuntu 12.04 (precise) or 11.10 (oneiric), Fedora 17 or 16, and rhel6. If you want to run a different Linux distribution, make sure the kernel is at least 2.6.27 to support [Namespaces network namespaces]. Released packages are generally more stable and tested to work properly on the given platform. See the [Upgrading upgrading] page for help choosing a release or for upgrade instructions.
== Step 1. Install CORE package ==
Get the Ubuntu (deb) or Fedora (rpm) package for your architecture (64-bit or 32-bit) from here:<br>
[http://downloads.pf.itd.nrl.navy.mil/core/packages/4.3/linux/]
[http://downloads.pf.itd.nrl.navy.mil/core/packages/4.4/linux/]
Use your package manager to automatically install dependencies:<br>
{{{
# Ubuntu users (prior to 10.10)
gdebi-gtk core_4.3-0ubuntu1_lucid_amd64.deb
# Ubuntu 10.10 (maverick)/ 11.04 (natty)/ 11.10 (oneiric) users (specify entire path)
software-center /home/user/Downloads/core_4.3-0ubuntu1_oneiric_amd64.deb
# Ubuntu users (specify entire path)
software-center /home/user/Downloads/core_4.4-0ubuntu1_precise_amd64.deb
# Fedora users
su
yum localinstall core-4.3-1.fc16.x86_64.rpm --nogpgcheck
yum localinstall core-4.4-1.fc17.x86_64.rpm --nogpgcheck
}}}
Virtual networks usually require routing software. CORE automatically builds configs for the [http://www.quagga.net Quagga] routing suite. For wireless networks, CORE will generate OSPF MDR configs, a modified version of Quagga available from [http://cs.itd.nrl.navy.mil/work/ospf-manet/ here].
@ -27,23 +25,23 @@ Virtual networks usually require routing software. CORE automatically builds con
# Ubuntu - vanilla Quagga
sudo apt-get install quagga
# Ubuntu - OSPF MDR Quagga
gdebi-gtk quagga-mr_0.99.20mr2.1_amd64.deb
software-center /home/user/Downloads/quagga-mr_0.99.21mr2.2_amd64.deb
# Fedora - vanilla Quagga
su
yum install quagga
# Fedora - OSPF MDR Quagga
su
yum localinstall quagga-0.99.20mr2.1.fc15.x86_64.rpm --nogpgcheck
yum localinstall quagga-0.99.21mr2.2-1.fc16.x86_64.rpm --nogpgcheck
}}}
*Fedora users:* check the full [http://pf.itd.nrl.navy.mil/core/core-html/Installing-from-Packages-on-Fedora.html installation instructions], you need to also disable SELINUX, sandbox, and iptables.
== Step 2. Start the CORE services ==
== Step 2. Start the CORE daemon ==
{{{
sudo /etc/init.d/core start
}}}
To view the CORE services log file, look at `/var/log/coredpy.log`.
To view the CORE daemon log file, look at `/var/log/coredpy.log`.
== Step 3. Run CORE ==
{{{