• 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.

Linux Router Project LRP

Prince

Member
This is my understanding of it:
A distro of floppy size linux, which can be used to carry out all functions of an actual hardware router. Highly customizable but does have security issues (if not configured properly).


Can someone confirm, update or tell me more in plain english? Some Q i have are:

1) Can a regular linux (such as RedHat 7.2enigma) also have all these features?
2) More information on what methods does it allow of sharing internet? (I heared it has some xclusive featurs of sharing of internet)
3) How linux router is different than BSD router? (what other kind of routers are there?)
 


<< Can someone confirm, update or tell me more in plain english? Some Q i have are:

1) Can a regular linux (such as RedHat 7.2enigma) also have all these features?
2) More information on what methods does it allow of sharing internet? (I heared it has some xclusive featurs of sharing of internet)
3) How linux router is different than BSD router? (what other kind of routers are there?)
>>



answers:
1. yes
2. ipchains baby
3. bsd uses NAT, lrp uses ipchains

lookup ipchains on the www. I used an lrp router for 2 years without fail till i upgraded to a cisco 1605R. ipchains is neat, effective, and port-forwarding is cake 🙂 its a nice, cheap setup in my opinion 🙂
 
A clarification on question 3:

Both BSD and Linux do what is called NAT=Network Address Translation. Linux calls it IP Masquerading but they are basically the same thing from what I've seen. LRP is a great project. You could also look to freesco, one of the more popular mini-distros that gets recommended around here. It seems like it's easier to setup though I've never personally played with it.

Any regular linux distribution can have the exact same featureset as LRP...except that it will be much larger than what can fit on a floppy and if you get hacked, a simple reboot doesn't fix your problem like it will in LRP. 🙂

Gaidin
 


<< 3. bsd uses NAT, lrp uses ipchains >>



NAT = Network Address Translation (ie ip masquerade)
ipchains is an old bad firewall implementation. IPTables is a newer, better firewall for linux. netfilter.samba.org is the site I think. Right now IPF is, in my opinion, the best BSD firewall.
 
Yup, my mistake (which I will keep in my original post), it was early in the AM and i don;t function too well but yeah. I stand corrected!

EDIT: my mistake was that i said ipchains, and meant ipmasq 😉
sorry!
 
Anyone have a good resource for helping a newbie set up LRP?? Anything with simple language explaining step-by-step instructions?

thanks!
 
Back
Top