Are Linux routers reliable?

wjal

Senior member
Jun 28, 2002
835
0
0
I am considering building a Linux router. In particular, the one that interests me most is the Freesco. Is this a viable alternative?
 

Need4Speed

Diamond Member
Dec 27, 1999
5,383
0
0
freesco is good, but you may want to check out LEAF Bering which can incorporate shorewall (iptables/netfilter) SPI firewall for more security. Are you looking for floppy distros specifically?
 

wjal

Senior member
Jun 28, 2002
835
0
0
I have a few old Pentium 54s around here that I was thinking of converting to Freesco routers as an "alternative" to a domestic dialup router like the Netgear RM356.
I am not necessarily stuck on a floppy distro. Not having any experience with Linux, I would be looking for something relatively simple. I will check out LEAF bering.
Thanks,
Bill
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
I run Debian on an Ultra1 as my firewall, I don't like those SOHO routers because they're not flexible enough for me, although a lot of the LinkSys ones run Linux so you could probably get a shell and do whatever you wanted with them too.
 

Need4Speed

Diamond Member
Dec 27, 1999
5,383
0
0
Originally posted by: Nothinman
I run Debian on an Ultra1 as my firewall, I don't like those SOHO routers because they're not flexible enough for me, although a lot of the LinkSys ones run Linux so you could probably get a shell and do whatever you wanted with them too.

ditto....debian with shorewall here for the same reasons. my netgear just didnt cut it anymore and the linksys i tried afterwards was flaky to say the least.
 

BurnItDwn

Lifer
Oct 10, 1999
26,353
1,862
126
I've used Redhat with Ipchains, and IPtables in the past, currently using mandrake with iptables ... never had a problem. All my PCs can cruise the web at the same time ...
 

skyking

Lifer
Nov 21, 2001
22,791
5,957
146
I have a freeBSD box with IPFW, very reliable. Speed tests through the firewall/router and directly connected to the modem are identical, so no losses there.
 

gaidin123

Senior member
May 5, 2000
962
1
0
I've used redhat, Gentoo, and now a mini-debian on compact flash called Pebble Linux as my home router. They've all worked flawlessly once I figured out a good kernel config and made sure to use the vanilla kernel sources. I wouldn't recommend Pebble as a beginner distro. I'd say go for Redhat or pretty much any easy to install Linux distro out there.

For being a NAT box they are all pretty much the same providing you use the same kernel/iptables versions.

Gaidin
 

cleverhandle

Diamond Member
Dec 17, 2001
3,566
3
81
What Skyking said, but with OpenBSD/PF. No speed difference, provides much more flexible rule sets, holds the DSL connection via PPPoE better than the ISP-provided router did, and sends me a daily email of the PF log. Linux should be functionally the same, though I much prefer PF's syntax to iptables.
 

groovin

Senior member
Jul 24, 2001
857
0
0
openBSD with PF rocks!! you have a easy and powerful firewall and a secure (well, relatively) OS.
 

cmetz

Platinum Member
Nov 13, 2001
2,296
0
0
OpenBSD + pf = good. It is not for the point-n-click crowd, but if you don't mind doing some learning it's definitely worth the trouble.