Click to See Complete Forum and Search --> : linux router


forevercrow
04-21-2003, 02:34 AM
Hello,

I have a question or two about setting up a linux router, maybe I should tell a little about my goal. I have 1 system with Turbolinux loaded ( the only version I have right now) and 2 windows systems, I have 2 net cards in the linux system connected to each of the windows systems, and would like to set up the linux system to let the 2 windows systems share an internet connection, file shareing, and gamming between the 2 windows pc's. Can this be done? How hard would it be? I'm very new to linux so any details on doing this would be great.

RedHat 8 Newbie
04-21-2003, 03:18 AM
I would suggest that you just use a hub to connect the compters together; it would be a lot easier. Also check out the help file library here

je_fro
04-21-2003, 03:32 AM
I have something similar and I use IPTABLES to accomplish NAT and MASQUERADE operation to tie the network together. Use http://www.google.com/linux to search the above terms. This link (http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/IP-Masquerade-HOWTO.html) will get you started.

LrngTheHardWay
04-21-2003, 03:47 AM
You'll probably find some of the documentation at this site:
http://lrp.ramhb.co.nz/main.htm
to be of interest to you.
The concept they present will probably tickle your fancy as well.

http://doggerdog.bravepages.com/freesco/id14.html
This is a possibility as well.
[Looking through my bookmarks right now.]

forevercrow
04-21-2003, 03:48 AM
____________________________________________
[QUOTE]I would suggest that you just use a hub to connect the compters together; it would be a lot easier. Also check out the help file library here
____________________________________________

I would love to do that, but being a student with a family of four to support makes spending even $20.00 on a hub VERY hard to do.

____________________________________________
I have something similar and I use IPTABLES to accomplish NAT and MASQUERADE operation to tie the network together. Use http://www.google.com/linux to search the above terms. This link will get you started.
___________________________________________

Thanks for the info, checking on it now.