bst-botsman писал(а): ↑06 авг 2019, 19:07
Вам же уже намекнули...
Vlad-2 писал(а): ↑06 авг 2019, 12:32
Мало понятно. И мало информации.
Показали бы конфигурацию что-ли для начала...
# aug/07/2019 14:45:19 by RouterOS 6.34.4
# software id = 8NRL-71FC
#
/interface bridge
add name=bridge_lan|wifi
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-Ce \
disabled=no mode=ap-bridge name=wlan2 ssid=Ai-bi
/interface ethernet
set [ find default-name=ether1 ] comment="wan qazaqtelecom" mac-address=\
**************
set [ find default-name=ether2 ] comment="wan bilain" mac-address=\
****************
set [ find default-name=ether5 ] comment=lan mac-address=*************
/ip neighbor discovery
set ether1 comment="wan qazaqtelecom"
set ether2 comment="wan bilain"
set ether5 comment=lan
/interface ethernet
set [ find default-name=ether3 ] comment=lan3 mac-address=D4:CA:6D:26:D9:9C \
master-port=ether5
set [ find default-name=ether4 ] comment=lan2 mac-address=D4:CA:6D:26:D9:9D \
master-port=ether5
/ip neighbor discovery
set ether3 comment=lan3
set ether4 comment=lan2
/interface wireless security-profiles
set [ find default=yes ] authentication-types=\
wpa-psk,wpa2-psk,wpa-eap,wpa2-eap eap-methods="" mode=dynamic-keys \
wpa-pre-shared-key=********** wpa2-pre-shared-key=*******
/ip pool
add name=dhcp_pool1 ranges=192.168.1.100-192.168.1.254
add name=dhcp_pool2 ranges=192.168.1.100-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool2 disabled=no interface=bridge_lan|wifi lease-time=\
3d name=dhcp2
/interface bridge port
add bridge=bridge_lan|wifi interface=ether5
add bridge=bridge_lan|wifi interface=wlan2
/ip address
add address=**************/30 interface=ether2 network=***********
add address=192.168.1.1/24 interface=bridge_lan|wifi network=192.168.1.0
add address=*************** interface=ether1 network=***************
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=\
*************************************gateway=\
192.168.1.1
/ip dns
set allow-remote-requests=yes servers=\
*******************************
/ip firewall filter
add action=drop chain=output dst-address=8.8.4.4 out-interface=ether2
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether2
add action=masquerade chain=srcnat out-interface=ether1
add action=dst-nat chain=dstnat in-interface=ether1 to-addresses=\
192.168.1.110
add action=dst-nat chain=dstnat in-interface=ether2 to-addresses=\
192.168.1.110
add action=dst-nat chain=dstnat dst-port=1001 protocol=udp to-addresses=\
192.168.1.110 to-ports=1001
add chain=srcnat dst-port=1001 protocol=udp src-address=192.168.1.110 \
src-port=1001
add action=dst-nat chain=dstnat dst-port=10005 protocol=tcp to-addresses=\
192.168.1.192
add action=dst-nat chain=dstnat disabled=yes dst-port=2222 log=yes protocol=\
tcp to-addresses=192.168.1.147 to-ports=2222
add action=dst-nat chain=dstnat disabled=yes dst-port=1122 protocol=tcp \
to-addresses=192.168.1.147 to-ports=1122
add action=dst-nat chain=dstnat dst-address=37.151.45.162 dst-port=1235 \
in-interface=ether1 log=yes protocol=tcp src-address=192.168.1.147 \
to-addresses=192.168.1.147 to-ports=2256
/ip route
add comment=ISP1 distance=3 gateway=**************
add comment=ISP2 disabled=yes distance=2 gateway=**************
add comment=GOOGLE distance=1 dst-address=8.8.4.4/32 gateway=*************
/ip service
set telnet disabled=yes
set ssh disabled=yes
set www-ssl disabled=no
/system clock
set time-zone-name=Asia/Qyzylorda
/system routerboard settings
set protected-routerboot=disabled
/tool netwatch
add down-script="/ip route enable [find comment=\"ISP2\"]" host=8.8.4.4 \
interval=5s up-script="/ip route disable [find comment=\"ISP2\"] "