<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux 360° &#124; Italia &#187; wds mikrotik</title>
	<atom:link href="http://www.linux360.it/tag/wds-mikrotik/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux360.it</link>
	<description>Notizie, guide e tutorial per il mondo Linux a 360°</description>
	<lastBuildDate>Tue, 16 Dec 2014 14:03:33 +0000</lastBuildDate>
	<language>it-IT</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Configurazione Punto &#8211; Punto WDS Mikrotik</title>
		<link>http://www.linux360.it/2014/05/21/configurazione-punto-punto-wds-mikrotik/</link>
		<comments>http://www.linux360.it/2014/05/21/configurazione-punto-punto-wds-mikrotik/#comments</comments>
		<pubDate>Wed, 21 May 2014 09:18:10 +0000</pubDate>
		<dc:creator><![CDATA[Francesco Gabriele]]></dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[wds mikrotik]]></category>

		<guid isPermaLink="false">http://www.ubuntuserver.it/?p=617</guid>
		<description><![CDATA[<p>In questo esempio fornisce uno script di configurazione MikroTik di base per due Access Point configurati in WDS. Questo script è perfetto per creare un ponte in layer2 tra due punti che utilizzano MikroTik. È possibile incollare questo script direttamente in una finestra &#8220;New Terminal&#8221; o configurare ogni passo individualmente in Winbox, la struttura dei ...</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/05/21/configurazione-punto-punto-wds-mikrotik/">Configurazione Punto &#8211; Punto WDS Mikrotik</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><span id="result_box" lang="it"><span class="hps">In questo esempio</span> <span class="hps">fornisce</span> <span class="hps">uno script di configurazione</span> <span class="hps">MikroTik</span> <span class="hps">di base</span> <span class="hps">per</span> <span class="hps">due Access Point configurati in WDS</span>. <span class="hps">Questo script è perfetto per</span> <span class="hps">creare un ponte</span> in <span class="hps">layer2</span> <span class="hps">tra due</span> punti<span class="hps"> che utilizzano</span> <span class="hps">MikroTik</span>.<br />
</span><span id="result_box" lang="it"></span><span id="result_box" lang="it"></span><span id="result_box" lang="it"></span></p>
<p><span id="result_box" lang="it"><span class="hps">È possibile incollare</span> <span class="hps">questo script</span> <span class="hps">direttamente in una</span> <span class="hps atn">finestra &#8220;New </span>Terminal&#8221; o <span class="hps">configurare ogni</span> <span class="hps">passo</span> <span class="hps">individualmente in</span> <span class="hps">Winbox,</span> <span class="hps">la struttura</span> <span class="hps">dei comandi </span><span class="hps">riflette</span> <span class="hps">il menu</span> <span class="hps">Winbox</span>. <span class="hps">Tutte le linee</span> <span class="hps">che iniziano</span> <span class="hps atn">con un &#8220;</span>#&#8221; essendo commenti <span class="hps">vengono ignorate da</span> <span class="hps">MikroTik.</span><br />
</span></p>
<p><span id="result_box" lang="it"><span class="hps">La</span> <span class="hps">configurazione di rete wireless</span> <span class="hps">varia a seconda</span> <span class="hps">del tipo di RouterBoard che si utilizza</span> <span class="hps">e quindi la configurazione </span></span><span id="result_box" lang="it"><span class="hps">può richiedere</span> <span class="hps">qualche ritocco</span>.</span></p>
<p><strong>Configurazione Ap Principale:</strong><br />
# Access Point WDS<br />
#<br />
### Create Bridge Interface ###<br />
/interface bridge<br />
add name=wds-bridge comment=wds-bridge-interface disabled=no</p>
<p>### Add ether1 to the Bridge###<br />
/interface bridge port<br />
add interface=ether1 bridge=wds-bridge</p>
<p>### Create Wireless Security Profile ###<br />
/interface wireless security-profiles<br />
add mode=dynamic-keys authentication-types=wpa2-psk group-ciphers=aes-ccm name=wifi_baleno unicast-ciphers=aes-ccm wpa2-pre-shared-key=&#8221;balenowireless&#8221;</p>
<p>### Wireless Network Configuration ###<br />
/interface wireless<br />
set 0 band=5ghz-a/n channel-width=20/40mhz-ht-above disabled=no frequency=5765 mode=bridge security-profile=wifi_baleno ssid=&#8221;Baleno WDS Bridge&#8221; wds-default-bridge=wds-bridge wds-mode=dynamic wireless-protocol=nv2 ht-txchains=0,1 ht-rxchains=0,1</p>
<p>### IP Address of Bridge Interface ###<br />
/ip address<br />
add address=192.168.88.101/24 interface=wds-bridge</p>
<p>### Disable firewall connection tracking to reduce overhead ###<br />
/ip firewall<br />
connection tracking set enabled=no</p>
<p>### Set Hostname ###<br />
/system identity<br />
set name=AP-BALENO-WDS</p>
<p>### End of configuration ###</p>
<p><strong>Configurazione AP Secondario:</strong><br />
# Station WDS<br />
#<br />
### Create Bridge Interface ###<br />
/interface bridge<br />
add name=wds-bridge comment=wds-bridge-interface disabled=no</p>
<p>### Add ether1 and wlan1 to the Bridge###<br />
/interface bridge port<br />
add interface=ether1 bridge=wds-bridge<br />
add interface=wlan1 bridge=wds-bridge</p>
<p>### Create Wireless Security Profile ###<br />
/interface wireless security-profiles<br />
add authentication-types=wpa2-psk group-ciphers=aes-ccm name=wifi_security unicast-ciphers=aes-ccm wpa2-pre-shared-key=&#8221;balenowireless&#8221;</p>
<p>### Wireless Network Configuration ###<br />
/interface wireless<br />
set 0 band=5ghz-a/n channel-width=20/40mhz-ht-above mode=station-wds security-profile=wifi_baleno ssid=&#8221;Baleno WDS Bridge&#8221; wireless-protocol=nv2-nstreme-802.11 disabled=no ht-txchains=0,1 ht-rxchains=0,1</p>
<p>### IP Address of Bridge Interface ###<br />
/ip address<br />
add address=192.168.88.102/24 interface=wds-bridge</p>
<p>### Disable firewall connection tracking to reduce overhead ###<br />
/ip firewall<br />
connection tracking set enabled=no</p>
<p>### Set Hostname ###<br />
/system identity<br />
set name=ST-BALENO-WDS</p>
<p>### End of configuration ###</p>
<p>L'articolo <a rel="nofollow" href="http://www.linux360.it/2014/05/21/configurazione-punto-punto-wds-mikrotik/">Configurazione Punto &#8211; Punto WDS Mikrotik</a> sembra essere il primo su <a rel="nofollow" href="http://www.linux360.it">Linux 360° | Italia</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linux360.it/2014/05/21/configurazione-punto-punto-wds-mikrotik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
