Когда я настраиваю простую очередь, мой маршрутизатор начинает вылетать и перезагружается. Что я делаю не так? Вот что я делаю, примерно так:
```
for i from=9 to=254 do={
/queue simple add target-address=(192.168.1. . $i . "/32") max-limit=163840/163840
}
/ queue tree
add name="wlan1-all" parent=wlan1 flow="" limit-at=2048000
queue=wireless-default priority=8 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wlan1" parent=wlan1-all flow=HTTP limit-at=819200
queue=wireless-default priority=6 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wlan1 -ftp" parent=wlan1-all flow=FTP limit-at=307200
queue=wireless-default priority=8 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wlan1 - pop3" parent=wlan1-all flow=POP3 limit-at=307200
queue=wireless-default priority=7 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1-all" parent=wds1 flow="" limit-at=2048000
queue=wireless-default priority=8 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1 - p2p" parent=wds1-all flow=p2p-dst-local limit-at=200000
queue=wireless-default priority=8 max-limit=400000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wlan1 - p2p" parent=wlan1-all flow=p2p-dst-local limit-at=200000
queue=wireless-default priority=8 max-limit=400000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1 -http" parent=wds1-all flow=HTTP limit-at=819200
queue=wireless-default priority=6 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1 - ftp" parent=wds1-all flow=FTP limit-at=307200
queue=wireless-default priority=8 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1 - pop3" parent=wds1-all flow=POP3 limit-at=307200
queue=wireless-default priority=7 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
```
Я также проверял брандмауэр, и там все в порядке. # 17.02.2005 10:24:44 RouterOS 2.8.24
# software id = FVMW-9CN
```
/ ip firewall
set input name="input" policy=accept comment=""
set forward name="forward" policy=accept comment=""
set output name="output" policy=accept comment=""
/ ip firewall rule forward
add dst-address=:135-139 protocol=tcp action=drop comment="" disabled=no
add dst-address=:135-139 protocol=udp action=drop comment="" disabled=no
add dst-address=:445 protocol=tcp action=drop comment="" disabled=no
add dst-address=:445 protocol=udp action=drop comment="" disabled=no
/ ip firewall rule input
add dst-address=:135-139 protocol=tcp action=drop comment="" disabled=no
add dst-address=:135-139 protocol=udp action=drop comment="" disabled=no
add dst-address=:445 protocol=tcp action=drop comment="" disabled=no
add dst-address=:445 protocol=udp action=drop comment="" disabled=no
/ ip firewall rule output
add dst-address=:135-139 protocol=tcp action=drop comment="" disabled=no
add dst-address=:135-139 protocol=udp action=drop comment="" disabled=no
add dst-address=:445 protocol=udp action=drop comment="" disabled=no
add dst-address=:445 protocol=tcp action=drop comment="" disabled=no
/ ip firewall service-port
set ftp ports=21 disabled=no
set pptp disabled=no
set gre disabled=no
set h323 disabled=yes
set mms disabled=no
set irc ports=6667 disabled=no
set quake3 disabled=no
set tftp ports=69 disabled=no
/ ip firewall mangle
add dst-address=:80 protocol=tcp action=passthrough mark-connection=http-con comment="" disabled=no
add dst-address=:110 protocol=tcp action=passthrough mark-connection=pop3-con comment="" disabled=no
add dst-address=:21 protocol=tcp action=passthrough mark-connection=ftp-con comment="" disabled=no
add protocol=tcp connection=http-con action=passthrough mark-flow=HTTP comment="" disabled=no
add protocol=tcp connection=pop3-con action=passthrough mark-flow=POP3 comment="" disabled=no
add protocol=tcp connection=ftp-con action=passthrough mark-flow=FTP comment="" disabled=no
add src-address=192.168.1.0/24 p2p=all-p2p action=passthrough mark-flow=p2p-src-local comment="" disabled=no
/ ip firewall connection tracking
set enabled=yes tcp-syn-sent-timeout=2m tcp-syn-received-timeout=1m tcp-established-timeout=5d tcp-fin-wait-timeout=2m \
tcp-close-wait-timeout=1m tcp-last-ack-timeout=30s tcp-time-wait-timeout=2m tcp-close-timeout=10s udp-timeout=30s \
udp-stream-timeout=3m icmp-timeout=30s generic-timeout=10m Я использую MT 2.8.24. Есть ли какие-либо предложения, почему система вылетает??
```
for i from=9 to=254 do={
/queue simple add target-address=(192.168.1. . $i . "/32") max-limit=163840/163840
}
/ queue tree
add name="wlan1-all" parent=wlan1 flow="" limit-at=2048000
queue=wireless-default priority=8 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wlan1" parent=wlan1-all flow=HTTP limit-at=819200
queue=wireless-default priority=6 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wlan1 -ftp" parent=wlan1-all flow=FTP limit-at=307200
queue=wireless-default priority=8 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wlan1 - pop3" parent=wlan1-all flow=POP3 limit-at=307200
queue=wireless-default priority=7 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1-all" parent=wds1 flow="" limit-at=2048000
queue=wireless-default priority=8 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1 - p2p" parent=wds1-all flow=p2p-dst-local limit-at=200000
queue=wireless-default priority=8 max-limit=400000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wlan1 - p2p" parent=wlan1-all flow=p2p-dst-local limit-at=200000
queue=wireless-default priority=8 max-limit=400000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1 -http" parent=wds1-all flow=HTTP limit-at=819200
queue=wireless-default priority=6 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1 - ftp" parent=wds1-all flow=FTP limit-at=307200
queue=wireless-default priority=8 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
add name="wds1 - pop3" parent=wds1-all flow=POP3 limit-at=307200
queue=wireless-default priority=7 max-limit=2048000 burst-limit=0
burst-threshold=0 burst-time=0 disabled=no
```
Я также проверял брандмауэр, и там все в порядке. # 17.02.2005 10:24:44 RouterOS 2.8.24
# software id = FVMW-9CN
```
/ ip firewall
set input name="input" policy=accept comment=""
set forward name="forward" policy=accept comment=""
set output name="output" policy=accept comment=""
/ ip firewall rule forward
add dst-address=:135-139 protocol=tcp action=drop comment="" disabled=no
add dst-address=:135-139 protocol=udp action=drop comment="" disabled=no
add dst-address=:445 protocol=tcp action=drop comment="" disabled=no
add dst-address=:445 protocol=udp action=drop comment="" disabled=no
/ ip firewall rule input
add dst-address=:135-139 protocol=tcp action=drop comment="" disabled=no
add dst-address=:135-139 protocol=udp action=drop comment="" disabled=no
add dst-address=:445 protocol=tcp action=drop comment="" disabled=no
add dst-address=:445 protocol=udp action=drop comment="" disabled=no
/ ip firewall rule output
add dst-address=:135-139 protocol=tcp action=drop comment="" disabled=no
add dst-address=:135-139 protocol=udp action=drop comment="" disabled=no
add dst-address=:445 protocol=udp action=drop comment="" disabled=no
add dst-address=:445 protocol=tcp action=drop comment="" disabled=no
/ ip firewall service-port
set ftp ports=21 disabled=no
set pptp disabled=no
set gre disabled=no
set h323 disabled=yes
set mms disabled=no
set irc ports=6667 disabled=no
set quake3 disabled=no
set tftp ports=69 disabled=no
/ ip firewall mangle
add dst-address=:80 protocol=tcp action=passthrough mark-connection=http-con comment="" disabled=no
add dst-address=:110 protocol=tcp action=passthrough mark-connection=pop3-con comment="" disabled=no
add dst-address=:21 protocol=tcp action=passthrough mark-connection=ftp-con comment="" disabled=no
add protocol=tcp connection=http-con action=passthrough mark-flow=HTTP comment="" disabled=no
add protocol=tcp connection=pop3-con action=passthrough mark-flow=POP3 comment="" disabled=no
add protocol=tcp connection=ftp-con action=passthrough mark-flow=FTP comment="" disabled=no
add src-address=192.168.1.0/24 p2p=all-p2p action=passthrough mark-flow=p2p-src-local comment="" disabled=no
/ ip firewall connection tracking
set enabled=yes tcp-syn-sent-timeout=2m tcp-syn-received-timeout=1m tcp-established-timeout=5d tcp-fin-wait-timeout=2m \
tcp-close-wait-timeout=1m tcp-last-ack-timeout=30s tcp-time-wait-timeout=2m tcp-close-timeout=10s udp-timeout=30s \
udp-stream-timeout=3m icmp-timeout=30s generic-timeout=10m Я использую MT 2.8.24. Есть ли какие-либо предложения, почему система вылетает??
