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 ![]()
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