Sharing a DSL Connection

MiniThug

Golden Member
Sep 10, 2000
1,057
0
0
I just built a new system and want to share my DSL connection with both my new and old computers. My new computer will be running Windows 98SE and the old one will be running a version of Linux(not sure which one yet). What is the best way to do this? Through 2 NICs in one computer (making it a server) and software, or by a hardware solution such as a Linksys DSL router??? My provider sets up my internet with DHTCP, and the plan to get multiple IPs is way to expensive for me to afford. Thanks for your help!
 

MiniThug

Golden Member
Sep 10, 2000
1,057
0
0
I forgot to add, I may be wanting to add the connection to more than just these two computers shortly. I would like to also share files over these computers.
 

ctowle

Golden Member
Jul 11, 2000
1,142
0
0
You seem to be on the right track. You can put two NIC's in one box and then out to either the 2nd box directly (this will limit the ability to add more puters later) or to a hub. Doing a hub will allow you to add more boxes later. The linksys router will perform the same function, and then you just need one NIC and each box.

It is just a matter of opinion and cash as to which way you go.
 

MiniThug

Golden Member
Sep 10, 2000
1,057
0
0
If I use the software method, what software is the best to use? And if I go for the router, is Linksys the best? I like the fact that it is also a 10/100 switch.
 

perry

Diamond Member
Apr 7, 2000
4,018
1
0
Connect the linux machine to the DSL modem. NIC 1 (eth0) will get the IP for the DSL line. Put a DHCP server on it and setup ipchains on NIC 2 (eth1). Plug NIC 2 into a hub. Plug the other computers into the hub. And there ya have it.

Or if you don't wanna bother with setting up linux and the hub, go for a 4 port router. Linksys and Netgear both make em.

I was doing the linux way until I got tired of having a computer running 24/7 6 feet from my bed and bought a Linksys router. Pretty nifty little toy. Shop around for good deals online, prices at CompUSA, et. al are too expensive.
 

MiniThug

Golden Member
Sep 10, 2000
1,057
0
0
Well basically I am a clueless when it comes to Linux. I will be installing some type on linux on my old p2 system in an effort to learn Linux. So, can you explain how you would setup the network through the Linux system? And what do you think the best type of linux is?
 

perry

Diamond Member
Apr 7, 2000
4,018
1
0
I don't know which is better, all I've ever used is RedHat.

Some info on sharing a connection can be found here. Some on ipchains here. Basic linux networking info here.