Raspbian: Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 14: Zeile 14:
</pre>
</pre>


==== Backup ====
==== Konfigurationen ====


<pre>
[[Netzwerk Wireless (Raspbian)]]
auto lo


iface lo inet loopback
[[Router (Raspbian)]]
iface eth0 inet static


address 10.0.0.98
[[Netzwerkbrücke (Raspbian)]]
netmask 255.255.255.0
gateway 10.0.0.1


auto wlan0
=== Allgemein ===
allow-hotplug wlan0
iface wlan0 inet static
address 10.0.0.99
netmask 255.255.255.0
gateway 10.0.0.1


wpa-ap-scan 1
[[VNC Server (Raspbian)]]
wpa-scan-ssid 1


wpa-ssid "<ssid>"
wpa-psk "<password>"


up sysctl -w net.ipv4.ip_forward=1
== Links ==


up iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
[https://www.raspberrypi.org https://www.raspberrypi.org]
</pre>


==== Links ====
[https://www.elektronik-kompendium.de/sites/raspberry-pi/ https://www.elektronik-kompendium.de/sites/raspberry-pi/]


[http://www.netzmafia.de/skripten/hardware/RasPi/RasPi_Network.html http://www.netzmafia.de/skripten/hardware/RasPi/RasPi_Network.html]
[http://www.netzmafia.de/skripten/hardware/RasPi/RasPi_Network.html http://www.netzmafia.de/skripten/hardware/RasPi/RasPi_Network.html]
Zeile 55: Zeile 42:


[https://www.raspberrypi.org/forums/viewtopic.php?p=855239#p855239 https://www.raspberrypi.org/forums/viewtopic.php?p=855239#p855239]
[https://www.raspberrypi.org/forums/viewtopic.php?p=855239#p855239 https://www.raspberrypi.org/forums/viewtopic.php?p=855239#p855239]
=== Weitere Dienste ===
[[Netzwerk Wireless (Raspbian)]]
[[VNC Server (Raspbian)]]
[[Router (Raspbian)]]
[[Netzwerkbrücke (Raspbian)]]
== Links ==
[https://www.raspberrypi.org https://www.raspberrypi.org]
[https://www.elektronik-kompendium.de/sites/raspberry-pi/ https://www.elektronik-kompendium.de/sites/raspberry-pi/]




Zurück zu [[Hauptseite]]
Zurück zu [[Hauptseite]]

Version vom 30. April 2016, 19:19 Uhr