Hello, all.
I am relatively new to MikroTik. However, I have successfully setup a half a dozen or so RB2011's and hEX Lites before now with the help of colleagues. However, I am having issues with a new configuration of an RB2011 running firmware 3.33 and ROS 6.34.6.
I initially uploaded a config that is running successfully on an identical router. However, I could not access the internet from the new RB2011 and I was unable to PING basic servers such as Google, etc. After scratching my head for hours, I reset the new RB2011 to defaults to see if there was something that the router did not like something about the previous router's config. With the router set to defaults, I still have the same results; no internet access, unsuccessful PINGs.
Here is the routers config with most everything as default configuration:
\
RouterOS 6.36
software id = 169X-8API
/interface bridge
add admin-mac=xx:xx:xx:xx:xx:xx auto-mac=no name=bridge
/interface ethernet
set [ find default-name=ether1 ] name=ether1-gateway
set [ find default-name=ether2 ] name=ether2-master
set [ find default-name=ether6 ] name=ether6-master
set [ find default-name=ether7 ] master-port=ether6-master
set [ find default-name=ether8 ] master-port=ether6-master
set [ find default-name=ether9 ] master-port=ether6-master
set [ find default-name=ether10 ] master-port=ether6-master
/ip neighbor discovery
set ether1-gateway discover=no
/ip pool
add name=default-dhcp ranges=192.168.88.100-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=defconf
/interface bridge port
add bridge=bridge interface=ether2-master
add bridge=bridge interface=ether6-master
add bridge=bridge interface=sfp1
/ip firewall connection tracking
set enabled=yes
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1-gateway
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept established,related"
connection-state=established,related
add action=drop chain=input comment="defconf: drop all from WAN"
in-interface=ether1-gateway log-prefix=""
add action=fasttrack-connection chain=forward comment="defconf: fasttrack"
connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related"
connection-state=established,related
add action=drop chain=forward comment="defconf: drop invalid"
connection-state=invalid
add action=drop chain=forward comment=
"defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat
connection-state=new in-interface=ether1-gateway log-prefix=""
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" log-prefix=
"" out-interface=ether1-gateway
/ip service
set ftp disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system routerboard settings
set protected-routerboot=disabled
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=bridge
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=bridge
I am wondering if it has something to do with the 'sticky' firewall filters that have been created with the default config. I figure if I can get you guy's help with making the default config to work, I can adapt the working changes to the config I typically use which is mostly specific firewall filters.
I greatly appreciate the guidance.
Cheers!