944,117 Members | Top Members by Rank

  • Networking Discussion Thread
  • Unsolved
  • Views: 3693
  • Networking RSS
You are currently viewing page 1 of this multi-page discussion thread
May 10th, 2006
0

Need help sharing files wirelessly

Expand Post »
I have been reading though various articles but I cant figure out how to share files. I have a Linksys WRT54G with my desktop wired to it and a laptop using it wirelessly. Both computers use Win XP Pro. I just need a little help on extacly what I have to go through to be able to connect to each computer using the other. Thanks for any help.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Apex-jb is offline Offline
8 posts
since May 2006
May 15th, 2006
0

Re: Need help sharing files wirelessly

Unfortunately since you don't have a domain controller you'll have to enable the 'GUEST' account (quick and dirty fix). Also, check your network adapter properties to ensure File and Printer sharing is enabled, along with your Firewall settings (File and Printer settings ALLOWED).
Reputation Points: 10
Solved Threads: 0
Newbie Poster
.Pat is offline Offline
23 posts
since May 2006
May 16th, 2006
0

Re: Need help sharing files wirelessly

Quote originally posted by .Pat ...
Unfortunately since you don't have a domain controller you'll have to enable the 'GUEST' account ...
Or create an identical user account on both computers, which would be not quite as "dirty" a fix.
DMR
Team Colleague
Reputation Points: 221
Solved Threads: 369
Wombat At Large
DMR is offline Offline
6,439 posts
since Dec 2003
May 19th, 2006
0

Re: Need help sharing files wirelessly

Quote originally posted by DMR ...
Or create an identical user account on both computers, which would be not quite as "dirty" a fix.
I already have two accounts with identical names. Both computers have file and printer sharing allowed. I already created a workgroup, but when I try to "view workgroups" I get an error messege saying "'workgroug' is not accesable. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permision.
The list of servers for this workgroup is not currently availible"
Could there be some setting I have to change on my router? I looked through all the settings but didnt see anything that seemed wrong but I didnt really know what I was looking for either.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Apex-jb is offline Offline
8 posts
since May 2006
May 19th, 2006
0

Re: Need help sharing files wirelessly

I just tried activating the guest account and got the same error message on both computers. (I didnt have to restart my computers though, right?)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Apex-jb is offline Offline
8 posts
since May 2006
May 19th, 2006
0

Re: Need help sharing files wirelessly

The router settings are probably OK; that error is usally a result of a misconfiguration on one or both of the workstations.

* Is the router connected to the Internet? If so, can both computers access the Net with any problems?

* Here are some things to check, and some troublehshooting steps to try. When going through the steps, please perform all of them, and give us the detailed results of each and every one in your next post:

1. When troubleshooting any network-related issue, the first thing you need to do is to completely disable any firewall software (including XP's built-in ICF/ICS features). Simply choosing the "Disable" option in the firewall program's settings/preferences rarely turns the firewall off entirely; you will need to deselect the preference setting that tells the firewall to automatically start when Windows boots, and then restart the computers. After reboot, verify that the firewall is indeed disabled.
Keep your firewalls dropped until you get things working.


2. Make sure the two computer's IPs and the router's IP are all in the same network range. If the router is configured as a DHCP server, it should supply the correct addressing info for you; you can check the computers' IP info by opening a DOS box and typing the following command at the prompt:

ipconfig /all


3. While still in the DOS box, verify basic connectivity by pinging the IP of each machine and the router. The syntax of the ping commands is:

From computer #1:
ping IP address of router
ping
IP addresss of computer #2

From computer #2:
ping IP address of router
ping
IP addresss of computer #1

You should get 4 positive replies from each ping command.


4. Make sure that the Computer Browser Service is running on at least one of the computers. To check/start the service:
* Click on the "Run..." option in your Start menu.
* Enter the following in the resulting "Open:" box, and hit OK: services.msc
* In the list of services, locate the service named "Computer Browser" and double-click on it.
* In the General tab of the Properties window that opens, click the Start button if the service is not already started.
* Once the service is started, choose Automatic in the "Startup Type" drop-down menu and then click OK.


5. Set up a shared folder on each machine. Once done, go back to the DOS box and try the following commands:

From computer #1:
net view IP addresss of computer #2

From computer #2:
net view IP addresss of computer #1

The "net view" command should list the available share(s) on the machine you target with command. If the command gives you an error, please post the exact text of that error.


One special problem that can occur:

If you've had your laptop connected to other networks, there's a chance that the DHCP server on one of those networks has made a modification to the laptop's Windows Registry which will cause browsing problems on a home network.

The Registry value in question is HKLM\SYSTEM\CurrentControlSet\Services\NetBT\Parameters\DHCPNodeType
For normal home networking, the Data Value should be set to "1" or "4".
Let us know if you need help with checking/modifying this value.
DMR
Team Colleague
Reputation Points: 221
Solved Threads: 369
Wombat At Large
DMR is offline Offline
6,439 posts
since Dec 2003
May 25th, 2006
0

Re: Need help sharing files wirelessly

Okay.... I did everything you said and it all worked, I can now view the computers on the network and everything and I have no clue why its working now and wasnt before. Im going to try turning on my firewall and antivirus again and see if it still works. But so far thanks for the help, Ive been wanting to learn the diferent commands in DOS and how to use them and this has taught me a few new ones.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Apex-jb is offline Offline
8 posts
since May 2006
May 25th, 2006
0

Re: Need help sharing files wirelessly

Ok mabey I spoke too soon. I can view my workgroup from my desktop but not my laptop...

Alright, when I turn Norton firewall on my laptop on I cant view the work group on my laptop but the opposite is not true on my desktop. I can have norton firewall enabled on my desktop and still view the workgroup. Im gona play around with it some more and try to figure it out but if anyone knows what to do that would be great.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Apex-jb is offline Offline
8 posts
since May 2006
May 25th, 2006
0

Re: Need help sharing files wirelessly

Now I cant view the workgroup from my laptop at all. When I type net view "Ip for desktop" I get "System error 53 has occurred."
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Apex-jb is offline Offline
8 posts
since May 2006
May 25th, 2006
0

Re: Need help sharing files wirelessly

I restarted my computers, had all the firewalls turned off on them, and then tried to connect to the workgroup. I cant connect to the workgroup on either computer now. I can ping each computer from the other and ping the router from each computer. I can net view "IP of computer" each computer and view the sharded files but I can not net view. When I type net view I get "System error 6118 has occurred. The list of servers for this workgroup is not currently available".
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Apex-jb is offline Offline
8 posts
since May 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Networking Forum Timeline: Cannot to internet, gateway offline
Next Thread in Networking Forum Timeline: Internet Sending but not recieving





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC