Para suhu.
Sy menggunakan deepfreeze enterprise di masing2 client, yg semuanya dpt sy control pake deep freeze console lwt pc server,
Bagaimana settingan firewall mikrotik agar deepfreese di masing2 client bs sy kontrol pake deepfreeze console dari luar jaringan (via internet).
Port sy gunakan : 7725, deepfreese console ip server 192.168.0.2, sedangkan ip mikrotik 192.168.0.254.
Sy sudah coba cara ini tp tidak berhasil (hasil google)
ip firewall nat add action=dst-nat chain=dstnat comment="DF Console" disabled=no dst-address=Ip Publik dst-port=7725 protocol=tcp to-addresses=192.168.0.2 to-ports=7725
ip firewall nat add action=dst-nat chain=dstnat comment="DF Console" disabled=no dst-address=IP Publik dst-port=7725 protocol=udp to-addresses=192.168.0.2 to-ports=7725
ip firewall nat add action=masquerade chain=srcnat comment="Nat traffic inside" disabled=no src-address=192.168.0.254