updates for CORE 4.2
This commit is contained in:
parent
d39eaac1ad
commit
3f54776a9f
1 changed files with 8 additions and 8 deletions
|
@ -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:<br>
|
||||
[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:<br>
|
||||
{{{
|
||||
# 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 ==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue