i dont have a lot of faith in this default config -
so im following this tutorial
https://www.youtube.com/watch?v=ulDefmf1ces
but its a little outdated. At 8:54 the video tutorial is suggesting that I set the master port slave off of interface # 2 but the field he is using (master port) does not appear in my version or routerboard. Everything else is straight forward ( i think) but that config is missing from these steps because I cant find the option ...
I now have properly routed internet fromt he LAN and the WIFI AP - better progress - here is my output - comments Welcome -
# dec/13/2018 11:15:25 by RouterOS 6.43.4
# software id = EGAE-6IE2
#
# model = RB4011iGS+5HacQ2HnD
# serial number = A28209DFFF7C
/interface bridge
add fast-forward=no name=bridge1-2.4
/interface wireless
set [ find default-name=wlan1 ] disabled=no mode=ap-bridge ssid=MikroTik \
wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] comment=WAN-Eth1
set [ find default-name=ether2 ] comment=\
"LAN - All ports are switched off either 2"
set [ find default-name=ether10 ] comment=PPOE-Out-Eth10
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" \
management-protection=allowed mode=dynamic-keys name=WPA2 \
supplicant-identity="" wpa-pre-shared-key=@@@@@@@@@
\
wpa2-pre-shared-key=@@@@@@
!
/interface wireless
set [ find default-name=wlan2 ] band=2ghz-b/g/n disabled=no frequency=auto \
mode=ap-bridge security-profile=WPA2 ssid=Webb2.4 wireless-protocol=\
802.11
/ip pool
add name=dhcp ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1-2.4 name=dhcp1
/interface bridge port
add bridge=bridge1-2.4 interface=ether2
add bridge=bridge1-2.4 interface=wlan2
add bridge=bridge1-2.4 interface=wlan1
/interface list member
add interface=ether1 list=WAN
add interface=bridge1-2.4 list=LAN
/ip address
add address=192.168.88.15/24 comment="LAN IP subnet" interface=ether2 \
network=192.168.88.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=\
64.59.144.19,192.168.88.15,64.59.150.135 gateway=192.168.88.15 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.8.4
/ip firewall address-list
add address=192.168.88.0/24 list="LOcal LAN"
/ip firewall filter
add action=accept chain=input comment=\
"allow access to the router from the lan" src-address-list="LOcal LAN"
add action=drop chain=forward comment="drop invalid packets" \
connection-state=invalid
add action=drop chain=input comment="drops all other traffic "
add action=accept chain=forward comment="allow connections from the lan" \
connection-nat-state="" connection-state=new in-interface=bridge1-2.4
add action=accept chain=forward comment="allow established connections" \
connection-state=established
add action=accept chain=forward comment="allow related connections " \
connection-state=related
add action=accept chain=input comment=\
"allow established connections to the router" connection-state=\
established
add action=accept chain=input comment=\
"allow related connections to the router" connection-state=related
add action=drop chain=forward comment="drop all other connections"
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/system clock
set time-zone-name=America/Vancouver
/system identity
set name=RB4011
/system leds
add interface=wlan2 leds="wlan2_signal1-led,wlan2_signal2-led,wlan2_signal3-le\
d,wlan2_signal4-led,wlan2_signal5-led" type=wireless-signal-strength
add interface=wlan2 leds=wlan2_tx-led type=interface-transmit
add interface=wlan2 leds=wlan2_rx-led type=interface-receive
/system ntp client
set enabled=yes primary-ntp=45.127.112.2 secondary-ntp=54.39.173.225
/system routerboard settings
set silent-boot=no