Hello
Since few days I see in logs:
07:20:17 firewall,info input: in:WAN out:(none), src-mac bc:4d:fb:aa:1c:d2, proto TCP (SYN), 201.92.58.210:13575->My_WAN_IP:8291, len 40
07:35:35 firewall,info input: in:WAN out:(none), src-mac bc:4d:fb:aa:1c:d2, proto TCP (SYN), 159.146.49.190:62758->My_WAN_IP:8291, len 40
07:39:55 firewall,info input: in:WAN out:(none), src-mac bc:4d:fb:aa:1c:d2, proto TCP (SYN), 191.19.137.106:9277->My_WAN_IP:8291, len 40
08:01:34 firewall,info input: in:WAN out:(none), src-mac bc:4d:fb:aa:1c:d2, proto TCP (SYN), 172.222.222.243:25906->My_WAN_IP:8291, len 40
08:10:33 firewall,info input: in:WAN out:(none), src-mac bc:4d:fb:aa:1c:d2, proto TCP (SYN), 37.19.95.45:19550->My_WAN_IP:8291, len 40
08:32:08 firewall,info input: in:WAN out:(none), src-mac bc:4d:fb:aa:1c:d2, proto TCP (SYN), 177.95.243.49:49061->My_WAN_IP:8291, len 40
08:32:49 firewall,info input: in:WAN out:(none), src-mac bc:4d:fb:aa:1c:d2, proto TCP (SYN), 179.110.69.91:36141->My_WAN_IP:8291, len 40
08:57:49 firewall,info input: in:WAN out:(none), src-mac bc:4d:fb:aa:1c:d2, proto TCP (SYN), 191.8.45.96:20219->My_WAN_IP:8291, len 40
My firewall looks like:
[mee@Router] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; Drop Invalid connections
chain=input action=drop connection-state=invalid
1 ;;; Allow Established connections
chain=input action=accept connection-state=established,related
2 X ;;; Allow ICMP
chain=input action=accept protocol=icmp log=no log-prefix=“”
3 chain=input action=accept protocol=tcp src-address=192.168.0.0/24 dst-port=8291
4 chain=input action=accept protocol=tcp src-address=my_home_IP/26 in-interface=WAN dst-port=8291
5 X chain=input action=accept protocol=tcp src-address=my_home_IP/26 in-interface=WAN dst-port=8090,8091,8081,8082,8071,3080,8084
6 chain=input action=drop protocol=tcp dst-port=8291 log=yes
7 ;;; Allow access to router from known network
chain=input action=accept src-address=192.168.0.0/24
8 ;;; Allow access to router from known network
chain=input action=accept src-address=192.168.88.0/24
9 ;;; Drop anything else
chain=input action=drop
That’s strange because in my opinion firewall shouldn’t allow such conenctions - Do I’m wrong?
How to correct it?
Regards
Slawek