16 May
2023
16 May
'23
5:57 p.m.
On 15 May 2023, at 19:57, Simon Brandt via ripe-atlas wrote:
As far is i can see, you can only use OpenWrt in DHCPv4 client mode _OR_ in DHCPv6 client mode.
IIUC, this is true per interface, but it's possible to configure more than one interface on a single hardware device. The WAN link on my Turris Omnia uses both DHCPv4 and DHCPv6 (IA-PD). Here's how the good folks at NIC.CZ configured that: config interface 'wan' option proto 'dhcp' option ipv6 '1' option device 'eth2' config interface 'wan6' option proto 'dhcpv6' option noserverunicast '1' option device 'eth2' For IA-NA, I don't know what needs to be changed. lgdg, /Niall