agi_shi said:
And what is this "crossover" cable you speak of?
a special wiring so that the 'read' wire on one end is connected to the 'write' connector on the other end.
My pc and my other pc both have onboard networking though, so will that suffice (I never found anything wrong with onboard NICs, so I don't have a seperate card)...?
you will need two in one of the machines .. see below
Because, like I said, all I want is a VERY simple AND reliable way to get my 2 computers to use one internet connection. No printer sharing or anything like that is needed (although printer sharing would be nice, I do not NEED it)...
you will be wired like this;
modem --- {wan}system(A){lan} ---{lan}system(B)
system-a needs two nic cards, one to the modem with a regular ethernet cable(usually grey),
and the other to system-b with the cross-over cable(frequently blue or red)
which should be clearly marked as such.
the wan-side address will be set by your ISP.
system-a needs to have ICS enabled and that will force system-a{lan} side
to be 192.168.0.1. you add
a mask of 255.255.255.0
dns from your wan side
and copy the wan side gateway address
on system-b, set tcp/ip parms as
ip 192.168.0.2
mask 255.255.255.0
gateway 192.168.0.1
dns 192.168.0.1
system-B must be able to ping 192.168.0.1 as well as your
wan side address
file/print sharing will be easy from there.