Wed Jan 20, 2016 2:43 pm
Thanks for the reply.
Could I ask if you can check my filter list as below? I used info from forums to secure firewall.
We still experience the problem though. I uploaded a screenshot of the interfaces to show the differences in just 24hrs.
RDP users from outside lose access and then eventually all internet access goes.
0 ;;; Block VOIP Phone Network
chain=input action=drop src-address-list=VOIP-Phones log=no log-prefix=""
1 ;;; Drop Facebook and Youtube
chain=forward action=drop layer7-protocol=Facebook and Youtube log=no log-prefix=""
2 chain=forward action=drop layer7-protocol=bittorrent in-interface=pppoe-out1 log=no log-prefix=""
3 ;;; Drop invalid connections
chain=input action=drop connection-state=invalid log=no log-prefix=""
4 ;;; Drop RDP 3389 Attempts
chain=input action=drop protocol=tcp in-interface=pppoe-out1 src-port=3389 log=yes log-prefix="RDP 3389 attempts"
5 ;;; Accept established connections
chain=input action=accept connection-state=established log=no log-prefix=""
6 ;;; Accept related connections
chain=input action=accept connection-state=related log=no log-prefix=""
7 ;;; Allow valid connections
chain=input action=accept connection-state=established log=no log-prefix=""
8 ;;; Allow limited pings
chain=input action=accept protocol=icmp limit=50/5s,2 log=no log-prefix=""
9 ;;; Drop excess pings
chain=input action=drop protocol=icmp log=no log-prefix=""
10 ;;; SSH for secure shell
chain=input action=accept protocol=tcp dst-port=22 log=no log-prefix=""
11 ;;; winbox
chain=input action=accept protocol=tcp dst-port=8291 log=no log-prefix=""
12 ;;; UDP
chain=input action=accept protocol=udp log=no log-prefix=""
13 ;;; jump to chain ICMP
chain=forward action=jump jump-target=ICMP protocol=icmp log=no log-prefix=""
14 ;;; 0:0 and limit for 5pac/s
chain=ICMP action=accept protocol=icmp icmp-options=0:0-255 limit=5,5 log=no log-prefix=""
15 chain=ICMP action=accept protocol=icmp icmp-options=0:0-255 limit=5,5 log=no log-prefix=""
16 ;;; 3:3 and limit for 5pac/s
chain=ICMP action=accept protocol=icmp icmp-options=3:3 limit=5,5 log=no log-prefix=""
17 ;;; 3:4 and limit for 5pac/s
chain=ICMP action=accept protocol=icmp icmp-options=3:4 limit=5,5 log=no log-prefix=""
18 ;;; 8:0 and limit for 5pac/s
chain=ICMP action=accept protocol=icmp icmp-options=8:0-255 limit=5,5 log=no log-prefix=""
19 ;;; 11:0 and limit for 5pac/s
chain=ICMP action=accept protocol=icmp icmp-options=11:0-255 limit=5,5 log=no log-prefix=""
20 ;;; Drop all p2p
chain=forward action=drop p2p=all-p2p protocol=tcp in-interface=pppoe-out1 log=no log-prefix=""
21 ;;; Drop everything else
chain=ICMP action=drop protocol=icmp in-interface=pppoe-out1 log=yes log-prefix="DROP INPUT"
22 chain=forward action=accept src-address-list=Our-Nets dst-address-list=Our-Nets log=no log-prefix=""
23 ;;; Internet to our Network
chain=forward action=accept dst-address-list=Our-Nets in-interface=pppoe-out1 log=no log-prefix=""
24 ;;; Our network and Out
chain=forward action=accept src-address-list=Our-Nets out-interface=pppoe-out1 log=no log-prefix=""
25 chain=forward action=drop log=no log-prefix=""
You do not have the required permissions to view the files attached to this post.