Radvd einrichten: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
| − | + | =Installation= | |
| + | *apt install radvd | ||
| + | =Einfache Konfiguration mit privaten IPv6 Adressen= | ||
| + | cat /etc/radvd.conf | ||
<pre> | <pre> | ||
| − | interface | + | interface enp0s8 |
{ | { | ||
AdvSendAdvert on; | AdvSendAdvert on; | ||
Version vom 18. Februar 2023, 11:15 Uhr
Installation
- apt install radvd
Einfache Konfiguration mit privaten IPv6 Adressen
cat /etc/radvd.conf
interface enp0s8
{
AdvSendAdvert on;
MinRtrAdvInterval 30;
MaxRtrAdvInterval 100;
prefix fd80:db8:1:0::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr off;
};
};