Networking Forums

Networking Forums > Computer Networking > Linux Networking > Configuring DHCPD for a wireless LAN.

Reply
Thread Tools Display Modes

Configuring DHCPD for a wireless LAN.

 
 
Nirnimesh
Guest
Posts: n/a

 
      06-03-2004, 07:30 PM
Background: want to configure DHCP for wireless LAN (at present
wired:- has several vlans/subnets configured). using RH-Linux-9.0,
dhcpd, configured /etc/dhcpd.conf

I've setup a DHCP server. Now, if the client falls in the same subnet
as the dhcp server, it's able to fetch an IP and configure its network
as expected. However, if the DHCP server falls in a different subnet,
the client doesn't sense for it. I want to configure only a single
DHCP server for the whole LAN (across all the subnets)..(I know it's
possible).
Using dhclient -s <dhcpd-server's ip>, and sniffing on the server
using ethereal shows that the dhchpd server does recieve a DHCP
request. But still no response from the dhcpd server. Anyway, I don't
expect the client to be able to specify the source's IP (that's sane,
I guess).

Do I need any specific VLAN configurations to allow this "sensing" of
the DHCP server over the entire network? Or is it that the DHCP server
keeps on making periodic announcements?

Nirnimesh.
 
Reply With Quote
 
 
 
 
Cameron Kerr
Guest
Posts: n/a

 
      06-03-2004, 07:51 PM
Nirnimesh <(E-Mail Removed)> wrote:

> However, if the DHCP server falls in a different subnet, the client
> doesn't sense for it. I want to configure only a single DHCP server
> for the whole LAN (across all the subnets)..(I know it's possible).


Ah, then you need to be using dhcp relay (dhrelay?) on the routers
between the clients and the subnet.

DHCP uses broadcast to communinicate with the DHCP server (dest
255.255.255.255, src 0.0.0.0 (unconfigured)) These packets are never
forwarded by a router, so the router needs to relay the packets (this is
different from forwarding, the practice would be better likened to
proxying)

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
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
Help configuring two usb-wireless adapters. rebonorris Wireless Internet 1 02-29-2012 08:44 PM
Need advice on configuring a wireless network using a PDA, wireless router and PC with wireless card Polaris431 Wireless Internet 0 10-09-2007 07:53 AM
configuring wireless network Andrew Bellamy Broadband 11 05-05-2007 09:44 AM
Help Wtd: Configuring Wireless Internet skint Broadband 2 08-06-2006 06:48 PM
Help in configuring my wireless network DAR in Herc Wireless Networks 5 11-01-2005 08:30 AM



1 2 3 4 5 6 7 8 9 10 11