Problem running DHCP server on WLAN / LAN

Hi,

Ok so my setup is as follows, I have a RB433 running 3.20 OS.
I have configured the following interfaces.

ether1 = 10.10.30.2/24
wlan1= 10.10.30.3/24

What I need to solve is to have a DHCP server handing out the DHCP scope 10.10.30.50-10.10.30.250 on both ether1 and wlan1
I pretty much need the wlan1 to act as a access point to the network.
I thought this would be pretty simple to setup and I guess it is, I am just failing :smiley:


I do not wish to have different subnets or to NAT the wlan1 clients.
The DHCP server should idealy hand out the following
IP 10.10.30.50-10.10.30.250
GW 10.10.30.1
MASK 255.255.255.0
DNS 10.10.25.10

I have configured a single DHCP server on ether1 for this.
I have tried to configure a DHCP server on wlan1 with DHCP relay from 10.10.30.2 as that is the IP of ether1 and to use the same pool.

What am I doing wrong here.

//Erik

It sounds like you want ether1 and wlan1 in a bridge.
If that’s the case;
create bridge1
add ether1 and wlan1 to bridge1
change the interface on dhcp to bridge1

Thanks.

Worked like a charm :slight_smile: