Repeater Bridge (OpenWRT): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{note|Noch in Bearbeitung}}
== Installation ==
Folgende Pakete müssen unter <code>System -> Software</code> installiert werden:
<pre>
relayd
luci-proto-relay
</pre>
== Konfiguration ==
[https://openwrt.org/docs/guide-user/network/wifi/relay_configuration https://openwrt.org/docs/guide-user/network/wifi/relay_configuration]
Packages anzeigen:
<pre>
opkg list-installed
</pre>
IP-Adresse ändern:
<pre>
vi /etc/config/network
/etc/init.d/network restart
</pre>
== Links ==
== Links ==
[https://wiki.openwrt.org/doc/recipes/relayclient https://wiki.openwrt.org/doc/recipes/relayclient]


[https://openwrt.org/docs/guide-user/network/wifi/relay_configuration https://openwrt.org/docs/guide-user/network/wifi/relay_configuration]
[https://openwrt.org/docs/guide-user/network/wifi/relay_configuration https://openwrt.org/docs/guide-user/network/wifi/relay_configuration]

Aktuelle Version vom 9. Februar 2020, 19:15 Uhr

Noch in Bearbeitung


Installation

Folgende Pakete müssen unter System -> Software installiert werden:

relayd
luci-proto-relay

Konfiguration

https://openwrt.org/docs/guide-user/network/wifi/relay_configuration

Packages anzeigen:

opkg list-installed

IP-Adresse ändern:

vi /etc/config/network
/etc/init.d/network restart 

Links

https://openwrt.org/docs/guide-user/network/wifi/relay_configuration

https://itler.net/openwrt-router-als-repeater-nutzen-anleitung/

https://canox.net/2016/05/tp-link-tl-wr841n-mit-openwrt-als-repeater/


Zurück zu OpenWRT