Indice   FAQ  
Iscriviti  Login
Indice Networking & Software di geolocalizzazione Wireless - [802.11]

Impostazioni radio hAP ac lite

Come progettare e costruire un'antenna, come creare un link punto-punto con semplici access point, come rinforzare la sicurezza &..

Impostazioni radio hAP ac lite

Messaggioda weldox » lun 20 mar 2017, 17:24

Ciao a tutti! volevo chiedere un paio di dritte per risolvere dei problemi con l'apparato radio del mio access point.

Allego un'immagine esplicativa.
In pratica la connessione non è stabile, mi capita spesso che gli smartphone quando sono in standby, passino alla rete dati e non restino collegati al wifi.
Quando accendo lo schermo riprendono il collegamento wifi.

Avete delle impostazioni consigliate? Qualche dritta? dite che ho qualche problema con il wifi?

In futuro dovrò aggiungere ancora un paio di AP, è consigliabile gestirlo con CAPsMAN o posso procedere in maniera tradizionale?
Che vantaggi da CAPsMAN?

Grazie mille!
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
weldox
Mikrotik-User 10° Liv
Mikrotik-User 10° Liv
 
Messaggi: 54
Iscritto il: ven 24 feb 2017, 17:36
Uso routerOS dalla Versione: v6.x

Re: Impostazioni radio hAP ac lite

Messaggioda TSI-Troccoli » mar 21 mar 2017, 18:02

Per 3 AP puoi anche fare a meno di CAPSman, se hai già preso la mano con quelle configurazioni alla fine è indifferente.
Per quanto riguarda le disconnessioni quali sono i valori di ricezione segnale ed snr dei vari dispositivi?
Tieni presente che le versioni lite non hanno moduli WiFi eccelsi (1 solo chain, rx-sensitivity peggiore ecc).
Avatar utente
TSI-Troccoli
MikroTIK Guru
MikroTIK Guru
 
Messaggi: 184
Iscritto il: dom 20 mar 2016, 21:42
Uso routerOS dalla Versione: v5.x

Re: Impostazioni radio hAP ac lite

Messaggioda weldox » mer 22 mar 2017, 12:11

Grazie mille per la risposta.
Attualmente attivo ho solo un AP.

Per quanto riguarda le tue domande come posso fare per monitorare i dati che hai elencato?

Io sono andato nella mia wlan1>status e leggo:

Overal Tx CCQ: varia continuamente da circa 70 a 100%, anche se la maggior parte del tempo è fra il 90 e il 100%

Noise Floor: -108 dBm

adesso l'ho impostato
2 Ghz only N
20Mhz
Frequenza: 2412
wireless protocol: any

Non ho la necessità di rimanere su questo dispositivo, eventualmente quali mi consiglieresti?
Ho letto nel forum che ce ne sono alcuni avanzati che facilitano il passaggio fra un AP e l'altro sganciando il segnale quando è debole.

PS: Avrò anche un CRS125 di cui dovrò impostare il wireless, è buono come apparato radio?

Grazie di tutto!
weldox
Mikrotik-User 10° Liv
Mikrotik-User 10° Liv
 
Messaggi: 54
Iscritto il: ven 24 feb 2017, 17:36
Uso routerOS dalla Versione: v6.x

Re: Impostazioni radio hAP ac lite

Messaggioda weldox » mer 22 mar 2017, 23:51

Ho impostato così:

Codice: Seleziona tutto
/interface bridge
add name=Br-VLAN10
add name=Br-VLAN30
add name=Br-VLAN70
/interface ethernet
set [ find default-name=ether1 ] name=ether1-Trunk
set [ find default-name=ether2 ] name=ether2-Management
/interface wireless
set [ find default-name=wlan2 ] name="wlan2-Protocollo AC" ssid=MikroTik
/interface vlan
add interface=Br-VLAN10 name=Eth-VLAN10-PC vlan-id=10
add interface=Br-VLAN30 name=Eth-VLAN30-Video vlan-id=30
add interface=Br-VLAN70 name=Eth-VLAN70-Guest vlan-id=70
add interface=ether1-Trunk name=Trunk-VLAN10-PC vlan-id=10
add interface=ether1-Trunk name=Trunk-VLAN30-Video vlan-id=30
add interface=ether1-Trunk name=Trunk-VLAN70-Guest vlan-id=70
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" \
    management-protection=allowed mode=dynamic-keys name="Security Ufficio" \
    supplicant-identity="" wpa-pre-shared-key=xxxxxxx wpa2-pre-shared-key=\
    xxxxxx
add authentication-types=wpa-psk,wpa2-psk eap-methods="" \
    management-protection=allowed mode=dynamic-keys name="Security Guest" \
    supplicant-identity="" wpa-pre-shared-key=yyyyyyy \
    wpa2-pre-shared-key=yyyyyyy
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn country=italy disabled=no \
    hide-ssid=yes mode=ap-bridge name=wlan1-PC-Ufficio security-profile=\
    "Security Ufficio" ssid="AP1-Rete Ufficio" vlan-id=10 vlan-mode=use-tag \
    wireless-protocol=802.11 wps-mode=disabled
add disabled=no mac-address=xx:xx:xx:xx:xx:xx master-interface=\
    wlan1-PC-Ufficio mode=ap-bridge name=wlan3-Video security-profile=\
    "Security Ufficio" ssid=AP1-Telecamere vlan-id=30 vlan-mode=use-tag \
    wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
add disabled=no mac-address=xx:xx:xx:xx:xx:xx master-interface=\
    wlan1-PC-Ufficio mode=ap-bridge name=wlan4-Guest security-profile=\
    "Security Guest" ssid=AP1-Guest vlan-id=70 vlan-mode=use-tag \
    wds-cost-range=0 wds-default-cost=0 wps-mode=disabled
/interface vlan
add interface=wlan1-PC-Ufficio name=wlan1-VLAN10-PC vlan-id=10
add interface=wlan3-Video name=wlan3-VLAN30-Video vlan-id=30
add interface=wlan4-Guest name=wlan4-VLAN70-Guest vlan-id=70
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/system logging action
set 0 memory-lines=100
/interface bridge port
add bridge=Br-VLAN10 interface=ether3
add bridge=Br-VLAN10 interface=ether4
add bridge=Br-VLAN30 interface=ether5
add bridge=Br-VLAN10 interface=Trunk-VLAN10-PC
add bridge=Br-VLAN30 interface=Trunk-VLAN30-Video
add bridge=Br-VLAN10 interface=wlan1-VLAN10-PC
add bridge=Br-VLAN10 interface=Eth-VLAN10-PC
add bridge=Br-VLAN30 interface=Eth-VLAN30-Video
add bridge=Br-VLAN30 interface=wlan3-VLAN30-Video
add bridge=Br-VLAN70 interface=Eth-VLAN70-Guest
add bridge=Br-VLAN70 interface=Trunk-VLAN70-Guest
add bridge=Br-VLAN70 interface=wlan4-VLAN70-Guest
/ip address
add address=192.168.1.250/24 interface=ether2-Management network=192.168.1.0
add address=10.10.10.5/24 interface=Br-VLAN10 network=10.10.10.0
add address=10.10.70.5/24 interface=Br-VLAN70 network=10.10.70.0
add address=10.10.30.5/24 interface=Br-VLAN30 network=10.10.30.0
/ip dhcp-relay
add dhcp-server=10.10.10.1 disabled=no interface=Br-VLAN10 name=DHCP-R-VLAN10
add dhcp-server=10.10.30.1 disabled=no interface=Br-VLAN30 name=DHCP-R-VLAN30
add dhcp-server=10.10.70.1 disabled=no interface=Br-VLAN70 name=DHCP-R-VLAN70
/system identity
set name=AP1
/system routerboard settings
set init-delay=0s
/tool romon
set enabled=yes
weldox
Mikrotik-User 10° Liv
Mikrotik-User 10° Liv
 
Messaggi: 54
Iscritto il: ven 24 feb 2017, 17:36
Uso routerOS dalla Versione: v6.x



Torna a Wireless - [802.11]

Chi c’è in linea

Visitano il forum: Nessuno e 8 ospiti