Diff for "Router"


Differences between revisions 19 and 20
Revision 19 as of 2007-02-14 04:42:48
Size: 1782
Editor: CPE004010100002-CM0013718cb08a
Comment:
Revision 20 as of 2007-02-14 05:02:43
Size: 2006
Editor: CPE004010100002-CM0013718cb08a
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
=== Knowledge ===
Line 25: Line 23:
Will need to be physically installed and configured on your server:
 * An ethernet NIC (Network Interface Card)
  * Hereafter, to be known as the device `eth0`
 * '''For wired access''', another NIC attached to a hub or switcher
  * `eth1`
Line 26: Line 29:
While you can have a server that it is "headless" (i. e. having no monitor or keyboard attached), '''do not so until you have it completely set up.''' '''While you can have a server that it is "headless" (i. e. having no monitor or keyboard attached), do not so until you have it completely set up.'''

This is where the new Ubuntu Router page is in development, please visit ["UbuntuWirelessRouter/New"] for more information


Setting up an Ubuntu Wired/Wirless Router

TableOfContents

Preface

This article exists due a lack of concise and easily followed information available on the subject of setting up an wired and/or wireless Ubuntu router. It is intended for advanced users who have or would like to set up a dedicated Ubuntu installation acting as a router at home or in their office. The end result is a powerful router that can provide functionality similar to popular products (like, for example, the Linksys WRT54G).

Prerequisites

Broadband Connection

A broadband connection like a cable or DSL modem is required. Your broadband service provider must either provide the necessary information to configure your IP address statically or provide a dynamically assigned address via DHCP. If your connection requires PPPoE (as can often be the case with DSL service), you'll find the existing the article ["ADSLPPPoE"] to be of value.

Router Hardware

You'll need a dedicated computer to act as the router. The computer can use old hardware and having the minimum requirements to install Ubuntu should suffice. The author of this article runs his router on a P3 600mhz processor with 256MB of RAM. You are encouraged use this as a server for other applications perhaps by installing postfix, apache, mysql, and/or samba. This guide covers both the Desktop and Server installations.

Will need to be physically installed and configured on your server:

  • An ethernet NIC (Network Interface Card)
    • Hereafter, to be known as the device eth0

  • For wired access, another NIC attached to a hub or switcher

    • eth1

While you can have a server that it is "headless" (i. e. having no monitor or keyboard attached), do not so until you have it completely set up.

Router (last edited 2017-08-31 21:44:51 by ckimes)