On 30 Sep 2004 08:18:54 -0700,
(E-Mail Removed) (Tokyo Otaku) wrote:
>
>daytripper <(E-Mail Removed)> wrote in message news:<(E-Mail Removed)>. ..
>> On 29 Sep 2004 12:47:27 -0700, (E-Mail Removed) (Tokyo Otaku) wrote:
>>
>> >How do I go about setting up a 5 PC Gigabit Lan [using a switch] and a
>> >Cable Modem. What settings do I need to change [IP address in Win2k]
>> >for the Computer to be able to talk to one another while able to surf
>> >the net ?
>> >Advise
>>
>> The use of gigabit adapters and switches really has nothing special to do with
>> how to set up a basic network.
>>
>> You connect a router to the modem, then uplink the switch (gigabit or
>> otherwise) to the router, then connect the pcs to the switch.
>>
>> If you enable TCPIP and DHCP on the pcs, the router will provide ip addresses
>> for one and all, and will also provide whatever DNS server addresses your
>> modem drags out of your ISP.
>>
>> If you then configure all pcs to be in the same workgroup, create user
>> accounts on all systems for all users, and enable file & printer sharing, all
>> systems should be able to "talk" to one another just fine.
>>
>> See www.practicallynetworked.com to get your feet wet...
>>
>> /daytripper
>Thanks so much.
>BTW the IP address will it be all different ?
Yes, the router will not hand out duplicates. And as long as all systems are
configured to use DHCP to obtain their respective ip addresses, there's no
chance of you setting a static address on one machine that conflicts with a
dhcp address on another.
Otherwise you can certainly manually configure all systems with static
addresses if you chose. I generally do this for fixed/wired systems on my lan
and only use DHCP for roaming devices (eg: our wireless laptops).
>I have to hardcode the IP addresss into the Network Control Panel/
>Properties/Advanced/DNS
Your modem should obtain valid DNS server addresses from your isp, and the
router should inform any DHCP-enabled system of those addresses.
Otoh, if you configure systems to use static addresses you generally have to
manually configure the DNS settings as well.
>DNS Suffix for this connection ?
>Register this connection addrrss in DNS ?
Those settings have to be manually configured regardless of static or dynamic
ip assignment.
>Enable NetBIOS over TCPIP or from DHCP Server ?
I recommend manually enabling Netbios over TCPIP as it can preclude the need
for lmhosts files, etc.
>As I had all these done by a Technician before.. 8=(
Clearly ;-)
Investing some time in a "networking for newbies" site such as
www.practicallynetworked.com may free you from needing techies!
cheers
/daytripper