public_v6:linux
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
public_v6:linux [2012/11/05 10:47] – angelegt admin | public_v6:linux [2023/12/04 09:22] (aktuell) – [Nutzerverwaltung] admin | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Linux IPv6 Konfiguration | + | ====== Linux ====== |
- | ==== IPv6 Adresse hinzufügen: | + | ==== Installation |
+ | * [[public_v6: | ||
+ | * [[public_v6: | ||
+ | * [[public_v6: | ||
+ | * [[public_v6: | ||
+ | * [[public_v6: | ||
- | # / | + | ==== Netzwerk ==== |
- | ==== IPv6 Adresse löschen: ==== | + | * [[linux: |
+ | * [[public_v6: | ||
+ | * [[public_v6: | ||
+ | * [[public_v6:miredo_server_konfiguration_ubuntu|Miredo-Server Konfiguration unter Ubuntu]] | ||
- | # / | ||
- | ==== IPv6 Adresse anzeigen lassen: | + | Command line ifconfig problems - Not detecting all NICs |
+ | <code bash> | ||
+ | ifconfig -a | ||
+ | </ | ||
+ | ==== Linux Device Treiber | ||
+ | * http:// | ||
- | ip addr show dev eth0 | ||
- | ip -6 addr show eth1 | ||
- | | ||
- | | ||
- | ==== IPv6 Neighbor Cache anzeigen lassen: ==== | ||
- | ip -6 neighbor shwo dev eth1 | + | ==== Datei-Berechtigungen ==== |
+ | * https:// | ||
- | ==== Multicast IPv6 Adressen anzeigen lassen: ==== | + | ==== Script beim Booten des Systems ausführen ==== |
+ | *https:// | ||
+ | ==== Nutzerverwaltung | ||
- | ip maddr show dev eth0 | + | === Nutzer anlegen und SSH-Key konfigurieren: |
+ | <code bash> | ||
+ | sudo useradd < | ||
+ | # Password eingeben | ||
+ | mkdir .ssh | ||
+ | # sftp pubkey in ' | ||
+ | sudo chown -R < | ||
+ | sudo chmod 700 .ssh && chmod 600 .ssh/* | ||
+ | visudo # add < | ||
+ | # ggf. < | ||
+ | </ | ||
- | ==== IPv6 Default-Route hinzufügen: | + | === Account sperren (Konto abgelaufen) |
- | ip -6 route add default via 2001:db8::1 | + | * <code bash># disallow peter from logging in |
+ | sudo usermod | ||
+ | * [[https:// | ||
- | ==== IPv6 Routing anzeigen lassen: | + | === Kontosperre aufheben |
- | + | ||
- | ip -6 route show dev eth1 | + | |
- | ==== Tcpdump: ==== | + | * <code bash># set expiration date of peter to Never |
+ | sudo usermod --expiredate "" | ||
- | tcpdump | + | === Kontosperren konfigurieren und überprüfen |
+ | |||
+ | * **Set expiration date:** | ||
+ | * <code bash> | ||
+ | * **View account | ||
+ | * <code bash> | ||
+ | |||
+ | === Non-login User anlegen === | ||
+ | |||
+ | * [[https:// | ||
+ | * <code bash> | ||
+ | * [[https:// | ||
+ | ==== Real-Time Linux ==== | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||
+ | * http:// | ||
+ | |||
+ | * http:// | ||
+ | * https:// | ||
+ | ==== Kernelmodul ==== | ||
+ | * http:// | ||
+ | * https:// | ||
+ | * http:// |
public_v6/linux.1352112453.txt.gz · Zuletzt geändert: 2017/01/24 18:49 (Externe Bearbeitung)