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

3 computers, 2 connections to the internet, and one hub... How?

BustAcap

Member
DIAGRAM (I drew it 🙂)

Computer [C] has an internal DSL modem and is providing internet access to Computer . I will be getting a new internet line with an external modem for my web server, Computer [A].
I want Computers and [C] to access the internet as it's always has. I want computer [A] (the server) to access the internet through the modem... I need to connect all the computers together to share files and stuff...
Can I do this? Will it work??

-Computer [C] has ICS enabled (Windows ME)
-Computer [A] is a unix machine with a static IP assigned to it,
with no internet connection sharing program running.

Could someone straighten out this mess for me? Thanx
 
C should end up with the internal dsl modem (direct connection to the 'net), and a network card with a private ip plugged into your hub.

B should end up with a single network card plugged into the hub, also with a private ip. It will access the internet through C so you should set its default gateway to be the private ip of C.

There are a couple of options for A. You could either have 2 network cards in it (one with your ISP assigned ip and connected directly to the modem, and the other with a private ip connected to the hub) OR you could use one network card and give it two IP's (public ISP one, and private one), and connect it and the modem to the hub.

This setup will allow all your computers to be on a fast LAN and still have access to the internet the way you described.

~bex0rs
 
Back
Top