GW PC1 - NULL
GW PC2 - 192.168.7.2
Запрос с компьютера PC1 по адресу 192.168.3.1:80 - не проходит
MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM MM MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK
MikroTik RouterOS 6.45.9 (c) 1999-2020 http://www.mikrotik.com/
[?] Gives the list of available commands
command [?] Gives help on the command and list of arguments
[Tab] Completes the command/word. If the input is ambiguous,
a second [Tab] gives possible options
/ Move up to base level
.. Move up one level
/command Use command at the base level
[admin@MikroTik] > /ip firewall export
# sep/04/2020 08:55:26 by RouterOS 6.45.9
# software id =
#
#
#
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1 src-address=192.168.7.1
add action=masquerade chain=srcnat dst-address=192.168.7.1 out-interface=ether1
add action=netmap chain=dstnat in-interface=ether1 to-addresses=192.168.7.1
[admin@MikroTik] > /ip address export
# sep/04/2020 08:55:40 by RouterOS 6.45.9
# software id =
#
#
#
/ip address
add address=192.168.3.1/24 interface=ether1 network=192.168.3.0
add address=192.168.4.1/24 interface=ether2 network=192.168.4.0
add address=192.168.5.1/24 interface=ether3 network=192.168.5.0
add address=192.168.7.2/24 interface=ether4 network=192.168.7.0
[admin@MikroTik] > /ip route export
# sep/04/2020 08:55:50 by RouterOS 6.45.9
# software id =
#
#
#
[admin@MikroTik] > /interface export
# sep/04/2020 08:55:59 by RouterOS 6.45.9
# software id =
#
#
#
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
[admin@MikroTik] >
/ip firewall nat
add action=dst-nat chain=netmap in-interface=ether1 to-addresses=192.168.7.1
add action=masquerade chain=srcnat src-address=192.168.7.1 out-interface=ether1
add action=masquerade chain=srcnat dst-address=192.168.7.1 in-interface=ether1
Т.е. для каждой связи PCn - PC4(server, NTP) нужно добавить два этих правила
Но все же буду использовать три правила
Спасибо, Andrey Barbolin