С
Пробросил порты для RDP но почему то RDP работает только когда я убираю интерфейсы из Nat маскарад и Nat самого Rdp. Почему так получается ?
Size: a a a
С
v
SR
В
/ip firewall nat```
add action=masquerade chain=srcnat out-interface=ether1 src-address=\
192.168.1.0/24
add action=masquerade chain=srcnat src-address=192.168.1.0/24
add action=dst-nat chain=dstnat dst-port=МОЙПОРТ protocol=tcp to-addresses=\
192.168.1.251 to-ports=3389
VP
/ip firewall nat```
add action=masquerade chain=srcnat out-interface=ether1 src-address=\
192.168.1.0/24
add action=masquerade chain=srcnat src-address=192.168.1.0/24
add action=dst-nat chain=dstnat dst-port=МОЙПОРТ protocol=tcp to-addresses=\
192.168.1.251 to-ports=3389
С
В
С
KA
KA
KA
KA
KA
SR
/ip firewall nat```
add action=masquerade chain=srcnat out-interface=ether1 src-address=\
192.168.1.0/24
add action=masquerade chain=srcnat src-address=192.168.1.0/24
add action=dst-nat chain=dstnat dst-port=МОЙПОРТ protocol=tcp to-addresses=\
192.168.1.251 to-ports=3389
S
S
S
RR
S
KA