computing
  • 18

Solved Can Access Internet But Not Local Server

  • 18

so I can access the internet off of our router but my wireless connection wont allow me to hookup with my lan server
this is an ipconfig/all
any help connecting me would be greatly apreciated
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

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

Windows IP Configuration

Host Name . . . . . . . . . . . . : your-55f506bbfe
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Media State . . . . . . . . . . . : Media disconnected
Description . . . . . . . . . . . : Realtek RTL8102E/RTL8103E Family PCI
-E Fast Ethernet NIC
Physical Address. . . . . . . . . : 40-61-86-98-DF-B7

Ethernet adapter Wireless Network Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : 54M Wireless USB Adapter
Physical Address. . . . . . . . . : 00-B0-8C-09-57-E1
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.9
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 66.180.96.12
64.238.96.12
Lease Obtained. . . . . . . . . . : Friday, July 17, 2015 9:08:04 AM
Lease Expires . . . . . . . . . . : Saturday, July 18, 2015 9:08:04 AM

Share

1 Answer

  1. The fact that you can ping the server tells me your issue is not a network issue.

    So my question is, are you sure the directory in question has been shared properly? Can other devices connect to it? If so, try mapping the drive using the IP address.

    ie: \\192.168.1.4\[shared folder]

    For example, lets say you have a shared directory on the server as follows: C:\files\shared When mapping to it, you would map as follows:

    \\192.168.1.4\files\shared

    For some odd reason in Windows, shares on the network do not always appear in “Network” Also, not all devices show up. I have a NAS device that never appears in “Network” although all my PC’s do. So when I map to it, I do so using the IP as in my above example.

    It matters not how straight the gate,
    How charged with punishments the scroll,
    I am the master of my fate;
    I am the captain of my soul.

    ***William Henley***

    • 0