I'm really stuck with my RB2011. Been trying to get it up and running for a couple of days now, with no luck. From my RB I can ping sites on the internet and on my LAN, but from a pc on the local LAN I can't ping anything outside the LAN. Any help would be greatly appreciated.
jun/24/2014 08:32:37 by RouterOS 6.13
software id = N34L-G850
/interface bridge
add admin-mac=xx:xx:xx:xx:xx:xx auto-mac=no l2mtu=1598 name=bridge-local
/interface ethernet
set [ find default-name=ether6 ] name=ether6-master-local
set [ find default-name=ether7 ] master-port=ether6-master-local name=ether7-slave-local
set [ find default-name=ether8 ] master-port=ether6-master-local name=ether8-slave-local
set [ find default-name=ether9 ] master-port=ether6-master-local name=ether9-slave-local
set [ find default-name=ether10 ] name=ether10_ISP poe-out=off rx-flow-control=auto tx-flow-control=auto
set [ find default-name=sfp1 ] name=sfp1-gateway
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-ht-above country=netherlands disabled=no distance=indoors frequency=2422 frequency-mode=
regulatory-domain l2mtu=2290 mode=ap-bridge ssid=xxxxxxxxxxx
/ip neighbor discovery
set ether1 discover=no
set sfp1-gateway discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik unicast-ciphers=
tkip,aes-ccm
/ip dhcp-server
add interface=bridge-local lease-time=10m name=default
add disabled=no interface=bridge-local name=rbrd01 relay=192.168.1.251
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge-local interface=ether2
add bridge=bridge-local interface=ether3
add bridge=bridge-local interface=ether4
add bridge=bridge-local interface=ether5
add bridge=bridge-local interface=ether6-master-local
add bridge=bridge-local interface=wlan1
add bridge=bridge-local interface=ether1
/ip address
add address=88.89.90.91/23 comment=ISP interface=ether10_ISP network=88.89.90.0
add address=192.168.1.252/24 comment=LAN interface=bridge-local network=192.168.1.0
/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 servers=8.8.8.8
/ip dns static
add address=192.168.88.1 disabled=yes name=router
add address=192.168.1.251 disabled=yes name=rbrd01
/ip firewall filter
add chain=input comment="Allow LAN access to router and Internet" connection-state=new
add chain=input comment="Allow established connections" connection-state=established
add action=drop chain=input comment="Drop invalid connections" connection-state=invalid disabled=yes
add chain=input comment="Allow management from 192.168.1.0/24" in-interface=bridge-local src-address=192.168.1.0/24
add action=log chain=input log-prefix="DROP: "
add action=drop chain=input comment="Drop everything else" disabled=yes
add action=drop chain=forward comment="Allow established connections" connection-state=invalid disabled=yes protocol=tcp
add chain=forward comment="Allow related connections" connection-state=related protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" disabled=yes out-interface=sfp1-gateway
add action=masquerade chain=scrnat disabled=yes out-interface=ether10_ISP
/ip route
add distance=1 gateway=88.89.91.254
/ip upnp
set allow-disable-external-interface=no
/lcd
set backlight-timeout=5m default-screen=informative-slideshow
/lcd interface
set sfp1-gateway interface=sfp1-gateway
set ether1 interface=ether1
set ether2 interface=ether2
set ether3 interface=ether3
set ether4 interface=ether4
set ether5 interface=ether5
set ether6-master-local interface=ether6-master-local
set ether7-slave-local interface=ether7-slave-local
set ether8-slave-local interface=ether8-slave-local
set ether9-slave-local interface=ether9-slave-local
set ether10_ISP interface=ether10_ISP
set wlan1 interface=wlan1
/lcd interface pages
set 0 interfaces=sfp1-gateway,ether1,ether2,ether3,ether4,ether5,ether6-master-local,ether7-slave-local,ether8-slave-local,ether9-slave-local,ether10_ISP,wlan1
/system clock
set time-zone-name=Europe/Amsterdam
/system identity
set name=rbrd01
/system logging
add action=disk topics=firewall
/system ntp client
set enabled=yes mode=unicast primary-ntp=83.98.201.133 secondary-ntp=94.228.40.3
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=ether3
add interface=ether4
add interface=ether5
add interface=ether6-master-local
add interface=ether7-slave-local
add interface=ether8-slave-local
add interface=ether9-slave-local
add interface=ether10_ISP
add interface=wlan1
add interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2
add interface=ether3
add interface=ether4
add interface=ether5
add interface=ether6-master-local
add interface=ether7-slave-local
add interface=ether8-slave-local
add interface=ether9-slave-local
add interface=ether10_ISP
add interface=wlan1
add interface=bridge-local
Can you please post your network config on laptop? (ip/mask/default route?)
You can always do factory-reset and configure RB again from zero. In some cases, it helped for me.
Nothing seems to work, unfortunately. As far as my knowledge goes, I can only pinpoint the problem(s) down to the firewall, but I’m still not really convinced. I’ve posted the latest config here. Can you please take another look and help me.
Ok, for internet working behind router, you need configured on router:
WAN IP - you have static IP: 88.15.16.19/23 /ip address add address=88.15.16.19/23 comment=ISP interface=ether1 network=88.15.16.0 You can delete/disable dhcp client
LAN IP - you have static IP: 192.168.1.252/24, but with incorrect network address: 192.168.61.0 (if it isn’t typing error). Correct network address, result: /ip address add address=192.168.1.252/24 interface=bridge1 network=192.168.1.0
Default route - in your last configuration isn’t default route. Add it:/ip route add add distance=1 gateway=88.89.91.254
Please disable all others firewall rules and settings.
Set on computer static network configuration: IP:192.168.1.x / 255.255.255.0, GW: 192.168.1.252, DNS: 8.8.8.8. In the cmd try: