Helping people with computers... one answer at a time.

If there is a conflict with your IP address, it could result in only one of the machines on your network working at a time.

The network consists of a cable modem, a hub/router, CAT5 cable in the walls, and two computers. If I disconnect one computer at the hub, the other one works. If I disconnect that one and connect only the other computer, it works. But, when I connect both neither works. I suspect a problem with the two computers getting the same address. Is this likely? How do I trouble shoot this kind of problem?

I suspect pretty much what you've indicated: a problem in the IP address assignment. But exactly what problem depends on a few details. Details we can look at.

First, let's make sure that the "hub/router" is in fact a router. That's important because most ISPs (and, notoriously, most all cable ISPs) will give you one and only one IP address. If you just put in a hub, then both computers are competing for the single address. Typically the first one to request the IP address will win and be able to work.

The solution there is to get a router. A broadband router will take the single IP address for itself, and then hand out multiple local IP addresses to all the computers connected to it. It'll do some magic (called NAT, for Network Address Translation) to make sure each computer's conversations on the internet are kept straight. Another side effect of using a NAT router is that you are very effectively firewalled and protected from several different internet threats.

So let's say you have a router, or your ISP will hand out multiple IP addresses. Or both. Let's examine what your machines are seeing.

I'll assume Windows XP at this point, but much of this applies to WIndows 2000 and Windows NT, and there are equivalent steps for Windows 9x.

Open a command prompt, and type "ipconfig /all", followed by Enter. You should see something very much like this:

Windows IP Configuration

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

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : 3Com 3C918 Integrated Fast Ethernet Controller (3C905B-TX Compatible)
        Physical Address. . . . . . . . . : 00-C0-4F-79-84-6A
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.1.104
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.1
        DHCP Server . . . . . . . . . . . : 192.168.1.1
        DNS Servers . . . . . . . . . . . : 206.124.128.1
                                            206.124.128.3
        Lease Obtained. . . . . . . . . . : Tuesday, July 13, 2004 6:19:55 PM
        Lease Expires . . . . . . . . . . : Wednesday, July 14, 2004 6:19:55 PM

We're first going to look at the IP address assigned. This listing, from my own machine, shows an IP address beginning with 192. That's one of the address ranges reserved for private networks. Along with "Dhcp Enabled" being "Yes", this implies that I'm behind a router, and that the router has assigned me my IP address.

If instead you see "0.0.0.0" or an address that begins with "169.", then Windows was unable to get an IP address. "0.0.0.0" is no IP address, and a "169." is an address that Windows will simply make up in order to have an address - but most things won't work.

If you're behind a router and you don't get an IP address, then you need to confirm your physical connection, and more likely your router's configuration. DHCP, the IP-assignment protocol, can be turned off on routers; make sure it's on.

If one of your machines get an internet address beginning with something other than 192 or 169, say "156." instead, and the second machine fails to get an IP address at all, then I'd bet that the first machine is connected directly to the internet, and that router either isn't a router at all, or its DHCP has been turned off.

An interesting test is to go to both machines and note the IP addresses they're using. On the machine that can't connect to the internet, in the Command Prompt, type "ping " followed by the IP address of the working machine. Chances are that will work, and indicates that the physical connections are all working. In fact there's even a good chance that pinging in the other direction, from good to bad, will work if the failing machine has had a 169. address assigned to it.

Article C2120 - July 13, 2004

Leo Leo A. Notenboom has been playing with computers since he was required to take a programming class in 1976. An 18 year career as a programmer at Microsoft soon followed. After "retiring" in 2001, Leo started Ask Leo! in 2003 as a place for answers to common computer and technical questions. More about Leo.

Not what you needed?

Recent Comments
40 Comments

When I run the "ipconfig /all" command, it will open for a second and then disappear! Why is this happening????

I'm trying to solve a problem with my laptop losing its internet every 5-7 days or so. I just can't understand what is causing this to happen! I thought I'd check out what you suggested but the "ipconfig /all" window won't stay open!

Thanks,
Gina

This is for Gina and others who go to RUN and type in the IPCONFIG command. I was having the same problem ipconfig would open a window for a second - then close. I went thru start, all programs, accessories, command prompt and it worked fine:).

Posted by: Charlotte Hyatt at August 1, 2007 9:21 PM

I have a home network with about 6 computers I went to add a new dell XP pro computer and I am unable to get network access. Network line has been tested as the lap top works there no problem. All network setting are like the others as far a the set up wizzard but still does not get IP. Firwall is off, no zone alarm so ???

I done all the options in IE6 and still no IP tried release and renew nothing.

Posted by: Ken at December 7, 2008 4:49 PM

Good information for me too, but How can I Open a command prompt? I'm blocked in the first step.

Command prompt is typically in Start Menu - All Programs - Accessories - Command Prompt
Leo
15-Apr-2012
Posted by: Sean at April 15, 2012 10:26 AM

Based on information, I Have the IP address: 192.168.....and Dhco Enabled: Yes. but when i click on my wireless router and insert the wireless network key, it does not connect. While my wireless internet shows very strong signals and I have 2 printers connected to this internet wirelessl.

Posted by: Sean at April 15, 2012 5:51 PM

I have the ip address and Dhcp Enabled is Yes but I can not connect to my on wire less Router, how should be the setting if internet option and fire wall to make the connection possible?

Posted by: Sean at April 16, 2012 9:02 AM
Post a comment on "Why does my home network only work with one computer at a time?":





Remember Me?

(You may use HTML tags for style)

Before commenting, please...

  • READ THE ARTICLE. A comment that shows you didn't will be deleted and ignored.

  • Comment only on the article. Use the search box at the top of the page if you have a question about something else.

  • NO PERSONAL INFORMATION in the comment. No email addresses. No phone numbers. No physical addresses.

  • Anything that looks the least bit like spam will be deleted. Links to unrelated sites or links that appear to be primarily promotional will be deleted, or the comment will be deleted.

  • Don't ask me to recover lost passwords or hacked accounts. I can't. Those comments will be deleted.

  • I can't respond to every comment. And I can't vouch for the accuracy of others who do.

Please wait. Your comment is being processed ...