Hi All I've been having some ping problems with the Ping Tool, I can connect a laptop to the Mikrotik Lan or WIFI interface and ping 8.8.8.8 or any other address on the internet without a problem
I can use ping tool and select the PPOE interface and it works fine but if I select the LAN interface or Wifi then I get destination unreachable, please see below config
Any help appreciated thanks in advance
# apr/14/2017 00:32:13 by RouterOS 6.38.5
# software id = 3YIQ-RPP1
#
/interface bridge
add name=LAN
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 name=pppoe-out1 password=xxxxx use-peer-dns=yes user=xxxxxx
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no frequency=2437 mode=ap-bridge
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk,wpa2-eap mode=dynamic-keys wpa2-pre-shared-key=xxxxx
/ip pool
add name=dhcp_pool0 ranges=192.168.20.2-192.168.20.40
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=LAN name=dhcp1
/interface bridge port
add bridge=LAN interface=ether2
add bridge=LAN interface=wlan1
/ip address
add address=192.168.20.1/24 interface=LAN network=192.168.20.0
add address=192.168.20.2/24 interface=ether2 network=192.168.20.0
/ip dhcp-client
add add-default-route=no dhcp-options=hostname,clientid interface=ether1 use-peer-dns=no use-peer-ntp=no
/ip dhcp-server network
add address=192.168.20.0/24 dns-server=192.168.20.1 gateway=192.168.20.1
/ip dns
set allow-remote-requests=yes
/ip firewall address-list
add address=192.168.20.0/24 list=Trusted
/ip firewall filter
add action=drop chain=input comment="Drop Invalid Packetts to Firewall" connection-state=invalid
add action=drop chain=forward comment="Drop Invalid Packetts on Forward" connection-state=invalid
add action=accept chain=input comment="Accept Connections from Trusted zones to firewall" src-address-list=Trusted
add action=accept chain=input comment="Allow Winbox" dst-port=8291 protocol=tcp
add action=accept chain=input comment="Allow SSH To Firewall" dst-port=22 protocol=tcp
add action=accept chain=input comment="Allow Established connections to Firewall" connection-state=established
add action=accept chain=input comment="Allow Related connections to Firewall" connection-state=related
add action=drop chain=input comment="Drop Everything Else" connection-state="" log=yes log-prefix="Firewall Drop"
add action=accept chain=forward comment="Allow New connections from Lan" connection-state=new in-interface=LAN src-address-list=Trusted
add action=accept chain=forward comment="Allow Related established connections to Lan" connection-state=established
add action=accept chain=forward comment="Allow Related connections to Lan" connection-state=related
add action=drop chain=forward comment="Drop everything else" connection-state="" log=yes
/ip firewall nat
add action=masquerade chain=srcnat dst-address=0.0.0.0/0 out-interface=pppoe-out1 src-address=192.168.20.0/24
/system clock
set time-zone-name=Europe/London
/system ntp client
set enabled=yes server-dns-names=0.uk.pool.ntp.org