LINUX.ORG.RU

История изменений

Исправление Obezyan, (текущая версия) :

/ip firewall filter add action=accept chain=input dst-port=53 in-interface=ether1

/ip firewall nat add action=dst-nat chain=dstnat dst-address=ваш_белый_ip dst-port=53 to-addresses=192.168.10.2 to-ports=1053

Для того чтобы был виден внутренний адрес нужен туннель.

Исходная версия Obezyan, :

/ip firewall filter add action=accept chain=input dst-port=53 in-interface=ether1

/ip firewall nat add action=dst-nat chain=dstnat dst-address=ваш_белый_ip dst-port=53 to-addresses=192.168.10.2 to-ports=1053