ouch
Main Topics
Browse All TopicsThe setup:
I have a hub, of which the upload is connected to the cable modem, then port 1 goes to the pc downstairs, and port 2 goes to the pc upstairs, both have IP's assigned by @Home, so they are conencted trough the internet.
But I want to have a local network too, since transferring files over that will go with 100 as second and not the slow rates of the cable, how do I set it up, I've heard things about ínternal' IP's but could find nothing.
I am some kind of an expert on networking, so expect me to know most things.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
have a hub, of which the upload is connected to the cable modem, then port 1 goes to the pc downstairs,
and port 2 goes to the pc upstairs, both have IP's assigned by @Home, so they are conencted trough the
internet.
By having the ip's assigned by @home, then you will have trouble. They aren't really on a LAN that way. If it were all the people on @home could have access to your files (not a good thing)
If you want LAN connectivity, get a router (not a hub) have @home assign the ip to the WAN side of the router, and use private ip's on the LAN side, and use NAT (usually built in to the router)
You will have slower internet access (sharing a connection) but faster LAN
The way you are doing it now is a big security risk
I think you could run file sharing in some security, if you bind it to NETBEUI protocol (not routable), but I would strongly suggest upping your defences a bit by getting a router between your LAN and the cable modem.
NETBEUI requires both computers to be in the same workgroup and having individual computer names. That's it.
Regards
/RID
A quick suggestion to try:
Assign a secondary IP address to each machine (you know you can assign up to 5 IP addresses to a NIC with Windows), then setup your LMHOSTS file with this secondary address.
IE.
PC1 - 192.168.12.1 255.255.255.0
PC2 - 192.168.12.2 255.255.255.0
LHMOSTS:
192.168.12.1 <tab> PC1 <tab> #PRE
192.168.12.2 <tab> PC2 <tab> #PRE
Now simply map network drives, or browse Network neighborhood using the private IP addresses instead of the public.
This is a simple solution, but not the most secure since you share folders, you open yourself up to everyone on the @home network. Suggest you get at a minimum a host-based firewall like Zone Alarm on each computer.
Steven's idea of a NAT router in front of both systems is the better solution for the long run. These DSL/Cable routers run less than $100.
Aeonin:
This old question needs to be finalized -- accept an answer, split points, or get a refund. For information on your options, please click here-> http:/help/closing.jsp#1
EXPERTS:
Post your closing recommendations! No comment means you don't care.
Business Accounts
Answer for Membership
by: TooKoolKrisPosted on 2002-05-17 at 12:33:27ID: 7017157
You should be able to map a drive from one pc to other, any expert in networking should be able to figure that out.