Results 1 to 5 of 5

Thread: Install Linux as a Network Router

Hybrid View

  1. #1

    Install Linux as a Network Router

    I am new to Linux and am interested in replacing our Windows router with a Linux router. I would like to eventually be able to capture network traffic between three segments using Ethereal but have a couple of questions.

    1. I currently have Red Hat Linux 9. Is this an OK version of Linux to use as a router or should I use something else?

    2. Should the machine be be setup as a server or workstation?

    3. Is there any documentation that exists for setting up Linux as a router for multiple segments?

  2. #2
    you can definitely do it

    bcos of the posix compliance in linux it works better and faster than windows

    you can configure your system as a router by doing the following things
    routing between lan& wan ___ i mean natting

    /etc/sysctl.conf
    change the following value to one
    net.ipv4.ip_forward = 0 <-> 1

    write a simple snat rule using tcp wrappers i.e your iptables

    iptables -t nat -A POSTROUTING -i <interface_internal_network> -s <ur_network/CIDR.no>
    -j SNAT --to-source <ur_external_ipaddress>

  3. #3
    Thanks for the reply. Does it matter if Linux is setup as a server or workstation if I'm using as a router?

  4. #4
    Well installin it as a Server or a Work Station both are same it doesnt matter at all , installing it as a server installs other servers like http,ftp,.....

    I think There would be a difference between enterprise version and genreal open source version .

  5. #5
    Thanks for the info!

Similar Threads

  1. Linux security is a 'myth', claims Microsoft
    By genesis in forum Windows - General Topics
    Replies: 4
    Last Post: 01-30-2005, 10:51 PM
  2. trying to install mandrake on portable over network
    By corosus in forum Linux - Software, Applications & Programming
    Replies: 1
    Last Post: 09-20-2004, 03:09 AM
  3. Linux box as router.
    By NovaWo1f in forum Linux - Hardware, Networking & Security
    Replies: 2
    Last Post: 07-13-2004, 04:39 PM
  4. Connecting new Linux box to existing network
    By csmithxy in forum Linux - Hardware, Networking & Security
    Replies: 6
    Last Post: 04-24-2002, 05:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •