Need help sharing files wirelessly

Reply

Join Date: May 2006
Posts: 8
Reputation: Apex-jb is an unknown quantity at this point 
Solved Threads: 0
Apex-jb Apex-jb is offline Offline
Newbie Poster

Need help sharing files wirelessly

 
0
  #1
May 10th, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 23
Reputation: .Pat is an unknown quantity at this point 
Solved Threads: 0
.Pat's Avatar
.Pat .Pat is offline Offline
Newbie Poster

Re: Need help sharing files wirelessly

 
0
  #2
May 15th, 2006
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).
IT Faction
..the fastest growing IT job site & community on the net!
www.itfaction.com
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 364
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Need help sharing files wirelessly

 
0
  #3
May 16th, 2006
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.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 8
Reputation: Apex-jb is an unknown quantity at this point 
Solved Threads: 0
Apex-jb Apex-jb is offline Offline
Newbie Poster

Re: Need help sharing files wirelessly

 
0
  #4
May 19th, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 8
Reputation: Apex-jb is an unknown quantity at this point 
Solved Threads: 0
Apex-jb Apex-jb is offline Offline
Newbie Poster

Re: Need help sharing files wirelessly

 
0
  #5
May 19th, 2006
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?)
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Solved Threads: 364
Team Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: Need help sharing files wirelessly

 
0
  #6
May 19th, 2006
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.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 8
Reputation: Apex-jb is an unknown quantity at this point 
Solved Threads: 0
Apex-jb Apex-jb is offline Offline
Newbie Poster

Re: Need help sharing files wirelessly

 
0
  #7
May 25th, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 8
Reputation: Apex-jb is an unknown quantity at this point 
Solved Threads: 0
Apex-jb Apex-jb is offline Offline
Newbie Poster

Re: Need help sharing files wirelessly

 
0
  #8
May 25th, 2006
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.
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 8
Reputation: Apex-jb is an unknown quantity at this point 
Solved Threads: 0
Apex-jb Apex-jb is offline Offline
Newbie Poster

Re: Need help sharing files wirelessly

 
0
  #9
May 25th, 2006
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."
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 8
Reputation: Apex-jb is an unknown quantity at this point 
Solved Threads: 0
Apex-jb Apex-jb is offline Offline
Newbie Poster

Re: Need help sharing files wirelessly

 
0
  #10
May 25th, 2006
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".
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Networking Hardware Configuration Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC