Differences between version 4 and previous revision of LinuxRouterBox.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Wednesday, July 31, 2002 4:09:29 pm | by CraigBox | Revert |
Older page: | version 3 | Last edited on Wednesday, July 31, 2002 4:05:46 pm | by CraigBox | Revert |
@@ -33,15 +33,34 @@
----
!!Step 1. Install Linux
-This section is being left terse at the moment; theres a lot of things to be said about the best ways of PartitioningYourHardDisk(s)
+This section is being left terse at the moment; theres a lot of things to be said about the best ways of PartitioningYourHardDisk(s). When you're finished this stage you should have a basic Linux insta
-!!Step 2. Add some extra packages
+!!Step 2. Update your /etc/apt/sources.list and dpkg database
+
+See AptSourcesList for information about what this file is and what you might want to put in it.
+
+When this is done, perform
+ apt-get update
+This will bring your database up to date.
+
+!Step 2a. apt-get upgrade
+
+!!Step 3
. Add some extra packages
+
+Ensure you have iptables installed;
+
+ apt-get install iptables
!!Step 3. Recompile your kernel
!!Step 4. Set up networking
+
+!!Step 5. Obtain firewall
+
+See PerrysFirewallScript for instructions on how to do this
+
----
Incomplete; being worked on.