{"id":1717,"date":"2021-06-13T01:37:05","date_gmt":"2021-06-12T22:37:05","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=1717"},"modified":"2021-06-13T01:38:32","modified_gmt":"2021-06-12T22:38:32","slug":"mikrotik-wan-bacagi-erisim-engelleme","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/mikrotik-wan-bacagi-erisim-engelleme\/","title":{"rendered":"Mikrotik WAN Baca\u011f\u0131 Eri\u015fim Engelleme"},"content":{"rendered":"\n<pre class=\"wp-block-code\" style=\"font-size:11px\"><code>D ;;; special dummy rule to show fasttrack counters\n      chain=forward action=passthrough \n\n;;; defconf: fasttrack\n      chain=forward action=fasttrack-connection connection-state=established,related in-interface=PPPoE_RDS log=no log-prefix=\"\" \n\n;;; defconf: accept established,related\n      chain=forward action=accept connection-state=established,related in-interface=PPPoE_RDS log=no log-prefix=\"\" \n\n;;; defconf: drop invalid\n      chain=forward action=drop connection-state=invalid in-interface=PPPoE_RDS log=no log-prefix=\"\" \n\n;;; defconf:  drop all from WAN not DSTNATed\n      chain=forward action=drop connection-state=new connection-nat-state=!dstnat in-interface-list=ETH1_and_PPPoE log=no log-prefix=\"\" \n\n;;; HTTP WAN\n      chain=input action=drop protocol=tcp in-interface=PPPoE_RDS dst-port=80 log=no log-prefix=\"\" \n\n;;; WinBox WAN\n      chain=input action=drop protocol=tcp in-interface=PPPoE_RDS dst-port=8291 log=no log-prefix=\"\" \n\n;;; API WAN\n      chain=input action=drop protocol=tcp in-interface=PPPoE_RDS dst-port=8728 log=no log-prefix=\"\" \n\n;;; defconf: drop invalid\n      chain=input action=drop connection-state=invalid in-interface=PPPoE_RDS log=no log-prefix=\"\" \n\n;;; defconf: accept established,related\n      chain=input action=accept connection-state=established,related log=no log-prefix=\"\" \n\n;;; Accept L2TP VPN\n      chain=input action=accept protocol=udp in-interface=PPPoE_RDS dst-port=1701 log=no log-prefix=\"\" \n\n;;; Accept L2TP VPN\n      chain=input action=accept protocol=udp in-interface=PPPoE_RDS dst-port=500 log=no log-prefix=\"\" \n\n;;; Accept L2TP VPN\n      chain=input action=accept protocol=udp in-interface=PPPoE_RDS dst-port=4500 log=no log-prefix=\"\" \n\n;;; Accept ICMP\n      chain=input action=accept protocol=icmp log=no log-prefix=\"\" \n\n;;; drop DNS requests from WAN\n      chain=input action=drop protocol=tcp in-interface=PPPoE_RDS dst-port=53 log=no log-prefix=\"\" \n\n;;; drop DNS requests from WAN\n      chain=input action=drop protocol=udp in-interface=PPPoE_RDS dst-port=53 log=no log-prefix=\"\" \n\n;;; defconf: drop all from WAN\n      chain=input action=drop in-interface=PPPoE_RDS log=no log-prefix=\"\" \n\n;;; defcon: drop all ETH1\n      chain=input action=drop in-interface=ether1-gateway log=no log-prefix=\"\" <\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":1718,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1208],"tags":[],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1717"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=1717"}],"version-history":[{"count":4,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1717\/revisions"}],"predecessor-version":[{"id":1722,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/1717\/revisions\/1722"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/1718"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=1717"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=1717"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=1717"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}