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 > Networking Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Networking Support General Networking Support Forum

Reply
 
LinkBack Thread Tools
Old 06-22-2009, 10:01 PM   #1 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Can't connect to network (wired)

I have 2 computers, my brother's which im using right now and mine. One day my computer , could not connect to the internet. It would say identifying public network, and it would stay like that forever, then it would stop and it would say unidentified network. i have road runner. Also i have a router, connected to both computers. For some reason the internet works fine on this computer but randomly stopped on my computer. In addition i tried the solutions the computer provided me. getting a new ip address, resetting, turning off and unplugging the modem and router. checking the wires if they are connected properly and etc, but nothing. Firewall is turned off too.

The IPv6 and IPv4 would be limited connection and when the network is unidentified, the IPv4 is Local and the Ipv6 is limited.

my computer is a Dell Ispiron 531S

My brothers computer is a XP.
My computer is a vista
The router is wired connection

Any help please?

here is my results from typing ipconfig /all in cmd

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Windows\system32>ipconfig /all

Windows IP Configuration

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

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
Physical Address. . . . . . . . . : 00-21-70-16-48-F6
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::c078:c02d:77b2:89ca%11(Preferred)
Autoconfiguration IPv4 Address. . : 169.254.137.202(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 0.0.0.0
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 6:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : isatap.{9853F4A1-5A9D-46A4-ADCE-15FDE262...
BF7}
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 7:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 02-00-54-55-4E-01
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

C:\Windows\system32>

Last edited by steven94; 06-22-2009 at 10:06 PM.
steven94 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 06-23-2009, 05:03 AM   #2 (permalink)
Registered User
 
Join Date: Jun 2009
Posts: 39
OS: xp home, xp pro, vista home prem, debian, ubuntu, mandriva


Re: Can't connect to network (wired)

The 169.254.X.Y IP address is suspicious. From my experience this is the IP address range used when the PC triy's to obtains its IP address via DHCP but fails... 169.254 is the APIPA range I think?

Does your DHCP server have any logs that may shed light on the problem? Do you get the same behaviour by switching the network cables between the 2 machines? And lastly I presume your running a firewall and anti virus software? Does you firewall logs show anything? Have you run a virus scan lately?
chrishunt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-23-2009, 06:20 AM   #3 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,802
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Can't connect to network (wired)

TCP/IP stack repair options for use with Windows Vista.

Start, All Programs\Accessories and right click on Command Prompt, select "Run as Administrator" to open a command prompt.

In the command prompt window that opens, type type the following commands:

Reset WINSOCK entries to installation defaults: netsh winsock reset catalog

Reset IPv4 TCP/IP stack to installation defaults. netsh int ipv4 reset reset.log

Reset IPv6 TCP/IP stack to installation defaults. netsh int ipv6 reset reset.log

Reboot the machine.
__________________
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 06-23-2009, 06:20 AM   #4 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,802
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Can't connect to network (wired)

TCP/IP stack repair options for use with Windows Vista.

Start, All Programs\Accessories and right click on Command Prompt, select "Run as Administrator" to open a command prompt.

In the command prompt window that opens, type type the following commands:

Reset WINSOCK entries to installation defaults: netsh winsock reset catalog

Reset IPv4 TCP/IP stack to installation defaults. netsh int ipv4 reset reset.log

Reset IPv6 TCP/IP stack to installation defaults. netsh int ipv6 reset reset.log

Reboot the machine.
__________________
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 06-23-2009, 09:57 AM   #5 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

i tried the netsh but it didnt work. Also i have ESET and Malware. I disabled them so they can't boot at beginning and i also turned off the firewall. I have switched the cables but the same problem occurs. i'm not sure on logs, ill try finding some.

However when i run in safe mode with networking, i can connect
Heres the results from ipconfig /all in safe mode


Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Windows\system32>ipconfig /all

Windows IP Configuration

Host Name . . . . . . . . . . . . : Chun-PC
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : nyc.rr.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : nyc.rr.com
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
Physical Address. . . . . . . . . : 00-21-70-16-48-F6
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::71be:81a5:6a60:d2e8%14(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Tuesday, June 23, 2009 11:49:58 AM
Lease Expires . . . . . . . . . . : Wednesday, June 24, 2009 11:49:58 AM
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 24.29.103.15
24.29.103.16
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 11:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : isatap.{864D15F1-D234-40E6-9E48-76997107D
FB3}
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 7:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 02-00-54-55-4E-01
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

C:\Windows\system32>

Last edited by steven94; 06-23-2009 at 09:58 AM.
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-23-2009, 01:43 PM   #6 (permalink)
Registered User
 
Join Date: Jun 2009
Posts: 39
OS: xp home, xp pro, vista home prem, debian, ubuntu, mandriva


Re: Can't connect to network (wired)

So when in safe mode you get served a 192 address (IPV4) but in "normal" mode it looks like the DHCP fails or doesn't happen. What happens if you run

ipconfig /release
ipconfig /all
ipconfig /renew
chrishunt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-23-2009, 02:18 PM   #7 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

Quote:
Originally Posted by chrishunt View Post
So when in safe mode you get served a 192 address (IPV4) but in "normal" mode it looks like the DHCP fails or doesn't happen. What happens if you run

ipconfig /release
ipconfig /all
ipconfig /renew
i did that, but when i type ipconfig /release it says (i ran cmd as administrator)
An error ocured while releasing interface Loopback Pseudo-Interface 1 : The system cannot find the file specified.

The operation failed as no adapter is in the state permissible for this operation.

Should i try typing these commands in safe mode?
I've i also tried unistalling and reinstalling my network card

And here's my scan results from my virus scanner
Malwarebytes' Anti-Malware 1.37
Database version: 2285
Windows 6.0.6001 Service Pack 1

6/23/2009 4:14:31 PM
mbam-log-2009-06-23 (16-14-31).txt

Scan type: Full Scan (C:\|D:\|)
Objects scanned: 246888
Time elapsed: 33 minute(s), 18 second(s)

Memory Processes Infected: 0
Memory Modules Infected: 0
Registry Keys Infected: 0
Registry Values Infected: 0
Registry Data Items Infected: 0
Folders Infected: 0
Files Infected: 0

Memory Processes Infected:
(No malicious items detected)

Memory Modules Infected:
(No malicious items detected)

Registry Keys Infected:
(No malicious items detected)

Registry Values Infected:
(No malicious items detected)

Registry Data Items Infected:
(No malicious items detected)

Folders Infected:
(No malicious items detected)

Files Infected:
(No malicious items detected)

Last edited by steven94; 06-23-2009 at 02:21 PM.
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-23-2009, 03:34 PM   #8 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

should i run
ipconfig /release
ipconfig /all
ipconfig /renew

in normal mode or safe mode?
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-23-2009, 04:45 PM   #9 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,802
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Can't connect to network (wired)

What do you mean the netsh didn't work? What EXACTLY didn't work?
__________________
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 06-23-2009, 07:29 PM   #10 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

wow this is weird, somehow my computer randomly got internet...
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-23-2009, 07:30 PM   #11 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

nvm, my computer says its connected to local area network, and it shows it connecting to the internet, however when i open internet it does not work...

ive tried resetting it, however it goes back to limited connection.

Alsot he Netsh, it would say some files are restricted and it says to rboot the computer to complete it. I Booted the computer same problem.

Last edited by steven94; 06-23-2009 at 07:35 PM.
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-23-2009, 07:58 PM   #12 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

here is my results from NETSH

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Windows\system32>netsh winsock reset catalog

Sucessfully reset the Winsock Catalog.
You must restart the computer in order to complete the reset.


C:\Windows\system32>netsh int ipv4 reset reset.log
Reseting Echo Request, failed.
Access is denied.

Reseting Global, OK!
Reseting Interface, OK!
Reseting Unicast Address, OK!
Reseting Route, OK!
A reboot is required to complete this action.


C:\Windows\system32>netsh int ipv6 reset reset.log
Reseting Echo Request, failed.
Access is denied.

There's no user specified settings to be reset.


C:\Windows\system32>

here is my results from ipconfig

C:\Windows\system32>ipconfig /release

Windows IP Configuration


Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::71be:81a5:6a60:d2e8%14
Autoconfiguration IPv4 Address. . : 169.254.210.232
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 0.0.0.0

Tunnel adapter Local Area Connection* 11:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :

Tunnel adapter Local Area Connection* 7:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :

C:\Windows\system32>ipconfig /all

Windows IP Configuration

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

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
Physical Address. . . . . . . . . : 00-21-70-16-48-F6
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::71be:81a5:6a60:d2e8%14(Preferred)
Autoconfiguration IPv4 Address. . : 169.254.210.232(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 0.0.0.0
DNS Servers . . . . . . . . . . . : 192.168.1.1
24.29.103.16
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 11:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : isatap.{864D15F1-D234-40E6-9E48-76997107D
FB3}
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 7:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 02-00-54-55-4E-01
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

C:\Windows\system32>ipconfig /renew

Windows IP Configuration

An error occurred while renewing interface Local Area Connection : unable to con
tact your DHCP server. Request has timed out.

C:\Windows\system32>/
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-24-2009, 06:54 AM   #13 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

i went on normal and i went to my windows update icon and it says i need to install 3 updates. However i can't since i can't run internet, and when i go to safe mode, and go to update windows, it doesn't open.
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-24-2009, 12:53 PM   #14 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

any help? i really need it fixed.
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-24-2009, 01:26 PM   #15 (permalink)
Registered User
 
Join Date: Jun 2009
Posts: 39
OS: xp home, xp pro, vista home prem, debian, ubuntu, mandriva


Re: Can't connect to network (wired)

Do you know what ip address range your DHCP server uses? You could try temporarily selecting an IP address from that range thats not in use and configure your NIC manually, ie give it a static IP address. Also configure the DNS server IP address. Let us know what happens then.

Just a random thought, does the problem occur when the other machine is on or off or does it not make a difference?

And...

Could you provide the ipconfig /all output from the other machine that is working

Oh and lastly have you tried (re) running the Network Setup Wizard?
chrishunt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-24-2009, 01:51 PM   #16 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,802
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Can't connect to network (wired)

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 (or perhaps manual).

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.
__________________
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 06-24-2009, 01:52 PM   #17 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,802
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Can't connect to network (wired)

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 (or perhaps manual).

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.
__________________
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 06-25-2009, 09:56 AM   #18 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

all the services are on, and i use wired connection. I also tried a static IP, but it only connects to a new network but doesn't connect to the internet. It still occurs when the computer is off or on.

heres the ipconfig /all for the working computer

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

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

Windows IP Configuration

Host Name . . . . . . . . . . . . : user-6f76c8de09
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : nyc.rr.com

Ethernet adapter Hamachi:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Hamachi Network Interface
Physical Address. . . . . . . . . : 7A-79-05-C4-4B-88
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : No
IP Address. . . . . . . . . . . . : 5.196.75.136
Subnet Mask . . . . . . . . . . . : 255.0.0.0
Default Gateway . . . . . . . . . :
DHCP Server . . . . . . . . . . . : 5.0.0.1
Lease Obtained. . . . . . . . . . : Thursday, June 25, 2009 11:54:06 AM
Lease Expires . . . . . . . . . . : Thursday, June 25, 2009 11:58:21 AM

Ethernet adapter ?? ?? ??:

Connection-specific DNS Suffix . : nyc.rr.com
Description . . . . . . . . . . . : Broadcom 440x 10/100 Integrated Cont
roller
Physical Address. . . . . . . . . : 00-0B-DB-B4-B0-67
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 24.29.103.15
24.29.103.16
Lease Obtained. . . . . . . . . . : Thursday, June 25, 2009 10:59:03 AM
Lease Expires . . . . . . . . . . : Friday, June 26, 2009 10:59:03 AM

C:\Documents and Settings\Owner>
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-25-2009, 04:49 PM   #19 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

i made a static IP using ipconfig /all in safe mode. and heres what i got when i typed ipconfig /all in normal mode

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Windows\system32>ipconfig /all

Windows IP Configuration

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

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
Physical Address. . . . . . . . . : 00-21-70-16-48-F6
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::c078:c02d:77b2:89ca%11(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 24.29.103.15
24.29.103.16
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 6:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 7:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 02-00-54-55-4E-01
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes




After that i pinged my IP, Gateway and DNS

C:\Windows\system32>ping 192.168.1.100

Pinging 192.168.1.100 with 32 bytes of data:
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.1.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Windows\system32>ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150

Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms

C:\Windows\system32>ping 24.29.103.15

Pinging 24.29.103.15 with 32 bytes of data:
Reply from 24.29.103.15: bytes=32 time=11ms TTL=117
Reply from 24.29.103.15: bytes=32 time=8ms TTL=117
Reply from 24.29.103.15: bytes=32 time=10ms TTL=117
Reply from 24.29.103.15: bytes=32 time=10ms TTL=117

Ping statistics for 24.29.103.15:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 8ms, Maximum = 11ms, Average = 9ms

C:\Windows\system32>
steven94 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 06-25-2009, 04:51 PM   #20 (permalink)
Registered User
 
steven94's Avatar
 
Join Date: Jun 2009
Location: NY
Posts: 44
OS: Vista


Re: Can't connect to network (wired)

i made a static IP using ipconfig /all in safe mode. and heres what i got when i typed ipconfig /all in normal mode

Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Windows\system32>ipconfig /all

Windows IP Configuration

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

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : NVIDIA nForce Networking Controller
Physical Address. . . . . . . . . : 00-21-70-16-48-F6
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::c078:c02d:77b2:89ca%11(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 24.29.103.15
24.29.103.16
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Local Area Connection* 6:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Tunnel adapter Local Area Connection* 7:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 02-00-54-55-4E-01
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes




After that i pinged my IP, Gateway and DNS

C:\Windows\system32>ping 192.168.1.100

Pinging 192.168.1.100 with 32 bytes of data:
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.1.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\Windows\system32>ping 192.168.1.1

Pinging 192.168.1.1 with 32 bytes of data:
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150
Reply from 192.168.1.1: bytes=32 time=1ms TTL=150

Ping statistics for 192.168.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms

C:\Windows\system32>ping 24.29.103.15

Pinging 24.29.103.15 with 32 bytes of data:
Reply from 24.29.103.15: bytes=32 time=11ms TTL=117
Reply from 24.29.103.15: bytes=32 time=8ms TTL=117
Reply from 24.29.103.15: bytes=32 time=10ms TTL=117
Reply from 24.29.103.15: bytes=32 time=10ms TTL=117

Ping statistics for 24.29.103.15:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 8ms, Maximum = 11ms, Average = 9ms

C:\Windows\system32>
steven94 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:14 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