Is there a Linux kernel boot parameter to configure an IPv6 address?
- by aef
I know there is a parameter named ip which lets you configure IPv4 addresses on the Linux kernel through the boot loader. That looks like the following:
ip=192.0.2.1::192.0.2.62:255.255.255.192::eth0:none
I'm looking for an equal parameter for IPv6 configuration. I couldn't find anything about this in the kernel documentations.
Update: Because…