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

danziglostpassword

Junior Member
posted this in tech help. Maybe someone here can help me.

ok all I need some help setting up a linux router. Have tried freesco but I guess that I am to stupid to figure it out. Anyone care to talk on icq or email me the basic settings for setting one up for @home?

Thx

Btw this isn't my first post, had to format and forgot to back up my passwords 😱

Thx
 
for ip masqing, i run 2.4 kernel with iptables.

for BASIC masq all u need is oneline script or command:
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

assuming eth0 is your external interface and any other interfaces are internal. this works for my two nic gateway box, this works for sharing my cable modem to my internal network.
 
give freesco another shot, it works great for me (sharing unfortunately a 28.8 connection only at this time 🙁). Take a look thru their forums if you have a problem. got it sharing inertnet as well as printer.
 
I tried to setup FreeSCO as my linux router before too, but the main problem was there was no linux drivers for the cheap NIC @Home gave me...

I ended up using Coyote Linux instead, and it worked great ever since! Maybe you can give that a try...
 
Back
Top