From 2e0a2f40b9b07a2444837b41e2a244384f6109be Mon Sep 17 00:00:00 2001 From: ahrenholz Date: Wed, 24 Jun 2009 16:24:38 +0000 Subject: [PATCH] update for FreeBSD 7.2 and Linux --- wiki/Quickstart.wiki | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/wiki/Quickstart.wiki b/wiki/Quickstart.wiki index cd495af1..a0b0f233 100644 --- a/wiki/Quickstart.wiki +++ b/wiki/Quickstart.wiki @@ -4,8 +4,10 @@ CORE is a network emulation system, and version 3.4 requires the FreeBSD or Linux operating systems. It is recommended that you use *CORE on FreeBSD 7.2* for the best experience, and the Linux version only when you really need it (see the [http://hipserver.mct.phantomworks.org/core/manual/ manual for more help on choosing which version to install). -|| Step 1. Install FreeBSD || http://hipserver.mct.phantomworks.org/core/images/box_download_48.png *7.1-RELEASE-i386-dvd1.iso* (2.1 gb)
[ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/7.1/]
(you will also need discs 2-3 depending on the packages you select)
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. || -|| Step 2. Download and run the CORE installer || http://hipserver.mct.phantomworks.org/core/images/box_download_48.png *core-freebsd7-3.3.sh* (67 mb)
[http://downloads.pf.itd.nrl.navy.mil/core/installer-complete/]
This is a shell script that you copy to your FreeBSD 7.1 machine and run. It will unpack itself and guide you through the CORE installation process. || +|| *FreeBSD* || *Linux* || +|| Step 1. Install FreeBSD 7.2
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png *7.2-RELEASE-i386-dvd1.iso* (2.1 gb)
[ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/7.2/]
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. || Step 1. Install CentOS Linux 5.3
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png *CentOS-5.3-i386-bin-DVD.iso*
[http://isoredirect.centos.org/centos/5/isos/i386/]
Burn the ISO image to a blank DVDR using your CD writing software. Boot the DVD-ROM on your target system and follow the on-screen instructions. || +|| Step 2. Download and install the CORE packages
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png [http://downloads.pf.itd.nrl.navy.mil/core/packages/3.4/freebsd/core-kernel-7.x-20090505.tbz core-kernel-7.x-20090505.tbz] (47 MB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.4/freebsd/core-7.x-3.4.tbz core-7.x-3.4.tbz] (599 KB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.4/freebsd/quagga-manetmdr-0.99.9_5.tbz quagga-manetmdr-0.99.9_5.tbz] (3 MB)
`# pkg_add core-kernel-7.x-20090505.tbz`
`# pkg_add core-7.x-3.4.tbz`
`# pkg_add quagga-manetmdr-0.99.9_5.tbz` || Step 2. Download and install the CORE packages
http://hipserver.mct.phantomworks.org/core/images/box_download_48.png [http://downloads.pf.itd.nrl.navy.mil/core/packages/3.4/linux/core-3.4-1.i386.rpm core-3.4-1.i386.rpm] (694 KB)
[http://downloads.pf.itd.nrl.navy.mil/core/packages/3.4/linux/core-root-3.4-1.i386.rpm core-root-3.4-1.i386.rpm] (191 MB)
`# rpm -ivh core-3.4-1.i386.rpm`
`# rpm -ivh core-root-3.4-1.i386.rpm`|| +|| Step 3. Reboot and run CORE
`sudo core &` || Step 3. Reboot and run CORE
`sudo core &` ||
@@ -20,5 +22,5 @@ CORE is a network emulation system, and version 3.4 requires the FreeBSD or Linu * FreeBSD 4.11 (for lighter-weight virtual machines) # first install *4.11-RELEASE-i386-disc1-gnome.iso* (563 mb)
[ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ISO-IMAGES/4.11/] # then install *core-freebsd411-3.3.sh* (19 mb)
[http://downloads.pf.itd.nrl.navy.mil/core/installer-complete/] - * pre-built VMware image (for quick evaluation)
*vcore-3.3.zip* (1.0 gb)
[http://downloads.pf.itd.nrl.navy.mil/core/vmware-image/]
You can run CORE from within this pre-built VMware virtual machine with minimal setup. See the included vcore.txt in the zipfile for login information.
_(However, you may experience decreased performance, timer issues, and there is the added confusion of virtualization within virtualization. If you decide to run in this mode, we suggest running the CORE GUI via SSH with X11 forwarding, to mitigate the decreased performance of the VMware virtual display.)_ + * pre-built VMware image (for quick evaluation)
*vcore-3.4.zip* (1.0 gb)
[http://downloads.pf.itd.nrl.navy.mil/core/vmware-image/]
You can run CORE from within this pre-built VMware virtual machine with minimal setup. See the included vcore.txt in the zipfile for login information.
_(However, you may experience decreased performance, timer issues, and there is the added confusion of virtualization within virtualization. If you decide to run in this mode, we suggest running the CORE GUI via SSH with X11 forwarding, to mitigate the decreased performance of the VMware virtual display.)_ * To build a CORE machine from scratch, including patching and compiling your own CORE kernel, see the [http://hipserver.mct.phantomworks.org/core/manual/Installing-from-Source.html Installing from Source] page of the [http://hipserver.mct.phantomworks.org/core/manual/index.html CORE manual]. \ No newline at end of file