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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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!
>
>
>
|