Virtual Interfaces (Raspian): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== /etc/dhcpcd.exit-hook == | |||
Definition eines Exit-Hooks siehe [[Dhcpcd-run-hooks (Raspbian)#Hook-Scripte|Dhcpcd-run-hooks]] | |||
== Konfiguration == | |||
<pre> | |||
ip addr add \ | |||
local 10.3.0.1/32 \ | |||
dev eth0 \ | |||
label eth1:1 | |||
</pre> | |||
== Links == | |||
[http://www.noah.org/wiki/iproute2 http://www.noah.org/wiki/iproute2] | |||
[https://www.raspberrypi.org/forums/viewtopic.php?t=176445#p1515061 https://www.raspberrypi.org/forums/viewtopic.php?t=176445#p1515061] | |||
Zurück zu [[Raspbian#Konfigurationen|Raspbian]] | Zurück zu [[Raspbian#Konfigurationen|Raspbian]] |
Aktuelle Version vom 11. August 2020, 00:21 Uhr
/etc/dhcpcd.exit-hook
Definition eines Exit-Hooks siehe Dhcpcd-run-hooks
Konfiguration
ip addr add \ local 10.3.0.1/32 \ dev eth0 \ label eth1:1
Links
http://www.noah.org/wiki/iproute2
https://www.raspberrypi.org/forums/viewtopic.php?t=176445#p1515061
Zurück zu Raspbian