Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

Beginner Basics • Re: CAP AC: DHCP assigned DNS

$
0
0
Greetings

I sourced a refurbished cAP ac and spent the last day resetting & reconfiguring it; major mission!

I have configured the router as you suggested and while it works, the out come is the same in that it is stripping MAC Addresses from the DHCP requests resulting in the incorrect DHCP configuration being applied.
Code:
# jan/01/2024 22:08:53 by RouterOS 6.49.10# software id = VIZX-79YQ## model = RBcAPGi-5acD2nD# serial number = /interface ethernetset [ find default-name=ether2 ] name=eth2emergaccess/interface bridgeadd name=bridge1/interface wirelessset [ find default-name=wlan1 ] country="south africa" disabled=no mode=\    ap-bridge ssid=Phoenix241 wireless-protocol=802.11set [ find default-name=wlan2 ] country="south africa" disabled=no mode=\    ap-bridge ssid=Phoenix241 wireless-protocol=802.11/interface listadd name=management1/interface wireless security-profilesset [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\    dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=zaQ!@Wsx \    wpa2-pre-shared-key=zaQ!@Wsx/snmp communityset [ find default=yes ] addresses=10.1.1.0/24 disabled=yesadd addresses=10.1.1.0/24 name=grafted security=private/interface bridge portadd bridge=bridge1 interface=ether1add bridge=bridge1 interface=wlan1add bridge=bridge1 interface=wlan2/ip neighbor discovery-settingsset discover-interface-list=management1/interface list memberadd interface=bridge1 list=management1add interface=eth2emergaccess list=management1/ip addressadd address=192.168.88.1/24 interface=eth2emergaccess network=192.168.88.0 \    comment="ether2 emergency access off bridge"add address=10.1.1.240/24 interface=bridge1 network=10.1.1.0 \    comment="IP address of cAPac on subnet"/ip dnsset allow-remote-requests=yes cache-max-ttl=1d \    servers=10.1.1.250,208.67.222.123,208.67.220.123/ip routeadd comment="ensures route avail through subnet gateway" distance=1 gateway=\    10.1.1.254/ip serviceset ftp disabled=yes/ip smbset comment=ap5 domain=HOME/ip smb usersadd name=grafted password=zaQ!@Wsx read-only=no/snmpset contact="M G" enabled=yes location=Home trap-community=grafted \    trap-generators=interfaces,temp-exception trap-version=3/system clockset time-zone-name=Africa/Johannesburg/system identityset name=ap5240/system ntp clientset enabled=yes/system package updateset channel=long-term/tool mac-serverset allowed-interface-list=none/tool mac-server mac-winboxset allowed-interface-list=management1
My network is simple, a single IP C-Class with no vlan tagging. The network DNS, NameD & DHCP services are provided by a Raspberry Pi. I would love to use the RouterOS for NameD & DHCP but it does not allow the level of customisation I need. The internet gateway is a hAP ac2 and the WiFi is access was upgraded from TP Link & Netgear AP's to use cAP ac's (ultimately goal is to get cAPsMan working but baby steps) . The DHCP worked 100% with the generic AP's.

I appreciate any assistance you can provide.

Regards
Michael

Statistics: Posted by milegrin — Mon Jan 01, 2024 11:03 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles