IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Step-by-step help?
Okay, finally got off my butt and tried to connect my laptop to my home system via a Dlink hub.

No go. No Microsoft networking, no TCP/IP, seems to be nothing.

Laptop line to hub blinks once or twice every second or so. Desktop system cable line never blinks. Might that be a problem? (I'm still scrounging around for another cable, besides the first one connected to my desktop system.) The desktop system cable connection showed a steady green light, but no blinking (I read that as no activity.)

Computers are on (or should be on) the HOME network. Different computer names, have Netblooey enabled on both (don't want it but tried it to see if it would make a difference.) Desktop (Windoze XP) is supposedly configured to allow other computers (e.g., my laptop) to connect to the internet through it.

Is there a good FAQ I can work from? Or maybe I'm just missing something stupidly simple?
New IP Addresses? Netmask?
The IP Addresses need to be different, but in the same "host" range. The netmasks should be the same.

You could also try different sockets on the hub. And make sure you're not using the uplink port.

Wade.

"Ah. One of the difficult questions."

New You have 2 nics in the Windows box?
One to the modem and one to the hub?

Otherwise...your gonna need a router not a hub.
You were born...and so you're free...so Happy Birthday! Laurie Anderson

[link|mailto:bepatient@aol.com|BePatient]
New No, 1 nic and 1 modem
New well that should work...
You were born...and so you're free...so Happy Birthday! Laurie Anderson

[link|mailto:bepatient@aol.com|BePatient]
New Good content here...
[link|http://compnetworking.about.com/cs/tcpipaddressing/index.htm|TCP/IP Addressing and Subnetting]

It is excellent... I believe someone here scrawled that on here and I grabbed it...

Should help dramatically in you situation...

[link|mailto:curley95@attbi.com|greg] - Grand-Master Artist in IT
[link|http://www.iwethey.org/ed_curry/|REMEMBER ED CURRY!!!]

Your friendly Homeland Security Officer reminds:
Hold Thumbprint to Screen for 5 seconds, we'll take the imprint, or
Just continue to type on your keyboard, and we'll just sample your DNA.
New Heres a guide
[link|http://www.practicallynetworked.com/sharing/xp_ics/|http://www.practical...m/sharing/xp_ics/]
You were born...and so you're free...so Happy Birthday! Laurie Anderson

[link|mailto:bepatient@aol.com|BePatient]
New If you're using ICS on the Windows XP computer...
...you need to set the other computers to "Obtain an address automatically."


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New Green is usually good.
The green light you see is PROBABLY the "keep alive". It means that there is an electrical connection between the PC or laptop and the hub. This is the first step towards getting a working connection.

#1. Open a command (DOS) window on both machines and type "ipconfig /all".

#2. Look at the ip address and subnet mask info. Do the subnets match?

They should be something like:

192.168.1.2 ip address for PC
255.255.255.0 subnet mask

192.168.1.100 ip address for laptop
255.255.255.0 subnet mask

Notice how the 192 is above a 255?

The important thing is that the subnets MATCH
-and-
The ip addresses match for every place there is a 255 number in the subnet.

Example:
192.168.1.100
255.255.255.0
-and
192.168.1.200
255.255.255.0
will work.

192.168.1.100
255.255.255.0
-and
192.168.1.200
255.255.255.252
will NOT work (or should not work). The subnets do not match.

192.168.1.100
255.255.255.0
-and-
192.168.2.200
255.255.255.0
will NOT work. The ip addresses are not on the same subnet. (the ip addresses are not the same where the subnet numbers are 255).

This is not completely correct nor is it exhaustive. But it should be enough to get you operational with a simple subnet.

#4. Again, in a command window, type "show route" on both machines.

This will show you the path the packets will take. This should be very similar on each machine. The only variation should be the ip addresses you found in the first steps.

After that, if it still doesn't work, it sounds like Windows might not have the correct driver loaded or there is something else configured incorrectly.
New The amazingly quick guide to Internet Connection Sharing
1. Enable ICS on the Windows XP computer.
2. Set all other computers to "obtain IP address automatically".
3. Reboot everything.

That should be about it.

The client computers should have IP addresses of the form 169.254.x.x with a netmask of 255.255.0.0 - this is the range reserved by Microsoft for APIPA, Automatic Private IP Addressing, which is available on Windows 98 and up.

Turn NetBEUI off, for goodness' sake! That's not a Real Man's network protocol!


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New NetBlooey
I had NetBlooey on out of desperation. :=)
New Re: The amazingly quick guide to Internet Connection Sharing
2. Set all other computers to "obtain IP address automatically".

Where do I do that? Windows is so simple to set up, I can't find it.
New version?
Most are right click Network Neighborhood, find the TCP/IP protocol for the appropriate nic, select Properties and it should be right there. (tab is IP Address)
You were born...and so you're free...so Happy Birthday! Laurie Anderson

[link|mailto:bepatient@aol.com|BePatient]
New Re: version?
XP. Got that. Obtain an IP address automatically checked. Not working.
New For 98 boxen
control panel, network, tcp/ip properties
"A civilian gang of thieving lobbyists for the military industrial complex is running the White House. If to be against them is considered unpatriotic -- Hell, then call me a traitor."
-- Hunter S. Thompson
New Hmmm, interesting
I have access to the Internet, but I can't see files on my desktop computer. At least the network connection is *working*, even if I don't have the settings quite the way I want.
     Step-by-step help? - (wharris2) - (15)
         IP Addresses? Netmask? - (static)
         You have 2 nics in the Windows box? - (bepatient) - (2)
             No, 1 nic and 1 modem -NT - (wharris2) - (1)
                 well that should work... -NT - (bepatient)
         Good content here... - (folkert)
         Heres a guide - (bepatient)
         If you're using ICS on the Windows XP computer... - (pwhysall)
         Green is usually good. - (Brandioch)
         The amazingly quick guide to Internet Connection Sharing - (pwhysall) - (6)
             NetBlooey - (wharris2)
             Re: The amazingly quick guide to Internet Connection Sharing - (wharris2) - (3)
                 version? - (bepatient) - (1)
                     Re: version? - (wharris2)
                 For 98 boxen - (Silverlock)
             Hmmm, interesting - (wharris2)

I'm sure everyone who made this game is dead by now.
59 ms