Code: Select all
> /ip firewall filter add action=passthrough chain=output dst-port=30000 protocol=udp ;
Code: Select all
> /ip firewall raw add action=drop chain=output dst-address=159.0.0.0/8 ;
Nevertheless, communication is established!
Dst: 159.148.147.229 User Datagram Protocol, Src Port: 5678, Dst Port: 30000
???