Erik_U писал(а): ↑06 май 2019, 13:53
в этой теме рассказывали про проброс портов сквозь микротик на PPTP сервер. В теме роль сервера играет микротик, у вас - виндовс. Прочитайте, проброс одинаково устроен.
viewtopic.php?f=1&t=10141
К сожалению, не вижу решение по моему случаю. Вот принт моих правил, возможно будет так легче найти в чем ошибка:
add action=passthrough chain=forward comment=PPPT dst-address=192.168.20.2 \
dst-port=1723 protocol=tcp src-port=1723
add action=passthrough chain=forward dst-address=192.168.20.2 protocol=gre
add action=passthrough chain=forward comment=L2TP dst-address=192.168.20.2 \
in-interface=ether1 port=1701,500,4500 protocol=udp
add action=passthrough chain=forward dst-address=192.168.20.2 in-interface=\
ether1 protocol=ipsec-esp
add action=accept chain=input in-interface=ether1 protocol=ipsec-esp
add action=accept chain=input dst-port=1701,500,4500 in-interface=ether1 \
protocol=udp
/ip firewall nat
add action=masquerade chain=srcnat
add action=passthrough chain=dstnat comment=PPTP protocol=gre
add action=netmap chain=dstnat dst-port=1723 protocol=tcp to-addresses=\
192.168.20.2 to-ports=1723
add action=dst-nat chain=dstnat disabled=yes dst-port=1723 protocol=tcp \
to-addresses=192.168.20.2 to-ports=1723
add action=passthrough chain=dstnat comment=L2TP protocol=ipsec-esp
add action=dst-nat chain=dstnat dst-port=1701 protocol=udp to-addresses=\
192.168.20.2 to-ports=1701
add action=dst-nat chain=dstnat dst-port=500 protocol=udp to-addresses=\
192.168.20.2 to-ports=500
add action=dst-nat chain=dstnat dst-port=4500 protocol=udp to-addresses=\
192.168.20.2 to-ports=4500
add action=dst-nat chain=dstnat dst-address=My publicIP port=1701,500,4500 \
protocol=tcp to-addresses=192.168.20.2 to-ports=1701