Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Ping works, but still can't share files?

Reply
Thread Tools Display Modes

Ping works, but still can't share files?

 
 
Spassvogel
Guest
Posts: n/a

 
      09-06-2004, 10:10 PM
I have a wireless router, my desktop is plugged straight into it, and my
laptop has the wireless card. Before I went wireless, I had networked them
using a firewire and had created a firewire network that worked fine. When
I went wireless, I found that all of those networking settings worked fine
over the wireless, I didn't have to change anything.

But.

When I was attending grad-school, the tech took our laptops so we could
access the school's massively encrypted wireless internet. When I got home,
blamo, I could no longer share files.

I can ping each computer with the other.
The laptop actually sees the desktop in the workgroup, but you can't expand
it and see the shared folders.
The desktop can't see the laptop in the workgroup, but can ping it.

The desktop of course lists all of its own shared folders under the
workgroup name, but not the laptop's.

The laptop lists all of its own share folders under the workgroup name but
not the desktop's

Any ideas?

Thanks!

JR



 
Reply With Quote
 
 
 
 
Duane Arnold
Guest
Posts: n/a

 
      09-06-2004, 10:17 PM
"Spassvogel" <(E-Mail Removed)> wrote in
news:1bGdndU44Y3yfaHcRVn-(E-Mail Removed):

> I have a wireless router, my desktop is plugged straight into it, and
> my laptop has the wireless card. Before I went wireless, I had
> networked them using a firewire and had created a firewire network
> that worked fine. When I went wireless, I found that all of those
> networking settings worked fine over the wireless, I didn't have to
> change anything.
>
> But.
>
> When I was attending grad-school, the tech took our laptops so we
> could access the school's massively encrypted wireless internet. When
> I got home, blamo, I could no longer share files.
>
> I can ping each computer with the other.
> The laptop actually sees the desktop in the workgroup, but you can't
> expand it and see the shared folders.
> The desktop can't see the laptop in the workgroup, but can ping it.
>
> The desktop of course lists all of its own shared folders under the
> workgroup name, but not the laptop's.
>
> The laptop lists all of its own share folders under the workgroup name
> but not the desktop's
>
> Any ideas?
>
> Thanks!
>
> JR
>
>
>
>


You sure the laptop is in the same Workgroup as the desktop? I just use
TCP/IP, MS Client and MS File a Print Share on the NIC and that allows me
to access wired and wireless machines on the network.

Duane
 
Reply With Quote
 
Jerry Park
Guest
Posts: n/a

 
      09-07-2004, 03:01 AM
Spassvogel wrote:

>I have a wireless router, my desktop is plugged straight into it, and my
>laptop has the wireless card. Before I went wireless, I had networked them
>using a firewire and had created a firewire network that worked fine. When
>I went wireless, I found that all of those networking settings worked fine
>over the wireless, I didn't have to change anything.
>
>But.
>
>When I was attending grad-school, the tech took our laptops so we could
>access the school's massively encrypted wireless internet. When I got home,
>blamo, I could no longer share files.
>
>I can ping each computer with the other.
>The laptop actually sees the desktop in the workgroup, but you can't expand
>it and see the shared folders.
>The desktop can't see the laptop in the workgroup, but can ping it.
>
>The desktop of course lists all of its own shared folders under the
>workgroup name, but not the laptop's.
>
>The laptop lists all of its own share folders under the workgroup name but
>not the desktop's
>
>Any ideas?
>
>Thanks!
>
>JR
>
>
>
>
>

The tech at the grad school may have set your NodeType to 2 or the
network at the school may have set a DHCPNodeType of 2. If the NodeType
is 2, your system is trying to resolve addresses by querying the lan's
WINS server. If your system has no WINS (or SAMBA) server, as few home
networks do, your computer cannot find other computers.

I keep my NodeType set to 8.

Go here: http://www.windowsitlibrary.com/Content/69/01/9.html . Near the
bottom of the page is an explanation of the NodeType parameter and where
it is set in the registry.
 
Reply With Quote
 
Jeff Liebermann
Guest
Posts: n/a

 
      09-07-2004, 06:34 AM
On Mon, 6 Sep 2004 15:10:54 -0700, "Spassvogel" <(E-Mail Removed)>
wrote:

>I have a wireless router, my desktop is plugged straight into it, and my
>laptop has the wireless card. Before I went wireless, I had networked them
>using a firewire and had created a firewire network that worked fine. When
>I went wireless, I found that all of those networking settings worked fine
>over the wireless, I didn't have to change anything.


Yep. Just a minor explanation. The hardware runs on IP layers 1 and
2. That can be ethernet, wireless, firewire, USB, IRDA, or just about
any transport mechanism. TCP/IP sits on layer 3 and is indpendent of
the communications medium. NETBIOS over TCP is what Microsloth uses
for its networking protocol.

>When I was attending grad-school, the tech took our laptops so we could
>access the school's massively encrypted wireless internet. When I got home,
>blamo, I could no longer share files.


Oops. Did they add any software such as a proxy server, kerberos
authentication module, or VPN client?

>I can ping each computer with the other.


I'll assume Windoze XP Home since you didn't bother to disclose
anything about your hardware and software. You'll find you get better
answers and less irate answerers if you supply such details.

>The laptop actually sees the desktop in the workgroup, but you can't expand
>it and see the shared folders.
>The desktop can't see the laptop in the workgroup, but can ping it.
>
>The desktop of course lists all of its own shared folders under the
>workgroup name, but not the laptop's.


Sounds like you're on two different workgroups. Right click on "My
Computah" on your desktop, select "Properties" and "System Name".
Make sure the workgroup name is the same on both machines.

>The laptop lists all of its own share folders under the workgroup name but
>not the desktop's


Well, one misfeature of Windoze is the 12 minute delay between master
browser updates. You can bypass this "network neighborhood" delay
with the following incantations. Try:
Run -> \\192.168.1.123
where the IP address is that of the other machine. Try it from both
machines. You should see a window with all the available shares. You
can also do it more properly with the NETBIOS names:
Run -> \\Netbios_name
To get a list of names, run:
cmd
net view

If you can now see shared folders, but get a password error when you
try to open them, you have several options. You can trash your
security by enabling the guest account. Or, you can setup identical
user/password pairs of accounts on both machines.


--
Jeff Liebermann (E-Mail Removed)
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 AE6KS 831-336-2558
 
Reply With Quote
 
Spassvogel
Guest
Posts: n/a

 
      09-07-2004, 08:08 PM
"Jeff Liebermann" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>>

> If you can now see shared folders, but get a password error when you
> try to open them, you have several options. You can trash your
> security by enabling the guest account. Or, you can setup identical
> user/password pairs of accounts on both machines.


Yes, it's XP Home...and there is a guest account enabled on both machines,
the workgroup is exactly the same, and as I mentioned (I think) one of the
computers, the laptop, can see the desktop on the workgroup, but just none
of the shared folders. However, the desktop can't seen the laptop on the
same workgroup!

I'll try changing the node type...weeeeeee.

JR


 
Reply With Quote
 
Duane Arnold
Guest
Posts: n/a

 
      09-07-2004, 09:58 PM
Spassvogel wrote:

> "Jeff Liebermann" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>>

>> If you can now see shared folders, but get a password error when you
>> try to open them, you have several options. You can trash your
>> security by enabling the guest account. Or, you can setup identical
>> user/password pairs of accounts on both machines.

>
> Yes, it's XP Home...and there is a guest account enabled on both machines,
> the workgroup is exactly the same, and as I mentioned (I think) one of the
> computers, the laptop, can see the desktop on the workgroup, but just none
> of the shared folders. However, the desktop can't seen the laptop on the
> same workgroup!
>
> I'll try changing the node type...weeeeeee.
>
> JR


I'll repeat it to you again. If you run with just MS Client, MS File and
Print Share as the services and TCP/IP as the protocol --- no NETBeui or no
Netbios on the NIC(s), then you'll be able to share resources between the
machines wired and wireless with no problems. It's either that or use
NWlink as the protocol on the NIC(s) - no Netbeui or NetBios and the
protocol will allow resources to be shared between the wired and wireless
machines on XP with no problems.

<http://www.microsoft.com/resources/documentation/Windows/XP/all/reskit/en-us/Default.asp?url=/resources/documentation/Windows/XP/all/reskit/en-us/prch_cnn_lafg.asp>

You may want to do a little bit to secure the XP O/S.

http://www.uksecurityonline.com/index5.php

Duane
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ping: Yes, share files, no? Wireless Networks 0 09-01-2004 02:55 PM
Simple Wireless Network to share ADSL Connection, but we cannot see or share files any more, help Hubert Dethurens Wireless Internet 3 12-22-2003 01:52 PM
Internet connection works but cannot share files Douglas Ling Windows Networking 5 08-15-2003 07:51 AM
Connecting two WinXPPro machines: can ping but can't share files c.j[DOT]w Windows Networking 8 07-28-2003 03:55 PM
Connecting two WinXPPro machines: can ping but can't share files c.j[DOT]w Home Networking 20 07-28-2003 03:55 PM



1 2 3 4 5 6 7 8 9 10 11