>
>
> My setup the way i need it is the following :
>
> Cable Modem
> ¦
> ¦
> E-Smith Server
> ¦ ¦
> ¦ ¦
> -- --
> ¦ ¦
> COMP1 COMP2
>
Well, lets divide your problem #1 in three parts
1. The gateway funktion
A gateway handles packages between two different network circuits, so you
should place eth1 (e.g. the netgear nic) and the cable-modem in the
192.168.10.0 network. (e.g. Cablemodem = 192.168.10.1, eth1 in e-smith =
192.168.10.2)
Your normal network should have the 192.168.0.0 (e.g. eth0 in e-smith =
192.168.0.1, computer1 = 192.168.0.10, computer2 = 192.168.0.11)
Setup the e-smith as server and gateway with permanent
internet-connection. - Now the gateway will handle all the packages between
the 192.168.0.0 and the 192.168.10.0 networks
2 The hardware part:
If you cànt efford a 4 port hub and 3 - 4 patch-cables, there are only
bnc-devices for you. So no discussion about the pros and cons. Your NICs
should be simple bnc devices or combo-cards (bnc + rj45) You should check
the interrupts and irqs and write them down (check-programms are on the
supplement-disks delivered with the NICs or can be found easily in the
internet) If you have a combo-card, be shure to activate the bnc-port)
> #2 is a lot more complicated from my point of view due to my lack of
> knowledge of linux etc.
> I need the netgear card ( driver=tulip , we'll call it eth2 as previous
> instructions have ) to do ,as eth0 does for comp1, for comp2. So it needs
to
> be setup as a second card which will also issue an ip via dhcp.
You normally count the NICs for every computer, so the first NIC in the e-smith is eth0 and the second is eth1.
In the above mentioned 192.168.10.0 network you will have your internet-providers dhcp-server, so you will get an ip-adress for every internet-access (normally)
DHCP means, that the so called dhcp-server listens for dhcp-request from the clients, when the boot and gives every-one a different ip-adress for the session or longer.(depends on the dhcp-server configuration)
In your local network you can decide wether you need dhcp or not. (for two computers I wouldnt use it, except one of them is a notebook, which logs into different networks)
So forget about dhcp in your local network, you dont need it there.
Contact me under carlo.tux@gmx.de for further questions and try to read the manual before, there are different solutions to connect the e-smith to the internet, one is for cable-modems and there should be a chapter for the
configuration of windows-workstations.
Maybe your problems come from poor knowledges of the tcp-ip protocoll and have nothing to do with linux or the e-smith server.
With regards
Karl-W. Müller