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 > File and Application Sharing
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


File and Application Sharing Help sharing network resources - We do not support P2P of any kind

Reply
 
LinkBack Thread Tools
Old 01-12-2009, 11:01 AM   #1 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Problem creating workgroup/file sharing between 2 systems

Hi TSF

I'v got a lil problem when i try to connect 2 of my sytems by ethernet cable to transfer files.
I didn't have any sort of probs Before formatting. But now that iv formatted and reinstalled the drivers, i simply can't create/access shared folders from one system to another.

I Do get the "Lcoal Area Network Connected" icon on my taskbar but i tried pinging from one system to another, and didnt get any returns. They timed out.

Both the sytems are in the same workgroup and yet when i go to the workgroup window, i dont see the other system.

Any help ?
zain910128 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 01-13-2009, 08:41 AM   #2 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,623
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Problem creating workgroup/file sharing between 2 systems

Failure to ping is almost always a firewall configuration issue.


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:
  • COM+ Event System (for WZC issues)
  • Computer Browser
  • DHCP Client
  • DNS Client
  • Network Connections
  • Network Location Awareness
  • Remote Procedure Call (RPC)
  • Server
  • TCP/IP Netbios helper
  • Wireless Zero Configuration (XP wireless configurations)
  • WLAN AutoConfig (Vista wireless configurations)
  • 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.

If a service is not running, open it's properties and check the dependencies. Check each of the dependencies and see which one is preventing the service from running. Checking the event log is also a good idea here, there may be clues to what is failing.


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 Places (Network and Sharing Center in Vista), 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 01-13-2009, 07:09 PM   #3 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

Quote:
A failure to PING is almost always a firewall configuration issue. Any failure to PING needs to be corrected before you go any farther.
I'v turned off windows firewall on both systems. The only other protection installed is avast (which i think has no firewall)

Quote:
Check your Services are Started on all PCs
The services are started. except the vista and wireless ones, as i have neither.

Quote:
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.
The computers have the same workgroup name.
And i did check the option for file&printer sharing in the create small network wizard.
On right clicking and going to the apropriate window, i can see that "Shared" folder is indeed sharing with other systems in the network.

Quote:
If you encounter difficulties accessing computers that are visible in Network Places
That is the problem, i cant see the other computer in network places or workgroup.

Quote:
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.
Can u elaborate and give steps for this one ?
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-14-2009, 12:52 PM   #4 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,623
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Problem creating workgroup/file sharing between 2 systems

Let's see this for each of the systems.


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, one at a time, followed by the Enter key:

Note that there is a space before the -n or the /ALL, but there is NOT a space after the - or / in the following commands.

NBTSTAT -n

IPCONFIG /ALL


Right click in the command window and choose Select All, then hit Enter to copy the contents to the clipboard.
Paste the results in a message here.

If you are on a machine with no network connection, use a floppy, USB disk, or a CD-RW disk to transfer a text file with the information to allow pasting it here.
__________________
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 01-15-2009, 06:36 AM   #5 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

System 1:



___________

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\User>nbtstat -n

Local Area Connection:
Node IpAddress: [192.168.0.2] Scope Id: []

NetBIOS Local Name Table

Name Type Status
---------------------------------------------
DESKTOP <00> UNIQUE Registered
DESKTOP <20> UNIQUE Registered
123 <00> GROUP Registered
123 <1E> GROUP Registered
123 <1D> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered

BSNL:
Node IpAddress: [117.197.52.147] Scope Id: []

No names in cache

C:\Documents and Settings\User>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : desktop
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
Physical Address. . . . . . . . . : 00-0F-FE-09-D4-4E
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1

PPP adapter BSNL:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 117.197.52.147
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 117.197.52.147
DNS Servers . . . . . . . . . . . : 218.248.255.194
218.248.255.146
NetBIOS over Tcpip. . . . . . . . : Disabled

C:\Documents and Settings\User>
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-15-2009, 07:18 AM   #6 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

System 2


____________


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\asif1>nbtstat -n

Local Area Connection:
Node IpAddress: [192.160.0.1] Scope Id: []

NetBIOS Local Name Table

Name Type Status
---------------------------------------------
LAPTOP <00> UNIQUE Registered
LAPTOP <20> UNIQUE Registered
123 <00> GROUP Registered
123 <1E> GROUP Registered
123 <1D> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered

BSNL:
Node IpAddress: [117.197.52.101] Scope Id: []

No names in cache

C:\Documents and Settings\asif1>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : Laptop
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethe
rnet NIC
Physical Address. . . . . . . . . : 00-0A-E4-EC-54-4F
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.160.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.160.0.2

PPP adapter BSNL:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 117.197.52.101
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 117.197.52.101
DNS Servers . . . . . . . . . . . : 218.248.255.194
218.248.255.146
NetBIOS over Tcpip. . . . . . . . : Disabled

C:\Documents and Settings\asif1>
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-15-2009, 12:11 PM   #7 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,623
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Problem creating workgroup/file sharing between 2 systems

Remove the default gateway specification on those two manually configured connections, leave it blank. You also want to leave the DNS Server specification blank on those connections.
__________________
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 01-19-2009, 07:35 AM   #8 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

I blanked the Default gateway Specs field and the DNS Preference was already blank.
Still no good.

You said something about Enabling Netbios over TCpip.
How do i do that ? Will that help ?
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-19-2009, 08:05 AM   #9 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

Never mind, i googled it and enabled netbios, and checked workgroup again. It still doesnt show the other system
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-19-2009, 01:14 PM   #10 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,623
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Problem creating workgroup/file sharing between 2 systems

Let's see the following from both systems when they're connected again.

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, one at a time, followed by the Enter key:

Note that there is a space before the -n or the /ALL, but there is NOT a space after the - or / in the following commands.

NBTSTAT -n

IPCONFIG /ALL


Right click in the command window and choose Select All, then hit Enter to copy the contents to the clipboard.
Paste the results in a message here.

If you are on a machine with no network connection, use a floppy, USB disk, or a CD-RW disk to transfer a text file with the information to allow pasting it here.
__________________
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 01-21-2009, 10:02 AM   #11 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

Laptop:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\asif1>nbtstat -n

Local Area Connection:
Node IpAddress: [192.160.0.1] Scope Id: []

NetBIOS Local Name Table

Name Type Status
---------------------------------------------
LAPTOP <00> UNIQUE Registered
LAPTOP <20> UNIQUE Registered
MSHOME <00> GROUP Registered
MSHOME <1E> GROUP Registered
MSHOME <1D> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered

BSNL:
Node IpAddress: [117.197.56.45] Scope Id: []

No names in cache

C:\Documents and Settings\asif1>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : Laptop
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Mixed
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139 Family PCI Fast Ethe
rnet NIC
Physical Address. . . . . . . . . : 00-0A-E4-EC-54-4F
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.160.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

PPP adapter BSNL:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 117.197.56.45
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 117.197.56.45
DNS Servers . . . . . . . . . . . : 218.248.255.194
218.248.255.146
NetBIOS over Tcpip. . . . . . . . : Disabled

C:\Documents and Settings\asif1>
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-21-2009, 10:13 AM   #12 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

Desktop:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\User>nbtstat -n

Local Area Connection:
Node IpAddress: [192.168.0.2] Scope Id: []

NetBIOS Local Name Table

Name Type Status
---------------------------------------------
DESKTOP <00> UNIQUE Registered
MSHOME <00> GROUP Registered
DESKTOP <20> UNIQUE Registered
MSHOME <1E> GROUP Registered
MSHOME <1D> UNIQUE Registered
..__MSBROWSE__.<01> GROUP Registered

BSNL:
Node IpAddress: [117.197.55.45] Scope Id: []

No names in cache

C:\Documents and Settings\User>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : desktop
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
Physical Address. . . . . . . . . : 00-0F-FE-09-D4-4E
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

PPP adapter BSNL:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 117.197.55.45
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 117.197.55.45
DNS Servers . . . . . . . . . . . : 218.248.255.194
218.248.255.146
NetBIOS over Tcpip. . . . . . . . : Disabled

C:\Documents and Settings\User

Last edited by zain910128; 01-21-2009 at 10:15 AM.
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-23-2009, 01:44 PM   #13 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,623
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Problem creating workgroup/file sharing between 2 systems

What is the WAN (PPP/SLIP) Interface on each of these machines? Is something actually connected to that?
__________________
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 01-24-2009, 10:36 PM   #14 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

I'm not really sure what a WAN, but ill try to answer anyway.

I've got a dsl modem (i think that's the WAN) . To connect to the internet i have to connect the system and the modem by an ethernet cable. So..I connect to the internet (dial up BSNL) through WAN. But when i connect the ends of the ethernet cable with laptop and desktop. WAN has nothing to do with it (I think).

In the copy-pastes that i posted above, the "PPP adapter BSNL:" (and everything under it) shows up because while executing the ipconfig /all command, i was connected to internet (BSNL) and also LAN.

And i just noticed that in "My Network Places" i can now see SharedDocs folder. But this folder is just a shortcut for the "...\allUsers\Documents" folder of the sam computer.

And the pings from one system to other keep failing.

I'v rechecked the firewall settings and the exceptions include:
File and Printer Sharing
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-26-2009, 02:51 AM   #15 (permalink)
Registered User
 
Join Date: Aug 2008
Location: Virginia
Posts: 43
OS: Windows XP


Re: Problem creating workgroup/file sharing between 2 systems

From your first post it seems like your taking two computers and just connecting them to one another with a single cable. This will not work if it's the cable you use from your modem to your PC. In other words for a PC to PC connection you would need a Crossover cable. If you can, it would probably work if you just connected your modem into a router and connected Computer A to port 1 and Computer B to port 2 and let the laptop connect to wireless.
p3ngu is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2009, 08:04 AM   #16 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

Ahem.
It was working fine before i formatted my desktop.
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-29-2009, 08:44 AM   #17 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,623
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Problem creating workgroup/file sharing between 2 systems

Disable all the firewalls, first step. See if you can ping them by name. Also, you might consider putting entries in the HOSTS file for each of the machines to see if that helps resolve the addresses.
__________________
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 01-30-2009, 08:01 AM   #18 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

how do i insert names in the host files ?
zain910128 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 02-02-2009, 04:48 PM   #19 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,623
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Problem creating workgroup/file sharing between 2 systems

Start, Run, NOTEPAD c:\Windows\system32\drivers\etc\HOSTS.

You can edit the HOSTS file right here, and there are samples to show you the format.

Note that the fact that both of the machines still think they're the master browser in the last nbtstat -n posted, that I still think a firewall is in the way.
__________________
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 02-08-2009, 09:43 AM   #20 (permalink)
Registered User
 
Join Date: Jan 2009
Posts: 12
OS: XP


Re: Problem creating workgroup/file sharing between 2 systems

Iv rechecked the firewalls, and they're off.
Also added "192.168.0.2 Desktop" to both the system's "hosts" files.

Still no good.
Another thing i noticed is that on my desktop the taskbar icon (beside the time) Shows the normal connected LAN icon while in the laptop, the icon on mouse hover says "Status: Limited or no connectivity"

What's going on man, why is it so hard to fix ? :(

Will it help if i provided screen shots ?

Last edited by zain910128; 02-08-2009 at 09:45 AM.
zain910128 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 01:08 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