Yvonne wrote in
(E-Mail Removed) om:
> Gaz wrote:
>
>
>>
>> go to run and type
>> \\192.168.0.2 (from any of the PCs that arent 0.2) and see if you
>> can access the shared folders on them, try it on the other pcs.
>>
>> Gaz
>
> Did that, and still can't see the shared folders. Whilst I can Ping
> any PC, none of the PC's can see any other PC in Network
> Neighborhood so there's no way I'd be able to see the folders.
> I've done ipconnfig /release and ipconfig /renew on each PC and that
> goes OK. Also I get internet access from any PC. So surely it's got to
> be something about the DG834's default settings.as I had full sharing
> across the workgroup on the DG814 on its default settings.
> Stumped I am.
Hmm. I'm a bit stumped by this one too. My immediate thought was software
firewalls such as Norton, but you're not using one. And all the PCs can ping
each other as well as pinging the router?
From a DOS prompt (which you'd use for ipconfig or ping) on one of the PCs,
try the following commands and see if any of them work. I'm assuming the the
PC that you're running the commands on is called PC1 and the other two PCs
are called PC2 and PC3 (as shown by the hostname command at the DOS prompt).
- ping PC1
- ping PC2 (should successfully resolve the name to an IP, then ping
that IP)
- net view (should display hostnames of all PCs in workgroup)
- net view \\PC1 (should display PC1's shares on PC1)
- net view \\PC2 (should display PC2's shares on PC1)
- net view \\192.168.0.2 (PC1's IP)
- net view \\192.168.0.3 (PC2's IP)
If these comands fail, the error number may give a clue to the problem. The
normal failure of "net view \\pc1" is error 53 "path not found", indicating
that the PC cannot locate the remote computer by network name.
Open the router's config page by browsing to 192.168.0.1. (By the way, I
suggest you add a line "192.168.0.1 router" to
\windows\system32\drivers\etc\hosts (with a tab character before "router")
so you can browse to a "URL" of "router", to save you having to type in the
router's IP each time.)
I presume the DG834 is very similar to the DG834G and DG834GT (54 and 108
Mbps wireless versions of the DG834 non-wireless router) and will have
similar menus.
Look on the Maintenance -> Attached Devices menu: you should see the IP
addresses of all attached PCs. The Device Name column should show the each
PC's hostname; if it says Unknown, that suggests that PCs are not
broadcasting their names.
It may help to enable TCP NetBIOS on each of the PCs, as NetBIOS is one of
the mechanisms by which PCs broadcast their names so they can access each
others' shares. To do this:
- Control Panel | Network Connections | (right click on Local Area Network
icon) | Properties
- Highlight TCP/IP in " This connection uses"
- on the General tabsheet, press Advanced and then switch to the WINS
tabsheet
- In "NetBIOS setting" change from Default to Enable NetBIOS; press OK as
required
Back in DOS prompt, try "nbtstat -n" which should give a list like
NetBIOS Local Name Table
Name Type Status
---------------------------------------------
MARTINLAPTOP <00> UNIQUE Registered
MARTINLAPTOP <20> UNIQUE Registered
MUND <00> GROUP Registered
MUND <1E> GROUP Registered
MUND <1D> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered
where, in my case, MARTINLAPTOP is this PC's hostname and MUND is the
workgroup.
Similarly, "nbtstat -a PC2" should display a corresponding list from PC2 and
"nbtstat -c" should display something like
Name Type Host Address Life [sec]
------------------------------------------------------------
MARTINU <20> UNIQUE 192.168.0.6 595
MARTINU <00> UNIQUE 192.168.0.6 595
MARTIN-MESH <20> UNIQUE 192.168.0.2 525
MARTIN-MESH <00> UNIQUE 192.168.0.2 422
where MARTINU and MARTIN-MESH are the other two PCs on my network.