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

Omnitk APs-CPE problem solving

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

Omnitk APs-CPE problem solving

Messaggioda utocava » lun 15 ott 2012, 7:51

Ciao.
Ho un PtP in ufficio con 2 griglie ubnt.(screenshot allegato).
Sull'ufficio un AP Omnitik mikrotik - edificio 1.
Edif 2 è connesso a AP Ufficio1 con una CPE SXT mikrotik
Ora dovrei dare connessione a edif4, che è piu bassi di edif 3 che lo ombra.

mi domando:
*ho bisogno di mettere un AP Omnitik su edif3 per arrivare al cliente edif4?
Se si,in quale mode configurarlo?((ap bridge,bridge,station,station bridge,station WDS , wds slave .etc...)?)
La distanza edif 1- edif3 è 100metri
-------------

Hi,
I have a PtP coming down to the office with 2 Ubnt grids. ( file attached).

On the office an AP OMnitik , Bulding 1. Building 2 is connected with a CPE to AP Office.
I must give connection to building 4,which is much lower than building 3 that shades.
My question is :
Do I need to put an Omnitik on build 3 to get to bullding 4?
If yes, what mode ? (ap bridge,bridge,station,station bridge,station WDS , wds slave .etc...)?

Distance Build 1 to build 3 is 100meters.
Non hai i permessi necessari per visualizzare i file allegati in questo messaggio.
utocava
Mikrotik Curious User
Mikrotik Curious User
 
Messaggi: 6
Iscritto il: ven 28 set 2012, 16:14

Re: Omnitk APs-CPE problem solving

Messaggioda ppraz » mar 16 ott 2012, 0:26

1 sola omnitik su edificio 3, configurato ap-bridge con wds abilitato su interfaccia bridge precedentemente creata (con ether1 e wlan1)
sugli altri metti apparati configurati in station-wds
così ottieni una unica rete lan
ppraz
Staff rosIT
Staff rosIT
 
Messaggi: 997
Iscritto il: sab 12 mar 2011, 14:13
Uso routerOS dalla Versione: v3.x

Re: Omnitk APs-CPE problem solving

Messaggioda utocava78 » lun 22 ott 2012, 13:52

Posso mandarti configurazione dell'AP edificio 1, per creare AP repeater/wds edificio tre?
mando export compact?
utocava78
Mikrotik Curious User
Mikrotik Curious User
 
Messaggi: 4
Iscritto il: lun 22 ott 2012, 13:22

Re: Omnitk APs-CPE problem solving

Messaggioda ppraz » lun 22 ott 2012, 22:46

fai qui, in pubblico, ometti ovviamente password, wep/wpa e ip pubblici
ppraz
Staff rosIT
Staff rosIT
 
Messaggi: 997
Iscritto il: sab 12 mar 2011, 14:13
Uso routerOS dalla Versione: v3.x

Omnitk APs-CPE problem solving

Messaggioda utocava78 » dom 28 ott 2012, 16:29

# oct/28/2012 15:26:13 by RouterOS 5.21
# software id = QYZA-WLC8
#
/interface bridge
add admin-mac=00:0C:42:D9:DC:AF auto-mac=no l2mtu=1598 name=bridge-local \
protocol-mode=rstp
add disabled=yes name=pppoe_bridge
/interface ethernet
set 1 comment=wan name=ether2-wan
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk,wpa-eap,wpa2-eap eap-methods=\
passthrough group-ciphers=tkip,aes-ccm management-protection=allowed \
management-protection-key=xx mode=static-keys-optional \
name=profile1 supplicant-identity="" unicast-ciphers=tkip,aes-ccm \
wpa-pre-shared-key=xx wpa2-pre-shared-key=\
xx
/interface wireless
set 0 band=5ghz-a/n country=italy disabled=no frequency-mode=\
regulatory-domain ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=\
ap-bridge nv2-preshared-key=xx nv2-security=enabled \
radio-name=AP_uGonet-Office security-profile=profile1 ssid=\
AP_uGonet-Office tx-power=26 tx-power-mode=card-rates wds-mode=static \
wireless-protocol=802.11
/interface wireless wds
add disabled=no l2mtu=2290 master-interface=wlan1 name=wds1 wds-address=\
00:0C:42:DC:B6:13
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m
/ip pool
add name=default-dhcp ranges=192.168.88.10-192.168.88.254
add name=poolAP1 ranges=172.18.4.2-172.18.4.254
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge-local name=default
/snmp community
set [ find default=yes ] addresses=192.168.88.253/32
/system logging action
set 0 memory-lines=1
/tool user-manager customer
add backup-allowed=yes disabled=no login=admin password="" \
paypal-accept-pending=no paypal-allowed=no paypal-secure-response=no \
permissions=owner signup-allowed=no time-zone=-00:00
/interface bridge port
add bridge=bridge-local interface=ether2-wan
add bridge=bridge-local interface=wlan1
add bridge=bridge-local interface=wds1
/ip address
add address=172.18.4.2/24 comment="default configuration" interface=\
bridge-local
add address=172.18.1.5/24 disabled=yes interface=ether1
/ip dhcp-client
add comment="default configuration" interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment="default configuration" dns-server=\
192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router
/ip firewall filter
add chain=input comment="default configuration" protocol=icmp
add chain=input comment="default configuration" connection-state=established
add chain=input comment="default configuration" connection-state=related
add action=drop chain=input comment="default configuration" in-interface=\
ether1
/ip firewall nat
add action=masquerade chain=srcnat comment="default configuration" \
out-interface=ether1 to-addresses=0.0.0.0
/ip neighbor discovery
set ether1 disabled=yes
set wlan1 disabled=yes
set pppoe_bridge disabled=no
set wds1 disabled=yes
/ip route
add distance=1 gateway=172.18.4.1
/system clock
set time-zone-name=Europe/Rome
/system gps
set set-system-time=no
/system identity
set name=uGonet-Office
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set wds1 disabled=yes display-time=5s
set pppoe_bridge disabled=yes display-time=5s
set bridge-local disabled=yes display-time=5s
set wlan1 disabled=yes display-time=5s
set ether5 disabled=yes display-time=5s
set ether4 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set ether2-wan disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
/system leds
add interface=ether2-wan leds=led2 type=interface-activity
add interface=ether3 leds=led3 type=interface-activity
add interface=ether4 leds=led4 type=interface-activity
add interface=ether5 leds=led5 type=interface-activity
/system logging
add topics=wireless,debug
/system routerboard settings
set cpu-frequency=250MHz
/tool mac-server
add disabled=no interface=ether2-wan
add disabled=no interface=ether3
add disabled=no interface=ether4
add disabled=no interface=ether5
add disabled=no interface=wlan1
add disabled=no interface=bridge-local
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface=ether2-wan
add interface=ether3
add interface=ether4
add interface=ether5
add interface=wlan1
add interface=bridge-local


questa è la conf dell' AP ufficio. Da qui , dovrei connettere un repeater + una cpe su repeater.
Se mi mandi la conf delle 2 sarebbe meraviglioso.
P.s.so che il repeater perde banda,giusto? c'è altro modo per ovviare a questo , a parte un PtP da ufficio a repeater?
utocava78
Mikrotik Curious User
Mikrotik Curious User
 
Messaggi: 4
Iscritto il: lun 22 ott 2012, 13:22

Re: Omnitk APs-CPE problem solving

Messaggioda ppraz » dom 28 ott 2012, 23:05

Domanda, hai possibilità di puntare la cpe del'edificio 2 sull'edificio 3?
ppraz
Staff rosIT
Staff rosIT
 
Messaggi: 997
Iscritto il: sab 12 mar 2011, 14:13
Uso routerOS dalla Versione: v3.x



Torna a Wireless - [802.11]

Chi c’è in linea

Visitano il forum: Nessuno e 3 ospiti