Wide-dhcpv6-relay unter Linux
Version vom 4. Oktober 2024, 11:01 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Installation= *apt install wide-dhcpv6-relay =Konfiguration= *vi /etc/systemd/system/dhcp6relay.service <pre> [Unit] Description=WIDE DHCPv6 Relay After=netw…“)
Installation
- apt install wide-dhcpv6-relay
Konfiguration
- vi /etc/systemd/system/dhcp6relay.service
[Unit] Description=WIDE DHCPv6 Relay After=network.target [Service] ExecStart=/usr/sbin/dhcp6relay -f enp0s9.21 -r enp0s9.22 -s 2a02:24d8:71:3036::101 Restart=on-failure [Install] WantedBy=multi-user.target