I have a problem, where on RB1100x4 router, internet was working fine up until today. Noone touched the router, ports or its config, and i can tracert 8.8.8.8 from the router, the ISP says there is no issue on their end, however the devices inside the network does not have access through pppoe, but can ping themselves from inside the network.
Last month weve been under UDP flood attacks, however as for now the traffic shown by the router is normal.
Please let me know if you can see something that might have went wrong, because im out of any ideas.
Here is the config of the router:
jul/05/2024 12:03:24 by RouterOS 7.6
software id = U90Z-VB9H
model = RB1100x4
/interface bridge
add admin-mac=DC:2C:6E:53:84:53 arp=proxy-arp auto-mac=no comment=defconf name=bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] advertise=10M-half,10M-full,100M-half,100M-full loop-protect=on rx-flow-control=on tx-flow-control=on
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 name=pppoe-out1 use-peer-dns=yes user=****
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.0.1-192.168.0.99
add name=pptp ranges=192.168.0.199
add name=l2tppool ranges=10.0.0.100-10.0.0.200
/ip dhcp-server
add address-pool=dhcp interface=bridge name=defconf
/port
set 0 name=serial0
set 1 name=serial1
/ppp profile
set 0 use-ipv6=no
set FFFFFFFE dns-server=10.0.0.1 local-address=10.0.0.1 remote-address=l2tppool
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=ether9
add bridge=bridge comment=defconf interface=ether10
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface l2tp-server server
set enabled=yes use-ipsec=required
/interface list member
add comment=defconf interface=bridge list=LAN
add interface=pppoe-out1 list=WAN
add interface=ether1 list=WAN
/ip address
add address=192.168.0.1/24 comment=defconf interface=bridge network=192.168.0.0
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server network
add address=192.168.0.0/24 comment=defconf gateway=192.168.0.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=193.33.9.6,193.33.8.6
/ip dns static
add address=192.168.0.1 comment=defconf name=router.lan
/ip firewall address-list
add address=193.33.8.6 list=dns
add address=193.33.9.6 list=dns
/ip firewall filter
add action=accept chain=input comment=“defconf:accept established,related,untracked” connection-state=established,related,untracked
add action=drop chain=input comment=“defconf: drop invalid” connection-state=invalid disabled=yes
add action=accept chain=input comment=“defconf: accept ICMP” protocol=icmp
add action=accept chain=input comment=“defconf: accept local loopback (for CAPsMAN)” dst-address=127.0.0.1
add action=drop chain=input comment=“defconf: drop all not coming from LAN” disabled=yes in-interface-list=!LAN
add action=accept chain=forward comment=“defconf: accept ipsec policy” ipsec-policy=in,ipsec
add action=accept chain=forward comment=“defconf: accept out ipsec policy” ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment=“defconf: fasttrack” connection-state=established,related hw-offload=yes
add action=accept chain=forward comment=“defconf: accept established,related, untracked” connection-state=established,related,untracked
add action=drop chain=forward comment=“defconf: drop invalid” connection-state=invalid disabled=yes
add action=drop chain=forward comment=“defconf: drop all from WAN not DSTNATed” connection-nat-state=!dstnat connection-state=new disabled=yes in-interface-list=WAN
add action=drop chain=input src-address=104.219.212.211
add action=drop chain=input src-address=158.51.123.107
add action=accept chain=forward
add action=drop chain=input dst-port=53 in-interface=ether1 protocol=udp
add action=drop chain=input dst-port=53 in-interface=ether1 protocol=tcp
add action=accept chain=input comment=“inbound dns” in-interface=ether1 protocol=udp src-address-list=dns src-port=53
add action=accept chain=forward comment=“inbound dns” in-interface=ether1 protocol=udp src-address-list=dns src-port=53
add action=accept chain=output comment=“outbound dns” dst-address-list=dns dst-port=53 out-interface=ether1 protocol=udp
add action=accept chain=forward comment=“outbound dns” dst-address-list=dns dst-port=53 out-interface=ether1 protocol=udp
add action=drop chain=input comment=“Drop DNS” dst-port=53 in-interface=ether1 protocol=udp
add action=drop chain=input comment=“Drop DNS” dst-port=53 in-interface=ether1 protocol=tcp
add action=drop chain=input dst-port=53 in-interface=ether1 protocol=udp
add action=drop chain=input dst-port=53 in-interface=ether1 protocol=tcp
add action=drop chain=input src-address=103.102.230.133
add action=accept chain=input dst-address=192.168.0.49 protocol=udp
add action=drop chain=input src-address=122.155.166.153
add action=drop chain=input dst-port=1-49 in-interface=pppoe-out1 protocol=udp
add action=drop chain=input dst-port=52-499 in-interface=pppoe-out1 protocol=udp
add action=drop chain=input dst-port=501-1700 in-interface=pppoe-out1 protocol=udp
add action=drop chain=input dst-port=1702-4499 in-interface=pppoe-out1 protocol=udp
add action=drop chain=input disabled=yes dst-port=4499-63000 in-interface=pppoe-out1 protocol=udp src-port=“”
add chain=input port=1701,500,4500 protocol=udp
add chain=input protocol=ipsec-esp
/ip firewall nat
add action=masquerade chain=srcnat comment=“defconf: masquerade” ipsec-policy=out,none out-interface=pppoe-out1 out-interface-list=WAN
add action=dst-nat chain=dstnat dst-address=* dst-port=22 protocol=tcp to-addresses=192.168.0.17 to-ports=22
add action=dst-nat chain=dstnat dst-port=2138 in-interface-list=all protocol=tcp to-addresses=192.168.0.17 to-ports=2138
/ip firewall service-port
set irc disabled=no
set rtsp disabled=no
/ip ipsec policy
add dst-port=1701 peer=*2 protocol=udp src-port=1701
/ip service
set ssh disabled=yes
set www-ssl disabled=no
set api disabled=yes
set api-ssl disabled=yes
/ppp secret
add name=robert profile=default-encryption service=l2tp
add disabled=yes name=adam profile=default-encryption service=l2tp
/system clock
set time-zone-name=Europe/Warsaw
/system scheduler
add interval=23h59m59s name=reboot policy=reboot start-date=jul/05/2024 start-time=00:00:05
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
/tool traffic-monitor
add interface=pppoe-out1 name=traf1 trigger=always