Страница 2 из 2

Re: MikroTik rb951g-2hnd режет скорость

Добавлено: 08 янв 2014, 16:17
vqd
DeN_238 писал(а):
параметр numbers это порядковый номер записи в выводе ip address print, а не ип-адрес


Код: Выделить всё

/ip address set [find address=(toip 192.168.88.1/24)] interface=bridge1

Re: MikroTik rb951g-2hnd режет скорость

Добавлено: 08 янв 2014, 19:30
sm lee
vqd писал(а):

Код: Выделить всё

/ip address set [find address=(toip 192.168.88.1/24)] interface=bridge1

Так вышло, спасибо.

Нашёл новую странность. У обоих интерфейсов (смотрящих в инет и локалку соответственно) установлена скорость в 100Мbps, но при этом они поднимаются каждый со своей скоростью (первый с 10Мbps, а второй с 1Gbps):
 интерфейсы
Изображение

В логе это выглядит примерно так:
 лог
Изображение

Re: MikroTik rb951g-2hnd режет скорость

Добавлено: 09 янв 2014, 09:06
vqd
Когда интерфейсы колбасит проблема в 99% случаях в линии до микротика. Проверяйте кабель

Re: MikroTik rb951g-2hnd режет скорость

Добавлено: 09 янв 2014, 09:57
DeN_238
Угумс, плюсую. Кабель битый, посмотрите ещё статистику интерфейса на наличие НЕнулевых счетчиков (error и т.п.)

Re: MikroTik rb951g-2hnd режет скорость

Добавлено: 30 янв 2014, 15:01
sc0073r
Всем привет, подскажите, 2ой вечер бьюсь над входящей скоростью по wi-fi на ноуте, да и на любом другом беспроводном устройстве. Роутер 951п-2hnd.
По тарифу 50мбит, по кабелю без проблем в обе стороны 60-70мбит. По wifi входящий трафик скачет от 12 до 30(в среднем), редко 50 выдает, исходящий шарашит на всегда практически по-максимуму. (зухели\длинки из коллекции после включения питания работаю по максимуму, дальше их особенность)
Пробовал разные настройки (по мануалам и quick set),каналы(выбрал самый чистый) и прочее, не помогает. Еще заметил в wireless в статусе параметр overall tx ccq скачет, в среднем держится около 50%. Кофиг после дня экспериментов.
 
/interface bridge
add l2mtu=1598 name=bridge-local
/interface ethernet
set 0 comment=WAN speed=1Gbps
set 1 comment=LAN
set 2 master-port=ether2
set 3 master-port=ether2
set 4 master-port=ether2
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 name=pppoe-out1 \
password= use-peer-dns=yes user=
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
dynamic-keys wpa-pre-shared-key=469F20CA8 wpa2-pre-shared-key=\
469920CA8
add authentication-types=wpa2-psk eap-methods=passthrough \
management-protection=allowed mode=dynamic-keys name=evgnet \
supplicant-identity="" wpa-pre-shared-key= wpa2-pre-shared-key=\

/interface wireless
set 0 band=2ghz-b/g/n bridge-mode=disabled channel-width=20/40mhz-ht-above \
country=russia disabled=no distance=indoors frequency=2442 ht-rxchains=0,1 \
ht-txchains=0,1 l2mtu=2290 mode=ap-bridge multicast-helper=full \
security-profile=evgnet ssid=evgnet tx-power-mode=all-rates-fixed \
wireless-protocol=802.11 wmm-support=enabled
/interface wireless nstreme
set wlan1 enable-polling=no
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip pool
add name=dhcp_pool1 ranges=192.168.88.88-192.168.88.99
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge-local name=dhcp1
/interface bridge port
add bridge=bridge-local interface=wlan1
add bridge=bridge-local interface=ether2
/ip address
add address=192.168.88.1/24 interface=bridge-local
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/ip dns
set servers=109.194.177.5,85.113.62.225
/ip firewall filter
add chain=input comment="Added by webbox" protocol=icmp
add chain=input comment="Added by webbox" connection-state=established \
in-interface=ether1
add chain=input comment="Added by webbox" connection-state=related \
in-interface=ether1
add action=drop chain=input comment="Added by webbox" in-interface=ether1
add action=jump chain=forward comment="Added by webbox" in-interface=ether1 \
jump-target=customer
add chain=customer comment="Added by webbox" connection-state=established
add chain=customer comment="Added by webbox" connection-state=related
add action=drop chain=customer comment="Added by webbox"
add chain=input protocol=icmp
add chain=input connection-state=established in-interface=pppoe-out1
add chain=input connection-state=related in-interface=pppoe-out1
add action=drop chain=input in-interface=pppoe-out1
add action=jump chain=forward in-interface=pppoe-out1 jump-target=customer
add chain=customer connection-state=established
add chain=customer connection-state=related
add action=drop chain=customer
/ip firewall nat
add action=masquerade chain=srcnat comment="Added by webbox" out-interface=\
ether1
add action=masquerade chain=srcnat out-interface=pppoe-out1 to-addresses=\
0.0.0.0
/ip neighbor discovery
set wlan1 disabled=yes
/ip smb
set domain=WORKGROUP
/ip upnp
set allow-disable-external-interface=no enabled=yes
/ip upnp interfaces
add interface=ether1 type=external
add interface=ether2 type=internal
add interface=ether3 type=internal
add interface=ether4 type=internal
add interface=ether5 type=internal
add interface=wlan1 type=internal
add interface=pppoe-out1 type=internal
add interface=bridge-local type=internal
/system clock manual
set time-zone=+04:00
/system leds
set 0 interface=wlan1
/system scheduler
add interval=30m name=schedule1 on-event="/system script run dyndns" policy=\
ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api \
start-date=jan/30/2014 start-time=10:52:26
/system script

Re: MikroTik rb951g-2hnd режет скорость

Добавлено: 05 май 2014, 18:10
Keman
sc0073r писал(а):Всем привет, подскажите, 2ой вечер бьюсь над входящей скоростью по wi-fi на ноуте, да и на любом другом беспроводном устройстве. Роутер 951п-2hnd.
По тарифу 50мбит, по кабелю без проблем в обе стороны 60-70мбит. По wifi входящий трафик скачет от 12 до 30(в среднем), редко 50 выдает, исходящий шарашит на всегда практически по-максимуму. (зухели\длинки из коллекции после включения питания работаю по максимуму, дальше их особенность)
Пробовал разные настройки (по мануалам и quick set),каналы(выбрал самый чистый) и прочее, не помогает. Еще заметил в wireless в статусе параметр overall tx ccq скачет, в среднем держится около 50%. Кофиг после дня экспериментов.
 
/interface bridge
add l2mtu=1598 name=bridge-local
/interface ethernet
set 0 comment=WAN speed=1Gbps
set 1 comment=LAN
set 2 master-port=ether2
set 3 master-port=ether2
set 4 master-port=ether2
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 name=pppoe-out1 \
password= use-peer-dns=yes user=
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=\
dynamic-keys wpa-pre-shared-key=469F20CA8 wpa2-pre-shared-key=\
469920CA8
add authentication-types=wpa2-psk eap-methods=passthrough \
management-protection=allowed mode=dynamic-keys name=evgnet \
supplicant-identity="" wpa-pre-shared-key= wpa2-pre-shared-key=\

/interface wireless
set 0 band=2ghz-b/g/n bridge-mode=disabled channel-width=20/40mhz-ht-above \
country=russia disabled=no distance=indoors frequency=2442 ht-rxchains=0,1 \
ht-txchains=0,1 l2mtu=2290 mode=ap-bridge multicast-helper=full \
security-profile=evgnet ssid=evgnet tx-power-mode=all-rates-fixed \
wireless-protocol=802.11 wmm-support=enabled
/interface wireless nstreme
set wlan1 enable-polling=no
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip pool
add name=dhcp_pool1 ranges=192.168.88.88-192.168.88.99
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge-local name=dhcp1
/interface bridge port
add bridge=bridge-local interface=wlan1
add bridge=bridge-local interface=ether2
/ip address
add address=192.168.88.1/24 interface=bridge-local
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/ip dns
set servers=109.194.177.5,85.113.62.225
/ip firewall filter
add chain=input comment="Added by webbox" protocol=icmp
add chain=input comment="Added by webbox" connection-state=established \
in-interface=ether1
add chain=input comment="Added by webbox" connection-state=related \
in-interface=ether1
add action=drop chain=input comment="Added by webbox" in-interface=ether1
add action=jump chain=forward comment="Added by webbox" in-interface=ether1 \
jump-target=customer
add chain=customer comment="Added by webbox" connection-state=established
add chain=customer comment="Added by webbox" connection-state=related
add action=drop chain=customer comment="Added by webbox"
add chain=input protocol=icmp
add chain=input connection-state=established in-interface=pppoe-out1
add chain=input connection-state=related in-interface=pppoe-out1
add action=drop chain=input in-interface=pppoe-out1
add action=jump chain=forward in-interface=pppoe-out1 jump-target=customer
add chain=customer connection-state=established
add chain=customer connection-state=related
add action=drop chain=customer
/ip firewall nat
add action=masquerade chain=srcnat comment="Added by webbox" out-interface=\
ether1
add action=masquerade chain=srcnat out-interface=pppoe-out1 to-addresses=\
0.0.0.0
/ip neighbor discovery
set wlan1 disabled=yes
/ip smb
set domain=WORKGROUP
/ip upnp
set allow-disable-external-interface=no enabled=yes
/ip upnp interfaces
add interface=ether1 type=external
add interface=ether2 type=internal
add interface=ether3 type=internal
add interface=ether4 type=internal
add interface=ether5 type=internal
add interface=wlan1 type=internal
add interface=pppoe-out1 type=internal
add interface=bridge-local type=internal
/system clock manual
set time-zone=+04:00
/system leds
set 0 interface=wlan1
/system scheduler
add interval=30m name=schedule1 on-event="/system script run dyndns" policy=\
ftp,reboot,read,write,policy,test,winbox,password,sniff,sensitive,api \
start-date=jan/30/2014 start-time=10:52:26
/system script



Такая же фигня. По кабелю от роутера скорость соответствует тарифу 50мб/с а по вафле всего 12-20 мб/с

Re: MikroTik rb951g-2hnd режет скорость

Добавлено: 07 май 2014, 05:53
Dragon_Knight
Эх..
По какому стандарту подключено устройство? Я предполагаю что по 802.11g.
Читаем про него: "802.11g — 54 Мбит/c, 2,4 ГГц стандарт". Туннельная скорость максимум 54Мбит/c, значит реальная в одном направлении не может превышать 54/2 = 27Мбит/c, что равно ~3,4Мбайт/c. При передачи равномерного трафика в обе стороны(приём и передача), скорость равна 54/4 = 13,5Мбит/c, что равно ~1,7Мбайт/c.
Если к точке подключаем ещё одно устройство, то скорости опять делятся на 2, т.е. при двух подключённый клиентах к одной точке доступа, при равномерной передачи данных в оба направления, на каждом клиента будет скорость равная 6,75Мбит/c, что равно ~0,85Мбайт/c.
И единственное что поможет увеличить скорость, это заставить подключиться к точке по стандарту 802.11n, если устройство это поддерживает, ну или изменить законы физики..