Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-14-2006, 08:50 AM
Siddhartha Karri
Guest
 
Posts: n/a
Default DLink DI 514 - not able to see WAN

Hi,

I am stuck in the final step in getting wireless working at my parent's
place. This is what I have so far.

- One Standard XP PC.
- One Standard XP laptop.
- One Huawai 882 ADSL modem.
- One DLink DI 514.
- Not much free time.

Internet connection is through the Huawai 882. I have set this to PPPoE
and the internal IP Address to 192.168.1.90.

If I fix the IP on the pc and laptop to say 192.168.1.3 and 192.168.1.4
and wire them to the ADSL, I am able to connect to the external world.

Now, I wired the DI 514 to the ADSL modem and set it up as follows.

WAN settings:
static IP: 192.168.1.2
netmask: 255.255.255.0
gateway: 192.168.1.90
primary dns: 192.168.1.90
MTU 1500 (default value. left it at that)

LAN settings:
IP Address: 192.168.0.1
netmask: 255.255.255.0
domain name: <blank>

and I switch on the DHCP server.

-> My PC is still connecting using the ADSL modem. So, it's on the
192.168.1.x network. That's able to connect to the external world.
-> My laptop, if wired to one of the spare ports on the DLink is able
to connect to the external world. This is in the 192.168.0.x network,
of course. This is what I am using to post now.
-> My laptop, if wireless, is unable to connect to the external world.
This is in the 192.168.0.x network. I am able to ping both the internal
and external network interfaces on the DLink (192.168.0.1 and
192.168.1.2) and the internal interface on the ADSL Modem
(192.168.1.90) but no external sites.
-> I am also able to resolve IP address from common names if I do a
nslookup.

Any suggestions on what I am missing out? I would greatly appreciate
any help as I promised my mom that she could use my laptop from the
other end of the house. :-)

Cheers,
Sid


Reply With Quote
  #2 (permalink)  
Old 12-14-2006, 08:57 AM
Siddhartha Karri
Guest
 
Posts: n/a
Default Re: DLink DI 514 - not able to see WAN

Siddhartha Karri wrote:

> - One DLink DI 514.


I should add. I have downloaded and installed the latest firmware
(2.04) and I have tried with both WEP and without. I can connect to the
wireless network, no problem. I can't go to the internet. :-)

Sid


Reply With Quote
  #3 (permalink)  
Old 12-14-2006, 05:59 PM
Canucklehead
Guest
 
Posts: n/a
Default Re: DLink DI 514 - not able to see WAN

Have you tried setting the D link router to dynamic Ip and seeing what
IP it pulls down from the modem? Assuming its on the 192.168.1.x
network, then using DHCP on the router to hand out IPs on the same
subnet. i.e. 192.168.1.100-192.168.1.110





Siddhartha Karri wrote:
> Siddhartha Karri wrote:
>
> > - One DLink DI 514.

>
> I should add. I have downloaded and installed the latest firmware
> (2.04) and I have tried with both WEP and without. I can connect to the
> wireless network, no problem. I can't go to the internet. :-)
>
> Sid



Reply With Quote
  #4 (permalink)  
Old 12-14-2006, 07:40 PM
Danny Kile
Guest
 
Posts: n/a
Default Re: DLink DI 514 - not able to see WAN

Siddhartha Karri wrote:
> Hi,
>
> I am stuck in the final step in getting wireless working at my parent's
> place. This is what I have so far.
>
> - One Standard XP PC.
> - One Standard XP laptop.
> - One Huawai 882 ADSL modem.
> - One DLink DI 514.
> - Not much free time.
>
> Internet connection is through the Huawai 882. I have set this to PPPoE
> and the internal IP Address to 192.168.1.90.
>
> If I fix the IP on the pc and laptop to say 192.168.1.3 and 192.168.1.4
> and wire them to the ADSL, I am able to connect to the external world.
>
> Now, I wired the DI 514 to the ADSL modem and set it up as follows.
>
> WAN settings:
> static IP: 192.168.1.2
> netmask: 255.255.255.0
> gateway: 192.168.1.90
> primary dns: 192.168.1.90
> MTU 1500 (default value. left it at that)
>
> LAN settings:
> IP Address: 192.168.0.1
> netmask: 255.255.255.0
> domain name: <blank>
>
> and I switch on the DHCP server.
>
> -> My PC is still connecting using the ADSL modem. So, it's on the
> 192.168.1.x network. That's able to connect to the external world.
> -> My laptop, if wired to one of the spare ports on the DLink is able
> to connect to the external world. This is in the 192.168.0.x network,
> of course. This is what I am using to post now.
> -> My laptop, if wireless, is unable to connect to the external world.
> This is in the 192.168.0.x network. I am able to ping both the internal
> and external network interfaces on the DLink (192.168.0.1 and
> 192.168.1.2) and the internal interface on the ADSL Modem
> (192.168.1.90) but no external sites.
> -> I am also able to resolve IP address from common names if I do a
> nslookup.
>
> Any suggestions on what I am missing out? I would greatly appreciate
> any help as I promised my mom that she could use my laptop from the
> other end of the house. :-)
>
> Cheers,
> Sid
>


Can you ping Google.com not from the DNS name but from its IP address
64.233.187.99. Goto command prompt and enter "ping 64.233.187.99", and
see what you get if you can ping the IP address but not the Name
Google.com then you have a DSN setting issue.

Danny,

Reply With Quote
  #5 (permalink)  
Old 12-14-2006, 07:45 PM
Danny Kile
Guest
 
Posts: n/a
Default Re: DLink DI 514 - not able to see WAN

Canucklehead wrote:
> Have you tried setting the D link router to dynamic Ip and seeing what
> IP it pulls down from the modem? Assuming its on the 192.168.1.x
> network, then using DHCP on the router to hand out IPs on the same
> subnet. i.e. 192.168.1.100-192.168.1.110
>
>
>
>
>
> Siddhartha Karri wrote:
>> Siddhartha Karri wrote:
>>
>>> - One DLink DI 514.

>> I should add. I have downloaded and installed the latest firmware
>> (2.04) and I have tried with both WEP and without. I can connect to the
>> wireless network, no problem. I can't go to the internet. :-)
>>
>> Sid

>


I would leave the two network subnet separated or you will loose the
ability to connect to the modem for configuration, without moving cable
around.


Danny,


Reply With Quote
Sponsored Links
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Plan: Network Dlink & LInksys, on 2 network Wlan via WDS TJROCKSTAR Network Troubleshooting 2 02-21-2008 04:26 PM
Linksys WRT54G intermittent problems when used with DLink DSL-502T Waldo alt.internet.wireless 5 02-01-2007 03:30 AM
Dlink Slow LAN Speeds dennispublic@hotmail.com alt.internet.wireless 6 11-15-2006 07:01 PM
Review: DLink WBR-1310 Wireless Router dennispublic@hotmail.com alt.internet.wireless 5 08-24-2006 05:27 PM
help: Dlink AP doesnt connect to Linksys AP headstrong Network Troubleshooting 3 07-22-2006 11:03 PM


All times are GMT. The time now is 07:39 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

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