Camouflaging MikroTik from ISP
Camouflaging MikroTik from ISP Goal Reduce ISP visibility that the connected device is a MikroTik by masking: System identity DHCP client hostname WAN (ether1) MAC address Blocking management ports on WAN Firewall Rule Drop MikroTik management ports from WAN (ether1): /ip firewall filter add chain=input in-interface=ether1 protocol=tcp port=8291,8728,8729 action=drop comment="Block Mikrotik management from ISP side" […]