I’ll admit… I’m just a bit lost and I need some guidance.
I’ve got a RouterBoard RB411 (upgraded to a level 4 license for AP functionality) with a R52N wireless card.
My network consists of a 192.168.1.0/24 address space and I have assigned eth1 an address of 192.168.1.16. My DHCP server sits on 192.168.1.1 and I am trying to get a DHCP-RELAY to that server, but it’s not working. Here is the output from /ip address print:
[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.1.16/24 192.168.1.0 192.168.1.255 ether1
And the output from /interface wireless print:
[admin@MikroTik] > /interface wireless print
Flags: X - disabled, R - running
0 R name="wlan1" mtu=1500 mac-address=00:0C:42:61:C0:E2 arp=enabled interface-type=Atheros 11N mode=ap-bridge ssid="MikroTik" frequency=5180
band=5ghz-onlyn scan-list=default wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no default-authentication=yes
default-forwarding=yes default-ap-tx-limit=0 default-client-tx-limit=0 hide-ssid=no security-profile=default compression=no
dhcp-relay:
[admin@MikroTik] > /ip dhcp-relay print
Flags: X - disabled, I - invalid
# NAME INTERFACE DHCP-SERVER LOCAL-ADDRESS
0 relay1 ether1 192.168.1.1 0.0.0.0
I can not get my wireless clients to pull an IP from the DHCP server at 192.168.1.1. I think I might be missing something here, but it’s not so obvious to me!!!