I have a little Raspberry pi zero with diet pi installed on it. With my old router it was working fine, but since i got this new one i cant seem to get it to work reliably.
From the Mikrotik router i can ping the pi and the pi can ping the router the pi can also ping the internet but when i ping any other machine on the local network i get host unreachable or the machines ping it i get they get same reply. The machines can be on ethernet or or wifi, doesnt matter.. same host unreachable reply. The machines im pinging from/to are have various OS's, windows/linux. And they have no issues, they can ping eachother, the internet etc but not this specific Rasberry pi.
I did reinstall dietpi thinking i broke something but i get the same error and there are no firewall rules on by default.
192.168.1.11 is the Raspberry pi machine. Not sure why it has such a long ID..
Please help me get this machine working and figure out whats wrong, thanks in advance.
From the Mikrotik router i can ping the pi and the pi can ping the router the pi can also ping the internet but when i ping any other machine on the local network i get host unreachable or the machines ping it i get they get same reply. The machines can be on ethernet or or wifi, doesnt matter.. same host unreachable reply. The machines im pinging from/to are have various OS's, windows/linux. And they have no issues, they can ping eachother, the internet etc but not this specific Rasberry pi.
I did reinstall dietpi thinking i broke something but i get the same error and there are no firewall rules on by default.
192.168.1.11 is the Raspberry pi machine. Not sure why it has such a long ID..
Please help me get this machine working and figure out whats wrong, thanks in advance.
Code:
/ip export hide-sensitive # 2024-02-10 01:31:23 by RouterOS 7.13.4# software id = L002-KS3F## model = C53UiG+5HPaxD2HPaxD# serial number = XXXXXXXXXXX/ip pooladd name=dhcp ranges=192.168.1.10-192.168.1.254/ip dhcp-serveradd address-pool=dhcp interface=bridge lease-time=10m name=defconf/ip addressadd address=192.168.1.1/24 comment=defconf interface=bridge network=192.168.1.0/ip dhcp-clientadd comment=defconf interface="ether1 (WAN)" use-peer-dns=no/ip dhcp-server leaseadd address=192.168.1.254 mac-address=54:60:09:FB:7E:D2 server=defconfadd address=192.168.1.111 client-id=1:60:45:cb:9a:a1:22 mac-address=60:45:CB:9A:A1:22 server=defconfadd address=192.168.1.69 client-id=1:0:11:32:30:4b:51 mac-address=00:11:32:30:4B:51 server=defconfadd address=192.168.1.13 client-id=1:7a:45:76:24:e2:3c comment="if\E5n" mac-address=7A:45:76:24:E2:3C server=defconfadd address=192.168.1.80 client-id=1:94:c6:91:1e:be:39 mac-address=94:C6:91:1E:BE:39 server=defconfadd address=192.168.1.123 client-id=1:4:5d:4b:4d:85:f5 comment=sonytv mac-address=04:5D:4B:4D:85:F5 server=defconfadd address=192.168.1.10 client-id=1:10:4a:7d:24:b9:ef comment=chromeos mac-address=10:4A:7D:24:B9:EF server=defconfadd address=192.168.1.11 client-id=ff:eb:11:fc:86:0:1:0:1:2d:41:b3:1c:b8:27:eb:11:fc:86 mac-address=B8:27:EB:11:FC:86 server=defconf/ip dhcp-server networkadd address=192.168.1.0/24 comment=defconf dns-server=192.168.1.1 gateway=192.168.1.1 netmask=24/ip dnsset allow-remote-requests=yes cache-max-ttl=2d cache-size=8192KiB use-doh-server=https://1.1.1.1/dns-query verify-doh-cert=yes/ip dns staticadd address=192.168.1.1 comment=defconf name=router.lan/ip neighbor discovery-settingsset discover-interface-list=LAN/ip firewall filteradd action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untrackedadd action=drop chain=input comment="defconf: drop invalid" connection-state=invalidadd action=accept chain=input comment="defconf: accept ICMP" disabled=yes protocol=icmpadd action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LANadd action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsecadd action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsecadd action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untrackedadd action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related hw-offload=yesadd action=drop chain=forward comment="defconf: drop invalid" connection-state=invalidadd action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN/ip firewall natadd action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN/ip firewall service-portset ftp disabled=yesset tftp disabled=yesset rtsp disabled=no/ip serviceset telnet disabled=yesset www-ssl disabled=no/ip sshset strong-crypto=yes/ip upnpset enabled=yes/ip upnp interfacesadd interface=bridge type=internaladd interface="ether1 (WAN)" type=external
Statistics: Posted by mrdipeosodios — Sat Feb 10, 2024 2:38 am