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 01-27-2008, 03:01 PM
Henk
Guest
 
Posts: n/a
Default Dhcp daemon --> router --> WAP --> client problem

Hello all,

I got stuck installing a WAP, wireless access point.
The configuration is:

Linux server with DHCP daemon
|
|--> Router (Cat5 only) with DHCP off
|
|--> wireless access point (Belkin 54 G)
|
|--> client (Windows)

The problem is between de WAP and the client.
The client connects with the WAP, that works OK.
The DHCP gives the client an ip-number, that's fine.

_But_ there is no internet, nor network sharing possible from the
client. This is understandible, because the WAP has a fixed
ip-address, I have to specify, e.g. 192.168.1.30. The client gets a
different ip-number, which it gets from the DHCP daemon, e.g.
192.168.1.31. So the client will never be reached!!!

Now, why does the WAP has to have a fixed IP number? I can change the
number, but in my opinion it should get the ip-number from the DHCP
daemon.

Is the problem in the WAP? Buy another WAP?

Should I change the configuration of dhcp.conf?

I have no idea what to do. So, maybe someone has a suggestion?!

Thanks!




Reply With Quote
  #2 (permalink)  
Old 01-27-2008, 03:54 PM
Phil A. Buster
Guest
 
Posts: n/a
Default Re: Dhcp daemon --> router --> WAP --> client problem

Why are you using a router rather than a switch? A switch would be simpler
and more appropriate, but the router, with DHCP disabled, should be usable
as a switch if you must. Note that the uplink port should not be used. The
server should be connected to a LAN port on the router. Is this the case?
Also make sure that any filtering / firewall features in the router are
disabled. Generally the router is also given a static IP address outside of
the DHCP range of the server when used as a switch.

The reason for assigning a static address to the WAP is so that you will
always be able to easily access it's configuration rather than having to
figure out what IP it's been assigned. A static address for the WAP it
preferable and doesn't in any way interfere with the workstations.

Your setup, as you describe it, should work. I suspect that the problem
lies in the router setup and not the WAP. You could determine this for sure
if you substituted a switch for the router even as a temporary test.
--

"Henk" <a@bc.de> wrote in message
news:1t9pp3h8ddrhad5ouk7l4v1hti98b1dlm0@4ax.com...
> Hello all,
>
> I got stuck installing a WAP, wireless access point.
> The configuration is:
>
> Linux server with DHCP daemon
> |
> |--> Router (Cat5 only) with DHCP off
> |
> |--> wireless access point (Belkin 54 G)
> |
> |--> client (Windows)
>
> The problem is between de WAP and the client.
> The client connects with the WAP, that works OK.
> The DHCP gives the client an ip-number, that's fine.
>
> _But_ there is no internet, nor network sharing possible from the
> client. This is understandible, because the WAP has a fixed
> ip-address, I have to specify, e.g. 192.168.1.30. The client gets a
> different ip-number, which it gets from the DHCP daemon, e.g.
> 192.168.1.31. So the client will never be reached!!!
>
> Now, why does the WAP has to have a fixed IP number? I can change the
> number, but in my opinion it should get the ip-number from the DHCP
> daemon.
>
> Is the problem in the WAP? Buy another WAP?
>
> Should I change the configuration of dhcp.conf?
>
> I have no idea what to do. So, maybe someone has a suggestion?!
>
> Thanks!
>
>
>




Reply With Quote
  #3 (permalink)  
Old 01-27-2008, 04:26 PM
Henk
Guest
 
Posts: n/a
Default Re: Dhcp daemon --> router --> WAP --> client problem

Got the point!
Iown this router for several years already. Accidentally I bought this
router instead of a switch. So I switched off DHCP and firewall, as
you say. This configuration has been working 100% secure for many
years.

The WAP is the recent addition. I connect the WAP to one of the 16
ports of the router.

Mayby I should specify the fixed IP-number of my WAP somewhere in my
dhcp.conf file?! I'll check this out.

Also, I will do as you suggest, and substitute the router for the WAP
temporarily.

Great help, thanks!



On Sun, 27 Jan 2008 16:54:29 GMT, "Phil A. Buster" <x@y.com> wrote:

>
>Your setup, as you describe it, should work. I suspect that the problem
>lies in the router setup and not the WAP. You could determine this for sure
>if you substituted a switch for the router even as a temporary test.



Reply With Quote
  #4 (permalink)  
Old 01-27-2008, 06:36 PM
Mark McIntyre
Guest
 
Posts: n/a
Default Re: Dhcp daemon --> router --> WAP --> client problem

Henk wrote:
> Hello all,
>
> I got stuck installing a WAP, wireless access point.
> The configuration is:
>
> Linux server with DHCP daemon
> |
> |--> Router (Cat5 only) with DHCP off
> |
> |--> wireless access point (Belkin 54 G)
> |
> |--> client (Windows)


Linux server, router and WAP are all connected together via CAT5
cabling, server & wap plugged into the LAN ports on the router?


> The problem is between de WAP and the client.
> The client connects with the WAP, that works OK.
> The DHCP gives the client an ip-number, that's fine.


If all this is working, the problem isn't between the WAP and the
client! The client has found the wap, connected, asked for an IP and got
it from your server. Networking is working...

> _But_ there is no internet, nor network sharing possible from the
> client.


Where is the internet provided from? The router? If so, you will need to
configure your linux DHCP server to tell all clients that the "Gateway"
is the router's IP address. The default for the linux dhcp server will
be to tell the clients that the linux box is the internet gateway....

> This is understandible, because the WAP has a fixed
> ip-address,


This doesn't have anything to do with it.

> Now, why does the WAP has to have a fixed IP number? I can change the
> number, but in my opinion it should get the ip-number from the DHCP
> daemon.


Does it have a "get IP address dynamically" option in its config? If
not, then you do indeed need to hard-wire the IP.

Reply With Quote
  #5 (permalink)  
Old 01-27-2008, 07:35 PM
Henk
Guest
 
Posts: n/a
Default Re: Dhcp daemon --> router --> WAP --> client problem

The linux server is also the internet gateway. The "router" (I
switched DHCP off) is connected to the second network interface card
of the server. The hard-wired clients get their ip-address and
ip-traffic from the linux server. This has been working allright for
many years already.

It's only the new WAP that doesn't work. As I wrote: the client is
successfully connected to the wireless network, but I can't access
any network services from the client, nor internet.

I got the point of the fixed ip-address in the WAP. No, there is no
option to have a dynamically allocated ip-address from the DHCP
server.

Somehow the ip-traffic doesn't come "through" the WAP. E.g.: I can't
ping the client allthough it has an IP allocated to it. I _can_ ping
the WAP, however.


On Sun, 27 Jan 2008 19:36:48 +0000, Mark McIntyre
<markmcintyre@spamcop.net> wrote:




>Linux server, router and WAP are all connected together via CAT5
>cabling, server & wap plugged into the LAN ports on the router?
>
>
>
>If all this is working, the problem isn't between the WAP and the
>client! The client has found the wap, connected, asked for an IP and got
>it from your server. Networking is working...
>
>
>Where is the internet provided from? The router? If so, you will need to
>configure your linux DHCP server to tell all clients that the "Gateway"
>is the router's IP address. The default for the linux dhcp server will
>be to tell the clients that the linux box is the internet gateway....
>
>> This is understandible, because the WAP has a fixed
>> ip-address,

>
>This doesn't have anything to do with it.
>
>> Now, why does the WAP has to have a fixed IP number? I can change the
>> number, but in my opinion it should get the ip-number from the DHCP
>> daemon.

>
>Does it have a "get IP address dynamically" option in its config? If
>not, then you do indeed need to hard-wire the IP.



Reply With Quote
  #6 (permalink)  
Old 01-27-2008, 08:27 PM
Mark McIntyre
Guest
 
Posts: n/a
Default Re: Dhcp daemon --> router --> WAP --> client problem

Henk wrote:
> The linux server is also the internet gateway.


ok, strike that problem.

> It's only the new WAP that doesn't work. As I wrote: the client is
> successfully connected to the wireless network, but I can't access
> any network services from the client, nor internet.


So you can't ping your linux box from the client?
What does ipconfig /all show (assuming its a windows box).
Post the results here.

> Somehow the ip-traffic doesn't come "through" the WAP. E.g.: I can't
> ping the client


ping the client from the server, you mean?

> allthough it has an IP allocated to it. I _can_ ping
> the WAP, however.


Can you ping the server from the client?

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 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
simple office configuration questions for expert -keevill- alt.internet.wireless 2 11-11-2007 09:41 AM
Vista conection problem? TSMC alt.internet.wireless 6 06-05-2007 05:29 PM
Router Configuration - port forwarding larrylebron@gmail.com alt.comp.hardware 2 10-18-2006 02:00 AM
Re: HELP - can reach ISP through cable, not through wireless ? Bob Newheart alt.internet.wireless 0 08-01-2005 10:53 PM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 07-31-2005 04:25 AM


All times are GMT. The time now is 11:18 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