• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Setting up Linux as a router

Nutcase99

Golden Member
I just got my dad a new computer or rather built him one and well I wanted to turn his old one into a router for the internet when I get DSL or cable or something better than 56k. It's a P133 64mb ram, 4.3gb hd, 2x cdrom. Do you think I can use it as a server? and can I run like a UT server on it? What ver of linux would you suggest installing to turn it into a router? and how hard would it be? I mean do I have to know alot about Linux? because I don't I mean I know some of the basic commands and stuff but other than that I am a major Linux newbie.

Thanks!
 
Server to run UT or Q3 no. As a router/firewall, AND a simple mail server, AND a simple web server, AND as a simple file server, sure.

Though I wouldn't want a router/firewall acting in any other capacity.
 


<< Though I wouldn't want a router/firewall acting in any other capacity. >>



How is that a problem? I'm considering using a P3/450 Linux box (in the future) as all of these. (My friend runs all of these plus two Quake3 servers on a slower machine with no problems).
 
Because you're asking it to protect you in a firewall capacity. You don't want to run any other services directly on that device.
 
Forgive my ignorance, but isn't there any way to force all other services to access the net via the router/firewall service only?
 
Sure, forward them or make them sacrfical lambs. Either or. Your choice.

All I'm saying, even though I suggested it, is not to run all of that on a firwewall.
 
Redhat 😉

As this is a dedicated box, don't even think of installing X on it, it'll just eat up 32MB of RAM and you would never use the graphical crap anyway.
 
use any of the up to date distro's redhat6.2 or above, and Mandrak 7 from my experience work fine. The earlier kernals dont support(or crash) certain network modules needed for dsl.

make sure you get an external DSL modem.. I dont believe that there are any internal DSL modem cards that are supported in linux. This may have changes in the last couple months so look into it. But i would still recommend an external dsl modem.

For DSL that uses pppoe(point ot point over ethernet) look into software called Roaring Penguin. It supports pppoe connections, and its free. Next do some research on ipchains, this is the software you'll use to setup your firewall rules(what can come in, what can be forwared..etc...).

As for using you firewall as a multi purpose box..hmmm Technicaly you shouldn't. the firewall is meant to be a barrier between the outside world and your network, running something on the only visable part of you network kinda defeats the purpose. On a practical level.. I use mine as a web server to check and develop my web pages(minus sensitve info) before uploads.. But thats the extent of it. I actually store all my html stuff on an internal box also.. so just incase my linux box gets hacked or something, I can wipe the box clean and start fresh with no loss to myself, except the time to reconfigure the box.

 
Linux Home Networking (modem sharing, firewall, drive sharing)
http://www.linuxgazette.com/issue26/kunz.html Setting up Your In-Home (or In-Office) Network
http://www.tcu-inc.com/mark/projects/NetHome.html
http://www.imcnet.net/~jpollman/mini-home-server.txt

A Typical (Atypical?) Home Network
http://www.luv.asn.au/overheads/homenet/main.html

Linux as a Home Internet Gateway and Server
http://www.linuxgazette.com/issue36/tag/78.html

DNS for the Home Network
http://www.linuxgazette.com/issue44/pollman/dns.html

Linux IP Masquerading
http://www.indyramp.com/masq/
http://www.ssc.com/mirrors/LDP/HOWTO/IP-Masquerade-HOWTO.html
http://jgo.local.net/LinuxGuide/linux-ip-masq.html
http://www.linuxgazette.com/issue27/lg_answer27.html#holloway

Linux internet sharing
http://jgo.local.net/LinuxGuide/linux-ip-masq.html

Linux Router Project (router on a floppy)
http://www.linuxrouter.org/

Linux Security for the Home Network
http://www.linuxgazette.com/issue46/pollman.html

Linux Backup for the Home Network
http://www.linuxgazette.com/issue47/pollman.html

Linux Firewall and Security Site
http://linux-firewall-tools.com/

Linux LAN &amp; Firewall FAQ
Configuring an Internet Firewall and Home LAN With Linux
http://linux-firewall-tools.com/linux/faq/index.html

Linux with cable modems
http://www.kernel-panic.com/user_files/cable-linux.html
http://www.cablemodeminfo.com/LinuxCableModem.html

Securing Linux: The First Steps
http://www.linuxgazette.com/issue47/lukas.html

Linux as a File and Dial-Up Internet Server for Windows
http://www.joejaworski.com/linux/server1.htm

Linux Installation and Getting Started
http://www.cs.fiu.edu/~esj/linuxins/gs.html
 
Back
Top