From 3f54776a9fc55598aaa1643ebf7ec8097e7af6cd Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Fri, 19 Aug 2011 14:50:25 +0000 Subject: [PATCH] updates for CORE 4.2 --- wiki/Quickstart.wiki | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wiki/Quickstart.wiki b/wiki/Quickstart.wiki index ddf61855..f3e36c3e 100644 --- a/wiki/Quickstart.wiki +++ b/wiki/Quickstart.wiki @@ -2,22 +2,22 @@ = Quickstart: Installation using pre-built packages = -CORE 4.1 packages are available for Ubuntu 10.10/10.04 and Fedora 12/13/14. If you want to run a different Linux distribution, make sure the kernel is at least 2.6.27 to support network namespaces. Released packages are generally more stable and tested to work properly on the given platform. +CORE 4.2 packages are available for Ubuntu 11.04/10.10/10.04 and Fedora 14/15. If you want to run a different Linux distribution, make sure the kernel is at least 2.6.27 to support network namespaces. Released packages are generally more stable and tested to work properly on the given platform. == Step 1. Install CORE package == Get the Ubuntu (deb) or Fedora (rpm) package for your architecture from here:
-[http://downloads.pf.itd.nrl.navy.mil/core/packages/4.1/linux/] +[http://downloads.pf.itd.nrl.navy.mil/core/packages/4.2/linux/] Use your package manager to automatically install dependencies:
{{{ # Ubuntu users (prior to 10.10) - gdebi-gtk core_4.1-0ubuntu1_i386.deb - # Ubuntu 10.10 users (specify entire path) - software-center /home/user/Downloads/core_4.1-0ubuntu1_i386.deb + gdebi-gtk core_4.2-0ubuntu1_lucid_i386.deb + # Ubuntu 10.10 (maverick)/ 11.04 (natty) users (specify entire path) + software-center /home/user/Downloads/core_4.2-0ubuntu1_maverick_i386.deb # Fedora users su - yum localinstall core-4.1-1.fc14.i686.rpm --nogpgcheck + yum localinstall core-4.2-1.fc15.i686.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]. @@ -25,13 +25,13 @@ 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.16mr1.0_i386.deb + gdebi-gtk quagga-mr_0.99.17mr2.0_i386.deb # Fedora - vanilla Quagga su yum install quagga # Fedora - OSPF MDR Quagga su - yum localinstall quagga-0.99.16mr1.0-01.i386.rpm --nogpgcheck + yum localinstall quagga-0.99.17mr2.0-2011050501.f14.i386.rpm --nogpgcheck }}} == Step 2. Start the CORE services ==