Networking Forums

Networking Forums > Wireless Networking > Wireless Internet > Help connect laptop to home hetwork

Reply
Thread Tools Display Modes

Help connect laptop to home hetwork

 
 
L.D.
Guest
Posts: n/a

 
      05-10-2009, 08:33 PM
I have a Netgear WGR614 router. My desktop is connected via cable my
vista laptop is connected wireless and both work good. My Daughter got a
HP laptop with Windows XP with a built in wireless card. With her laptop
I can connect to network. It says connected and has good signal. I can't
connect to internet. She can connect to wireless at Starbucks and other
places and get internet. Why won't it connect to to internet over my
network? Any help appreciated.
 
Reply With Quote
 
 
 
 
BillW50
Guest
Posts: n/a

 
      05-16-2009, 02:28 PM
In news:nSGNl.29018$(E-Mail Removed),
L.D. typed on Sun, 10 May 2009 15:33:21 -0500:
> I have a Netgear WGR614 router. My desktop is connected via cable my
> vista laptop is connected wireless and both work good. My Daughter
> got a HP laptop with Windows XP with a built in wireless card. With
> her laptop I can connect to network. It says connected and has good
> signal. I can't connect to internet. She can connect to wireless at
> Starbucks and other places and get internet. Why won't it connect to
> to internet over my network? Any help appreciated.


I have seen this before. Can it connect to another computer on the
network? You have to turn on sharing on your computer to make this work.
Then you can disable this if you want. You could try this script below
and see if it works. Save below and above the clip lines and paste into
Notepad or something. Then rename it as flushdns.cmd and then double
click to run.

~~~ clip ~~~
ipconfig /release
ipconfig /renew
ipconfig /flushdns
ipconfig /registerdns
~~~ clip ~~~

--
Bill
Gateway MX6124 - Windows XP SP2


 
Reply With Quote
 
L.D.
Guest
Posts: n/a

 
      05-27-2009, 03:59 AM
I had to go in and change dchp to manual 4.2.2.2 instead of automatic.
now she gets internet at my house.
Now my Acer with Vista laptop can't find address. it connects to network
and shows connected to internet. I try to go to webpage and it can't
find, then it shows connected local only. In a little bit it will show
connected to internet but when I try it loosed that internet connection
and is only connected local.
L.D.

Peter Pan wrote:
>
>>> I have a Netgear WGR614 router. My desktop is connected via cable my
>>> vista laptop is connected wireless and both work good. My Daughter
>>> got a HP laptop with Windows XP with a built in wireless card. With
>>> her laptop I can connect to network. It says connected and has good
>>> signal. I can't connect to internet. She can connect to wireless at
>>> Starbucks and other places and get internet. Why won't it connect to
>>> to internet over my network? Any help appreciated.

>
> what subnet are you using? most places use 1, default gateway looks for
> 1....
> whats your starting ip address? (ie 192.168.1.1 is usual - 3rd number is
> the subnet)
> if it connects to your network, but doesn't see the internet, sounds
> like it may be the subnet....

 
Reply With Quote
 
L.D.
Guest
Posts: n/a

 
      05-27-2009, 01:47 PM

If I did something, it was by accident, mistake or whatever. What can I
do now?
L.D.

Peter Pan wrote:
> have you putzed with the default gateway? (it defaults to 192.168.1.1
> unless you change it to something else, and thats usually what
> browsers/email/newsreaders etc look for, if i change the starting ip
> address i usually have to change the default gateway too or it defaults
> to the wrong thing)
>
> from what you describe below (not finding the internet or only seeing a
> local port), that sounds like something you may want to check...
>
>
> "L.D." <(E-Mail Removed)> wrote in message
> news:1R2Tl.8173$(E-Mail Removed)...
>> I had to go in and change dchp to manual 4.2.2.2 instead of automatic.
>> now she gets internet at my house.
>> Now my Acer with Vista laptop can't find address. it connects to
>> network and shows connected to internet. I try to go to webpage and it
>> can't find, then it shows connected local only. In a little bit it
>> will show connected to internet but when I try it loosed that internet
>> connection and is only connected local.
>> L.D.
>>
>> Peter Pan wrote:
>>>
>>>>> I have a Netgear WGR614 router. My desktop is connected via cable my
>>>>> vista laptop is connected wireless and both work good. My Daughter
>>>>> got a HP laptop with Windows XP with a built in wireless card. With
>>>>> her laptop I can connect to network. It says connected and has good
>>>>> signal. I can't connect to internet. She can connect to wireless at
>>>>> Starbucks and other places and get internet. Why won't it connect to
>>>>> to internet over my network? Any help appreciated.
>>>
>>> what subnet are you using? most places use 1, default gateway looks
>>> for 1....
>>> whats your starting ip address? (ie 192.168.1.1 is usual - 3rd number
>>> is the subnet)
>>> if it connects to your network, but doesn't see the internet, sounds
>>> like it may be the subnet....

>

 
Reply With Quote
 
Char Jackson
Guest
Posts: n/a

 
      05-27-2009, 09:41 PM
On Sun, 10 May 2009 15:33:21 -0500, "L.D." <(E-Mail Removed)>
wrote:

>I have a Netgear WGR614 router. My desktop is connected via cable my
>vista laptop is connected wireless and both work good. My Daughter got a
>HP laptop with Windows XP with a built in wireless card. With her laptop
>I can connect to network. It says connected and has good signal. I can't
>connect to internet. She can connect to wireless at Starbucks and other
>places and get internet. Why won't it connect to to internet over my
>network? Any help appreciated.


Get comfortable with the basic networking commands such as:
ipconfig /all
ping <IP or host>
tracert <IP or host>

Do an "ipconfig /all" on each computer and compare the results. If all
computers are set for DHCP, then the default gateway and DNS servers
will be identical, and the local IP address on each computer will fall
within the range of DHCP addresses given out by your router.

Make sure the wireless PC's are connecting to *your* wireless router
by setting a unique SSID and making sure they are connected to that
SSID. If one or more are accidentally connected to a neighbor's
system, troubleshooting will be a magnitude more difficult.

Use the ping and tracert (traceroute) commands to make sure the
troublesome PC can reach the router, the cable/dsl modem, the default
gateway, and an address on the Internet such as the DNS server at
4.2.2.2 (for example). This step by step approach is designed to tell
you where connectivity ends.

Post the results of those tests here if you need help, otherwise use
them to figure out what is different and what works or doesn't work in
an effort to narrow the problem down.

 
Reply With Quote
 
Char Jackson
Guest
Posts: n/a

 
      05-28-2009, 10:05 PM
On Thu, 28 May 2009 13:01:16 -0400, "Peter Pan"
<(E-Mail Removed)> wrote:

>> Peter Pan wrote:
>>> just out of curiosity, what ip address range starts with 4.? i've never
>>> seen less than 10. (cept for 0.)

>
>thanx, so under 10. is more pre allocated/big isp/private address ranges...
>figgers


Huh? Same as nearly any other IP range.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I get my laptop that connects to our domain to connect at home... Kelvin Wireless Networks 7 12-07-2007 08:42 PM
Can't connect laptop to Home Network - Please Help! Jeff Wireless Networks 3 06-05-2006 02:29 PM
How to connect laptop to both home (workgroup) and office (domain) networks? Philip Herlihy Wireless Networks 10 05-02-2005 02:30 PM
Cannot connect from work laptop to home network Ray Donahue Broadband Hardware 1 02-14-2005 06:14 PM
wireless..hetwork.. trouble! Please HELP! Lele Wireless Internet 3 01-22-2005 12:22 AM



1 2 3 4 5 6 7 8 9 10 11