Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Networking Forum > Networking Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Networking Support General Networking Support Forum

Reply
 
LinkBack Thread Tools
Old 05-20-2008, 09:35 PM   #1 (permalink)
Registered User
 
BakedPotato's Avatar
 
Join Date: May 2008
Posts: 72
OS: Windows 7 Premium (64 bit)


[SOLVED] Network was Working... Now It Isn't

I bought a new computer, and I want to transfer some 140 gigabytes or so of my current computer's files onto this new one. If anyone can recommend to me a way to do this efficiently, please do so.

Otherwise, my problem... I was transferring files via My Network Places. I connected the two to my modem via ethernet cables, and set up SharedDocs folders from which I could drag and drop copies of things from one computer to the next.

Then I restarted the new computer after finishing some files. And now it's simply not working. When I try to access the SharedDocs folder on either computer connected to the other, it slowly does nothing, unless I press enter, in which case it'll give me an error message about not having access to it or some BS. I can't reproduce this message because both SharedDocs folders are now gone.

Nothing I'm doing is changing anything to fix it. No amount of attempts to fix the network or set up a new one are producing any results. When I try to connect one to the other, it does nothing for a full five minutes or so before giving me the error message that the folder name I chose is not valid.



Can someone please help me with this problem, or else recommend to me an easier way to transfer files from one computer to another? Serial ports apparently aren't working either, or else I've done it wrong.
BakedPotato is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-21-2008, 01:04 AM   #2 (permalink)
Tech Hardware Team
 
Join Date: Apr 2008
Posts: 810
OS: MS SBS 2003 SP2


Re: Network was Working... Now It Isn't

BakedPotato,

Did you plug both of your PCs into a broadband modem or modem/router? If so, what is the make and model of this device? Do you have DSL or Cable?

It possible that after rebooting - the PC aquired an address that wasn't compatible with the address of the other PC - thus breaking apart their ability to communicate.

What are the makes/models of BOTH PCs as well as the versions of Windows/service packs you're running on both?

One solution for moving files between the two PCs would be to use some type of removable storage device (USB Flash Drive, USB External Hard drive, CDR or DVDR disks) - provided both PCs have the ability to read such devices/media.

The network connection SHOULD work. I think something got messed up with the IP address/config on one or both of those PCs.

Reply with more details and we should be able to help you.

- John
johnhook is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-21-2008, 08:53 AM   #3 (permalink)
Registered User
 
BakedPotato's Avatar
 
Join Date: May 2008
Posts: 72
OS: Windows 7 Premium (64 bit)


Re: Network was Working... Now It Isn't

Okay...

They're both connected to a DSL modem, a Westell model

I plan on transferring at least 100 gigabytes worth of stuff. That would be a buttload of CD+/-R's

Both PC's are Windows XP Service packs 2, one is a Dell Dimension 3000 (old one), the other is an AMD Phenom 9500 Quad-Core (new one)


I think you may have hit something on the rebooting... since this problem only occurred after rebooting the Phenom. But past that, I don't know what else to do. I have no idea how to configure or fix IP addresses
BakedPotato is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-21-2008, 09:03 AM   #4 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,748
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Network was Working... Now It Isn't

Turn off any firewalls for debugging. If the firewall is the problem, you'll have to configure it to allow access to "trusted zone" addresses. Note that some firewalls must be completely uninstalled to stop them from affecting your networking.

Hold the Windows key and press R, then type CMD to open a command prompt.

In the command prompt window that opens, type type the following commands:

PING each remote computer by IP address, and if successful, PING by name. Open a command prompt as described above and type.

PING <ip address>
or
PING <computer name>


Where:
<ip address> - is the x.x.x.x IP address
<computer name> - is the computer name

A failure to PING is almost always a firewall configuration issue. Any failure to PING needs to be corrected before you go any farther.

Note: You can obtain the IP address and computer name of a computer by opening a command prompt (DOS window) and typing IPCONFIG /ALL. This should work for any Windows version. The IPCONFIG /ALL display will provide a wealth of useful information for debugging your network connection.

Check your Services are Started on all PCs:
  • Computer Browser
  • DHCP Client
  • DNS Client
  • Network Connections
  • Network Location Awareness
  • Remote Procedure Call (RPC)
  • Server
  • TCP/IP Netbios helper
  • Workstation

Note: You can check the services in Control Panel, Administrative Tools, Services.

All of these services should be started, and their startup type should be automatic.

All computers should be in the same workgroup for computer browsing to function properly. File & Print Sharing has to be enabled on any computer you wish to share files or printers from. You also need to actually share the resource in question from My Computer, right click on the drive/printer/folder, and select sharing.

If you encounter difficulties accessing computers that are visible in Network Neighborhood, make sure the computer being accessed has an account with the same name/password as the system connecting to it uses to login.

While the default NetBIOS setting is correct for normal network configurations, it's possible for it to be altered, and it costs nothing to make sure it's correct. NETBIOS over TCP/IP must be enabled for normal network browsing.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-21-2008, 11:03 AM   #5 (permalink)
Registered User
 
BakedPotato's Avatar
 
Join Date: May 2008
Posts: 72
OS: Windows 7 Premium (64 bit)


Re: Network was Working... Now It Isn't

I think I've got it...

At first they wouldn't ping one another, but disabling the firewall has enabled the old computer to ping the old. Then I enabled sharing on the hard drive, and now they can reach and read one another. All the services were started to begin with. I'm still not sure if this is working or how long it will last, so I'll try and update.
BakedPotato is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-22-2008, 10:19 AM   #6 (permalink)
Registered User
 
BakedPotato's Avatar
 
Join Date: May 2008
Posts: 72
OS: Windows 7 Premium (64 bit)


Re: Network was Working... Now It Isn't

Thank you, everyone. It turns out the firewall was the issue. I've since transferred all the files I need to, and am on the new computer now.

BakedPotato is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-22-2008, 06:33 PM   #7 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,748
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Network was Working... Now It Isn't

Firewalls are frequently the cause of this issue.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:14 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85